The first is the tool and several plug-ins:
JDK:
http://www.sun.com/
Eclipse:
http://www.eclipse.org/
Tomcat && struts:
http://www.apache.org/
Lomboz:
http://www.objectlearn.com/
Hibernate:
http://www.hibernate.com/
Plugin Daquan:
http://www.eclipse-plugins.net/
Plug-ins: 3.0.1 and 2.1.2 Plug-in installation, only copy the plugin file to Plugins and Features, will not be used, but also Help ..... Software Updates ..... Manage Configuration Adjust the Available Tasks such as language pack and EMF to the Enable status.
Practical skills:
1. Some difficulty, lazy modified words written in Chinese, will be directly plus -nl "zh_us" directly in the shortcut, other, for example, "zh_cn" is Simplified Chinese,
-nl "zh_tw" is traditional Chinese. 2. Note the selected text:
Ctrl / 3. Class of Automatic Import:
Ctrl Shift O, for example, with segment code: list list = new linkedList (); in this program, if the class required is not imported, press Ctrl Shift O to appear Import Java.util.LinkedList; Import Java .util.list; 4. Automatic typography:
Ctrl Shift F 5. Quick execution program:
Ctrl F11 Automatically performs the last program 6. Template: Alt / By defining your own template, you can automate system.out.Println (); 7. Adjust performance parameters, 1G below 1G : Eclipse.exe -vmargs -xverify: none -xx: usParallelgc -xx: permsize = 20m -xms64m -xmx512m There is a more detailed setting, hotkey, typographic code style in the settings.