dalutils4j is a generator of DTO and DAO classes. Configure it with simple XML tags. For DTO classes, specify the sources of JDBC-metadata: they are used at the stage of code generation to detect field types and names. For DAO classes, specify CRUD or SQL based directives.
Examples:
< dto-class name="Order" ref="get_orders.sql" />
< crud-auto table="ORDERS" dto="Order" />
< query-bean-list method="getOrders(date1, date2)" ref="get_orders.sql" dto="Order" />
Code generator translates XML to fully-functional Java code.
Characteristics of generated code:
It's present main features:

Mylyn GitHub connector. Please see also http://wiki.eclipse.org/EGit/GitHub/UserGuide
Google Search + Utility Plugin is a small eclipse based plugin which integrates features like google search engine and other small utilities into eclipse.
Google Search (Alt+G) :
This feature presents the google content proposal in popup dialog. On hitting enter all the search results will be displayed in the browser. Use (Ctrl+M) instead of enter, to navigate directly to the top most search result.
Open Location (Alt + L):
This is an eclipse plugin for the Java Webframework Wicket from apache.org
Features:
* Navigate from java code elements to the corresponding html element via wicket:id
* Navigate from html wicket:message to properties/xml file
* Show the corresponding html fragment from the java code element
* Show the wicket:id line in the html file on mouse over
* Rename HTML and properties (with variations) when renaming a wicketized java file (supertype Component)
* Code assist for wicket:id (Ctrl-1) in Wicket Java files. e.g. new Label("")
Toromiro is a professional tool for the administration and editing of Java Content Repositories (JCR). Adobe's CQ 5, Magnolia CMS, Alfresco and Sophora CMS are successful solutions powered by JCR. By default Toromiro uses the Apache JackRabbit JCR repository.