An incremental Java compiler. Implemented as an Eclipse builder, it is based on
technology evolved from VisualAge for Java compiler. In particular, it allows to
run and debug code which still contains unresolved errors.
FindBugs的Eclipse插件允许在Eclipse集成开发环境中使用FindBugs。
-- lioux@FreeBSD.org
Log4E
Log4E是一个自由的Eclipse插件,帮助你在Java项目中容易地使用logger。它不受任何特定的
日志框架约束。因此你可以使用偏好来定义你自己的模板以使用自己logger。它支持Log4j、
Commons Logging和JDK 1.4 logging。使用时,通过java文件上下文菜单或编辑器的上下文
菜单到子菜单“Log4”。
注意,编辑器的子菜单提供了更多的任务。
所有任务都可以通过类或方法层来调用。
Lomboz是一个给企业或个人使用的开放源代码的自由的J2EE开发环境。
你可以通过IDE来开发、测试、剖析和部署Web、Web服务、Java、J2EE和EJB应用程序。
Lomboz全面支持J2EE标准应用程序服务器,支持大多数流行的开源运行环境,例如JOnAS,
和其他厂商的运行环境。
Lomboz建立于Eclipse开源平台和Web Tools Platform(WTP)项目上。
PyDev is a plugin that enables users to use Eclipse for Python and Jython
development -- making Eclipse a first class Python IDE -- It comes with
many goodies such as code completion, syntax highlighting, syntax analysis,
refactor, debug and many others.
Castor is a data binding framework for Java. It's the shortest path
between Java objects, XML documents, and relational tables. Castor
provides Java-to-XML binding, Java-to-SQL persistence, and more.
ShellEd是一个Eclipse的高超的shell脚本编辑器。该插件最大的好处是为内容辅助和文本悬停
集成了帮助信息。
The com.oreilly.servlet package contains a set of useful utility classes
for servlet developers. Included are classes to help servlets parse
parameters, handle multipart requests (file uploads), generate multipart
responses (server push), negotiate locales for internationalization,
return files, manage socket connections, and act as RMI servers, among
other things. There's even a class to help applets communicate with
servlets. The package was developed by Jason Hunter for his book "Java
Servlet Programming" published by O'Reilly. See:
For more details.
The Cryptix JCE Provider is a cryptography plugin for Sun Microsystems'
Java Cryptography Extensions (JCE) framework.
WindowBuilder is a powerful and easy to use bi-directional
Java GUI designer that makes it very easy to create Java GUI
applications without spending a lot of time writing code to
display simple forms. With WindowBuilder you can create
complicated windows in minutes. Use the visual designer and
Java code will be generated for you. You can easily add controls
using drag-and-drop, add event handlers to your controls, change
various properties of controls using a property editor,
internationalize your app and much more.