- Wicket Bench is an Eclipse plugin for Wicket.
- green is a LIVE round-tripping editor, meaning that it supports both software engineering and reverse engineering. You can use green to create a UML class ...green is a LIVE round-tripping editor, meaning that it supports both software engineering and reverse engineering. You can use green to create a UML class diagram from code, or to generate code by drawing a class diagram.
- Free tutorials for Java, Eclipse and Web programming
- JAutodoc is an Eclipse Plugin for automatic adding Javadoc and file headers to your source code. It optionally generates initial comments from element name...JAutodoc is an Eclipse Plugin for automatic adding Javadoc and file headers to your source code. It optionally generates initial comments from element name. Starting with Release 1.3 of JAutodoc it is possible to define Velocity templates for Javadoc and file headers.
- When it comes to databinding, a very common use case is to decorate form fields with little markers that indicate the state of the control. The following e...When it comes to databinding, a very common use case is to decorate form fields with little markers that indicate the state of the control. The following example explains how to do this with Eclipse databinding and JFace.
- This article explains the Eclipse Databinding. Databinding provides a flexible way of connecting a domain model with the User Interface. This article will ...This article explains the Eclipse Databinding. Databinding provides a flexible way of connecting a domain model with the User Interface. This article will explain how to connect your model with the UI so that both will be automatically synchronized. It will also demonstrate the usage of validators and field decorators. EMF databinding is also demonstrated.
- Jede geschäftliche Anwendung enthält eigentlich eine Komponente für den Zugriff auf eine Datenbank und eine für die Bearbeitung durch den Anwender. Für die...Jede geschäftliche Anwendung enthält eigentlich eine Komponente für den Zugriff auf eine Datenbank und eine für die Bearbeitung durch den Anwender. Für die Persistenz hat sich Hibernate in vielen Projekten bewährt, für die Präsentation bietet sich die Eclipse Rich Client Platform (RCP) an. Doch wie erstellt man eine RCP-Anwendung mit Hibernate und teilt diese in Plug-ins so auf, dass die Zieldatenbank einfach durch Austausch eines Plug-ins gewechselt werden kann.
- Eclipse Rich Client Platform (RCP) with Eclipse Ganymede (3.4) - Tutorial
- PMD scans Java source code and looks for potential problems like: * Possible bugs - empty try/catch/finally/switch statements * Dead code - unu...PMD scans Java source code and looks for potential problems like: * Possible bugs - empty try/catch/finally/switch statements * Dead code - unused local variables, parameters and private methods * Suboptimal code - wasteful String/StringBuffer usage * Overcomplicated expressions - unnecessary if statements, for loops that could be while loops * Duplicate code - copied/pasted code means copied/pasted bugs
- replace the declared types of declaration elements with ones that have no unneeded members; to minimize coupling between classes
- check code for possible generalizations of declared types; to detect the smell of not using suitable abstractions
- The XulBooster project is working towards providing a XUL Integrated Development Environment (IDE) Plug-in for the Eclipse platform . This project will inc...The XulBooster project is working towards providing a XUL Integrated Development Environment (IDE) Plug-in for the Eclipse platform . This project will include many editors and wizards to develop Xul Extension for Firefox (and in the future for Thunderbird and Xulrunner).
- EPIC is an open source Perl IDE (including editor and debugger) based on the Eclipse platform, compatible with Windows, Linux and Mac OS X. Whether you are...EPIC is an open source Perl IDE (including editor and debugger) based on the Eclipse platform, compatible with Windows, Linux and Mac OS X. Whether you are into CGI scripting or full-fledged Perl projects with hundreds of modules, EPIC is the most feature-rich and extensible free Perl IDE available today, thanks to a seamless integration with all the major features and GUI conventions of Eclipse.
- The Subversive project aims to provide Subversion (SVN) integration for Eclipse. The Subversive plug-in gives you the ability to work with this CVS success...The Subversive project aims to provide Subversion (SVN) integration for Eclipse. The Subversive plug-in gives you the ability to work with this CVS successor version control system from the Eclipse workbench. You can work with Subversion repositories in almost exactly the same way you can now work with CVS repositories using the CVS plug-in bundled in the standard Eclipse distribution.
- TeXlipse is a plugin that adds Latex support to the Eclipse IDE. Check for more info in the about page.


user