If you want to use ext recently, let's talk about the configuration process. For the first time, there are no additional steps. I don't know yet. Thank you for your correction.
At the beginning, I also found a lot of items on the Internet, all of which were reposted and reproduced, or I couldn't make it clear. I got it yesterday and finally set up the environment.
Original environment: myeclipse 6.5 + jdk1.6.0 _ 18
Files to be downloaded in this process:
Spket-1.6.18.jar
Ext-3.3.1.zip
Extbuilder_update-20081116.zip
Extbuilder-src-20081116.zip
GEF-ALL-3.7.0RC4.zip
The installation process consists of the following three steps:
Step 1: Install spket(Refer to Lifecycle)
1. Method 1: Online Installation
Myeclipse-> help-> Software Updates-> Find and install...-> search for new features to install-> new remote site...
Name: "spket", URL: "http://www.spket.com/update/", after selecting finish, an error is prompted. (This method fails to be installed)
2. Method 2: download and install the jar package
I download the latest version of spket-1.6.18.jar here, a lot of download links on the Internet.
Double-click the spket-1.6.18.jar to run the installation, installation process reference: http://blog.csdn.net/lizh0912/archive/2009/02/23/3929925.aspx
Restart myeclipse to initialize the plug-in.
Then configure Ext. For more information, see. Simple text description:
Window-> preferences-> spket-> JavaScript profiles-> new;
Enter extjs and click OK;
Select "extjs" and click "add library". Then, select "extjs" in the following pull bar ";
Select extjs and click Add file, and then select the Ext. jsb2 file in your./ext-3.3.1 directory.
Add file this step should note that the files added after 3.0 are: Ext. jsb2 (D:/Design Soft/EXT/ext-3.3.1 this is the directory of my files ).
(This method is successfully installed)
3. Method 3: Download the compressed package
Download the spket compressed package and copy the content in the features and plugins folders to the corresponding folder of myeclipse (D:/program files/myeclipse 6.5/eclipse is my directory ). (This method has not been tried)
The first step is to install the ext ide. To achieve visual interface development, you also need to install extbuilder.
Step 2: Install extbuilder
Installation, configuration, and use of the extbuilder plug-in
: Http://code.google.com/p/extbuilder/downloads/list
(Extbuilder-src-20081116.zip,extbuilder_update-20081116.zip)
User Manual: http://code.google.com/p/extbuilder/wiki/UserGuide
Reference URL:
Http://blog.sina.com.cn/s/blog_4b3b7aff0100eimi.html
Http://hi.baidu.com/zst89/blog/item/2c00c089d9af92729e2fb4ef.html
1. Method 1: Online Installation
(1) make sure you Eclipse version is 3.2, 3.3 or 3.4 with GEF installed.
(2), download archived Update site from http://code.google.com/p/extbuilder/downloads/list
(3) Click Help-> Software Updates-> Find and install...-> search for new features to install, click Next
(4) Click new archived site-> browse to extbuilder_update.zip and click open.
(5) Click OK and follow the instructions to install.
(6) Restart you myeclipse
(This method fails to be installed)
2. Method 2: Link Method
D:/program files/myeclipse 6.5/Eclipse/links create the extbuilder. Link file in this folder,
File Content: Path = D: // dragon // lib // extbuilder_update-20081116
This method is not reflected in myeclipse. (This method fails to be installed)
3. Method 3: Download the compressed package
(1), D:/Dragon/lib/extbuilder_update-20081116 copy the contents in the features, plugins folder under this folder to the corresponding folder under D:/program files/myeclipse 6.5/eclipse folder
(2), restart myeclipse, In the prefrences Below find extjs builder, The extjs directory inside is the directory where you store extjs D:/Design Soft/EXT/ext-3.3.1
(This method is successfully installed)
After completing step 2, new-> other...-> extjs page creates an ext page:
A problem has occurred !!!!!
(Problem 1: extbuilder does not display the interface. Solution: Step 3)
At the beginning, the UI Editor interface was blank and no control was displayed, but the JS Code was normal. After the third step is completed, the interface displayed.
(Problem 2: Toolbar controls cannot be dragged, solution: Reference http://hi.baidu.com/zst89/blog/item/2c00c089d9af92729e2fb4ef.html)
There is one thing that many people who are familiar with extbuilder are puzzled at the beginning, and few people talk about it on the Internet. I have been looking for a long time before I see someone talking about it.
Here we only do not understand extbuilder, because the general graphical development tools and controls are directly dragged, such as jbpm.
The UI editor is actually a browser, otherwise ext Based on JavaScript will not be displayed so quickly. Therefore, the toolbar controls cannot be dragged to the page. Click the left toolbar, such as the button, and move the mouse to a panel in outline to create a new button on this panel. For example:
Step 3: Install GEF
: Http://www.eclipse.org/gef/ (http://www.eclipse.org/gef/downloads/index.php)
What I download here is gef-all-3.7.0rc4.zip
1. Method 1: Online Installation
Update site for releases: http://download.eclipse.org/tools/gef/updates/releases/
Update site for milestones: http://download.eclipse.org/tools/gef/updates/milestones/
Update site for integration and maintenance builds: http://download.eclipse.org/tools/gef/updates/interim/
(This method fails to be installed)
2. Method 2: Download the compressed package
After decompression, copy the contents in the features and plugins folders in the ../GEF-ALL-3.7.0RC4/eclipse folder to the corresponding folder under D:/program files/myeclipse 6.5/eclipse folder.
Restart myeclipse and open the UI editor again. The control is displayed normally.
That's all, please injoy your work! Good luck!