Eclipse version of work used: Jee-mars
Official: HTTP://WWW.ECLIPSE.ORG/DOWNLOADS/PACKAGES/ECLIPSE-IDE-JAVA-EE-DEVELOPERS/MARSR
One, attribute file plugin: Propedit
Role: After JEE installation, the properties file cannot be displayed in Chinese, after installation, the Chinese can be displayed directly with the coloring
Online Update Address:
http://propedit.sourceforge.jp/eclipse/updates/
Select: Hyperlinkdetector, Propertieseditor for installation
How to use: Select the properties file---Right-click on open with-----other ...-----select Propertieseditor
Second, light Web container: Jetty
Role: Similar to Tomcat, advantages: Compact, quick Start, easy to debug program
Online Update Address:
http://eclipse-jetty.github.io/update/
How to use: Select Project Right----run as----run with Jetty
Three, SVN plugin: subclipse
Online Update Address:
http://subclipse.tigris.org/update_1.10.x
Select: Subclipse, Svnkit for installation
Iv. Select Items Right-click to open the file location plugin: Startexplore
Online Update Address:
http://basti1302.github.com/startexplorer/update/
How to use:
Select any file----right-click----startexplorer----Show in file Manager
Five, regular expression plug-ins: Regex Util
Online Update Address:
http://regex-util.sourceforge.net/update/
How to use:
Menu---Window----Show View----Regex Util
Vi. JSON Editor Plugin: Jsonedit
http://sourceforge.net/projects/eclipsejsonedit/
The plug-in needs to be downloaded, offline package installation, no online installation method found
Offline Installation method
Menu-->help-->install New software ...-----> Click Add,---->archive in the upper-right corner, enter name to select the installation.
Vii. Maven Plugin Management
Download jee version includes Maven plugin, no need to configure it separately
There are two ways to add dependencies,
First: Find a third-party way
Directly in the third party to find the required jar Package POM configuration, the most convenient, the most efficient, the company's own network is also good, recommend a third-party site, http://www.mvnrepository.com/can directly access, and then enter the jar to search for, Find the desired version, copy the configuration from the inside to the POM configuration dependencies in your project, and wait for MAVEN to update.
The second is to visualize the way to add dependencies, a little cumbersome, steps as follows
1. Click Pom.xml to open the visual interface,----> Dependencies----> ADD:
2. Click on Add to pop up select Dependency and find the jar package you need.
Possible problems when adding jars, if " Index downloads is disabled, search results may be incomplete." This warning prompts you to set up a plug-in that updates the index in the Maven plugin.
Select by: Menu-window--preferences--maven, tick "Download Repository index updates on startup"
Then go back to the interface and see if there are any search results after entering the search keyword, and if not, then do the following
Menu---window----Show View----maven----maven repositories---Global repositories "right click on the update index and you need to be aware that When the index is updated may be stuck, so after the operation of this step, temporarily do not move, waiting for his update, the time depends on the network conditions.
Viii. Scala IDE plugin: Scala IDE
If you need to use the Scala language developer program, you can install the plugin
Online Update Address:
Http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site
Choose Scala IDE for Eclipse, Scala IDE for Eclipse devlopment support, Scala IDE plugins (incubation), and select only the three items to install.
Eclipse Common Plugins (working version)