Eclipse Common Plugin Download address

Source: Internet
Author: User
Tags memory usage regular expression log4j

Eclipse and its plugin download URL Daquan

1 Eclipse Download
Emf,gef-graphical Editor Framework,uml2,ve-visual Editor is here to download
http://www.eclipse.org/downloads/index.php

2 lomboz Java EE plugin, development jsp,ejb
Http://forge.objectweb.org/projects/lomboz

3 MyEclipse Java Development plugin, support servlet/jsp/ejb/database manipulation, etc.
Http://www.myeclipseide.com

4 Properties Editor Edit Java Property file and can automatically save to Unicode format
Http://propedit.sourceforge.jp/index_en.html

5 Colorer take for hundreds of types of files by syntax coloring
http://colorer.sourceforge.net/

6 Xmlbuddy Editing an XML file
Http://www.xmlbuddy.com

7 Code Folding Add a variety of codes folding features (more than eclipse comes with)
Http://www.coffee-bytes.com/servlet/PlatformSupport

8 Easy Explorer Access the folder where the selected files and directories are located from eclipse
http://easystruts.sourceforge.net/

9 Fat Jar Packaging plug-in, can easily complete a variety of packaging tasks, can contain external packages, etc.
http://fjep.sourceforge.net/

Regex test Regular expression
http://brosinski.com/stephan/archives/000028.php

One jasperassistant report plugin (for money Oh ~)
http://www.jasperassistant.com/

GUI Editor plugin for GUI Builder java Jigloo
http://cloudgarden.com/jigloo/

Profiler performance tracking, measurement tools, can track and measure b/S program
http://sourceforge.net/projects/eclipsecolorer/

Advanqas provides prompt and quick help for conditional statements such as if/else (automatic change of structure, etc.)
Http://eclipsecolorer.sourceforge.net/advanqas/index.html

The log4e log4j plugin provides various and log4j related tasks, such as adding a logger for methods, classes, etc.
Http://log4e.jayefem.de/index.php/Main_Page

Vssplugin VSS Plugin
Http://sourceforge.net/projects/vssplugin

Implementors provides a way to jump to a method's implementation class, rather than the functionality of the interface (practical!)
http://eclipse-tools.sourceforge.net/implementors/

Call Hierarchy shows the hierarchy of calls for a method (which methods are tuned and which methods are tuned)
Http://eclipse-tools.sourceforge.net/call-hierarchy/index.html

Eclipsetidy checking and formatting html/xml files
http://eclipsetidy.sourceforge.net/

Checkclipse Check the style and wording of the code to conform to the specifications
Http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm

Hibernate synchronizer Hibernate plugin, auto map, etc.
http://www.binamics.com/hibernatesync/

Veloeclipse Velocity Plug-in
http://propsorter.sourceforge.net/

Editorlist easy to list all open editor
http://editorlist.sourceforge.net/

Monitoring of Memorymanager memory usage
http://cloudgarden.com/memorymanager/

Swt-designer Java GUI Plugin
http://www.swt-designer.com/

Tomcatplugin Support Tomcat Plugin
Http://www.sysdeo.com/eclipse/tomcatPlugin.html

XML Viewer
Http://tabaquismo.freehosting.net/ignacio/eclipse/xmlview/index.html

Quantum Database Plugin
http://quantum.sourceforge.net/

Dbedit Database Plugin
Http://sourceforge.net/projects/dbedit

The Clay.core Visual Database plugin
http://www.azzurri.jp/en/software/index.jsp
Http://www.azzurri.jp/eclipse/plugins

Hiberclipse Hibernate Plugin
Http://hiberclipse.sourceforge.net
Http://www.binamics.com/hibernatesync

Struts-console Struts Plug-in
http://www.jamesholmes.com/struts/console/

Easystruts Struts Plug-in
Http://easystruts.sourceforge.net

Veloedit Velocity Plug-in
http://veloedit.sourceforge.net/

Jalopy Code Grooming Plugin
http://jalopy.sourceforge.net/

Analysis of the relationship between JDepend package
Http://andrei.gmxhome.de/jdepend4eclipse/links.html

PNS Spring IDE Spring Plugin
http://springide-eclip.sourceforge.net/updatesite/

Doclipse can generate code hints for Xdoclet
http://beust.com/doclipse/

Sqlexplorer, connecting various databases in Eclipse for operational use
http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=124&threadID=31124


The implementors Eclipse plugin is used in eclipse.
Questions raised:
If you want to see the implementation of a class or method, usually Ctrl + left mouse button, click to open the specific implementation code of this class or method. But if the interface is encountered, it only arrives at the interface, and cannot reach the specific implementation class.
Workaround: Take advantage of Eclipse's implementors plugin.
When tracing the method code, Eclipse defaults to the interface class that goes to the method, whereas in the interface there is no specific implementation code for the method name, and this plug-in provides the functionality to trace the implementation code to the specific implementation class.
There is also a call Hierarchy plug-in: Shows the invocation hierarchy of a method, from which it can be seen which methods are called, and which methods it calls, is a useful tool for code tracing. This feature is already in Eclipse 3.1. This plugin does not have to be additional introduction.
Download Address:
http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=124&threadID=30441
Or
Http://www.cjsdn.net/post/view?bid=7&id=165547&sty=1
Eclipse Plugin sqlexplorer--

This article describes how to use the Eclipse plug-in sqlexplorer to connect to various databases in eclipse.
Eclipse is a very popular development platform now, and the open and extensible architecture allows many programmers to find their own personalized work environment.
Download Address:
http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=124&threadID=31124
Or
Http://www.cjsdn.net/post/view?bid=7&id=164702&sty=1

To load the Eclipse plug-in using the Links method
Eclispe Presumably everyone is familiar with, in general, the Eclipse plugin is installed in the plugins directory. However, when many plugins are installed, Eclipse becomes large, and the main thing is that it is not easy to update and manage many plugins. Installing the Eclipse plugin with links will solve this problem.
Current configuration XP sp1,eclipse3.0.1
Now suppose my Eclipse installation directory is d:/eclipse, the plugin directory to be installed is d:/plug-in, I will install languagepackfeature (language Pack), EMF-SDO-XSD-SDK, GEF-SDK, Lomboz these four plugins.
First put the four plug-ins in the D:/plug-in directory, respectively decompression. As Lomboz3.0.1.zip extracted into the Lomboz3.0.1 directory, this directory contains a plugins directory, to create a new subdirectory in the Lomboz3.0.1 directory eclipse, and then move the plugins directory to the newly created Eclipse directory, that is, the directory structure if this Kind of: D:/plug-in/lomboz3.0.1/eclipse/plugins
Eclipse will go to the specified directory to find the Eclipse/features directory and the Eclipse/plugins directory to see if there are legitimate features and/or plugins. In other words, the destination directory must contain a/eclipse directory. If found, additional features and plugins are available at run time, and if the linked files are added after the workspace is created, the additional features and plugins are processed as new configuration changes.
The Eclipse directory does not need to be established if the other compressed files are already included in the Eclipse/plugins directory.
Then create a subdirectory in the Eclipse installation directory D:/eclipse links, create a link file in the links directory, such as Languagepackfeature.link, to change the contents of the file to path=d:/plug-in/ Languagepackfeature that is, this link file to correspond to a newly unpacked plugin directory.
Description
1. Plugins can be installed in multiple custom directories
2. One custom directory can install multiple plugins.
3. The name and extension of the link file can be any name, such as Ddd.txt,myplugin.
4. The path path of the Path= plugin directory in the link file is separated by//or
5. There can also be multiple link files in the links directory, and the path parameter in each link file will take effect.
6. The plug-in directory can use relative paths.
7. You can set up a subdirectory in the links directory, transfer temporarily unused plugins to this subdirectory, and speed up eclipse startup.
8. If the plugin is not visible after installation, remove the configuration directory from the Eclipse directory and reboot.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.