0% found this document useful (0 votes)
144 views

Setting Up Eclipse IDE For ExtJS

This document provides steps to set up the Eclipse IDE with plugins and libraries for ExtJS and jQuery development. The steps include: 1) Downloading the Eclipse IDE for JavaScript developers; 2) Installing the Spket plugin; 3) Switching perspectives to Spket IDE; 4) Creating JavaScript profiles and adding the ExtJS and jQuery libraries; 5) Associating JavaScript files with the Spket editor. Following these steps enables code completion and hints for ExtJS and jQuery within Eclipse.

Uploaded by

Vikas Yerram
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
144 views

Setting Up Eclipse IDE For ExtJS

This document provides steps to set up the Eclipse IDE with plugins and libraries for ExtJS and jQuery development. The steps include: 1) Downloading the Eclipse IDE for JavaScript developers; 2) Installing the Spket plugin; 3) Switching perspectives to Spket IDE; 4) Creating JavaScript profiles and adding the ExtJS and jQuery libraries; 5) Associating JavaScript files with the Spket editor. Following these steps enables code completion and hints for ExtJS and jQuery within Eclipse.

Uploaded by

Vikas Yerram
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Setting up Eclipse IDE for ExtJS, jQuery development (using Spket Editor)

The title says everything. This post provides detailed steps for eclipse lovers to have them setup their dev environment with ExtJS, jQuery development. At the time of writing this post, Eclipse IDE version is Helios, ExtJS version is 3.2.1 Step 1 : Navigate to eclipse.org in your browser. Click on the downloads link. Click on "Eclipse IDE for JavaScript Web Developers" (or Click here). Download the eclipse IDE for your favorite platform. Step 2: Launch Eclipse IDE. Navigate to Menu "Help->Install New Software". Click on "Available Software Sites" link. (You can alternately navigate here by choosing Window->Preferences>Install/Update->Available Software Sites). Click on "Add.." Button and enter Name: Spket, Location: http://www.spket.com/update/

Step 3: After adding the external site, close the dialog and come back to the install wizard. Select the site added in step(2) and it shows you with SpketIDE (IDE, TextEditor, Xerces). Select all and Proceed to Install (installing as plugin to eclipse)

Step 4: After Successful plugin installation in above step. Restart Eclipse. Step 5: Switch the perspective to Spket IDE. How? In your Eclipse IDE for JS Web developers, Navigate to Window->Open Perspective->Other->Spket IDE (Choose). This is very important step.

Step 6: In your Eclipse IDE, navigate to Window->Preferences->Spket->JavaScript Profiles (select it) and click on "New" button to proceed to add a new profile. Enter profile name as "ExtJS" (or whatever you are comfortable with)

Step 7: Select the "ExtJS" javascript profile added in step(6) and hit the "Add Library" Button. This will prompt you with list of available libraries. Select "ExtJS" from the drop down (jquery at a later step similarly)

Step 8: Now select the "ExtJS" added library under the "ExtJS" javascript profile and hit the "Add File" button. You should now browse to your ExtJS (v3.2.1 in my case) downloaded unzipped folder which contains file ext.jsb2 (select this file). [Example: Select file in D:\Arun\ExtJS\ext-3.2.1\ext.jsb2]

Step 9: Expand the "ExtJS" library and select all and close the dialog

Step 10: Associate all *.js files with Spket Editor. To do this, navigate to your eclipse menu Window>Preferences->General->Editors->File Associations->*.js (select) and in the list of editors select "Spket Javascript editor" and hit the default button (make this default editor for all *.js files)

Step 11: Create a new project, create sample.js file and start seeing code hints for your code editor in eclipse by hitting cntrl+Space keys

Step 12: Similar way, Repeat Step (7) and Step (8) by adding jQuery library and start seeing jQuery code hints Start creating a simple app and start seeing the results with-in eclipse -

You might also like