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.
Vrapper acts as a wrapper for eclipse text editors to provide a Vim-like input scheme for moving around and editing text.
Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behaviour of Vim while still using whatever editor you have opened in the workbench. The goal is to have the comfort and ease which comes with the different modes, complex commands and count/operator/motion combinations which are the key features behind editing with Vim, while preserving the powerful features of the different Eclipse text editors, like code generation and refactoring.
Jspresso Developer Studio Translation helps you to manage your resource bundles internationalisation (i18n) property files by editing them directly from within your java editor !
Just select any java string literal and right click on it to open the contextual popup menu... then select Jspresso>Translate
NEW tooltip supports : fly over your string literal to display the current translation... and activate hyperlink to open the translation popup !
NEW supports multiple bundles.
Maven Integration for Eclipse WTP (a.k.a m2e-wtp) aims at providing a tight integration between Maven Integration for Eclipse (a.k.a m2e) and the Eclipse Web Tools Project (WTP) .
m2e-wtp provides a set of m2e connectors used for the configuration of Java EE projects in WTP. It features :
The Design and Verification Tools (DVT) plugin is a powerful and modern, yet easy to use programming environment for the e language, SystemVerilog and VHDL. It enables faster and smarter code development and simplifies legacy code maintenance for novices and experts alike.
The DVT plug-in is similar to well-known programming tools like VisualC and IntelliJ. A unified window combines the smart editor with the syntax checker, linter, class browser, methodology compliance checking, task tracking, dynamic UML diagrams, and more.
PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython).
It uses advanced type inference techniques to provide features such code completion and code analysis, while still providing many others such as a debugger, interactive console, refactoring, etc.
The complete feature matrix may be found at http://pydev.org/manual_adv_features.html
Properties Editor (Java i18n tool) is the tool for Java products internationalization for Windows, Mac OS and *nix. The editor has easy interface and ability of working with languages, different from english. Table data representation and no ASCII converting problems.
This is Eclipse plugin version. Also available standalone version of this software.
GMF Simple Map Editor, provides a simple way of editing GMF Tooling Models: gmftool, gmfgraph and gmfmap.
Demo:
Quick Start Guide:
http://code.google.com/a/eclipselabs.org/p/gmf-simple-map-editor/wiki/Qu...
Indigo version:
http://marketplace.eclipse.org/content/gmf-simple-mapping-editor
GMF Simple Map Editor, provides a simple way of editing GMF Tooling Models: gmftool, gmfgraph and gmfmap.
Demo:
Quick Start Guide:
http://code.google.com/a/eclipselabs.org/p/gmf-simple-map-editor/wiki/Qu...
Helios version:
http://marketplace.eclipse.org/content/gmf-simple-mapping-editor-helios-...
Java too slow for you? Try it without application restarts! JRebel eliminates the need to restart your app when you make changes. Get rid of that lengthy build & redeploy phase with JRebel. It's free for 30 days and will save you 10+ minutes each hour!
***************************************************
Two easy steps for killing redeploys in Java (and rocking out with JRebel for Eclipse):
1. Search for JRebel for Eclipse from the Eclipse Marketplace Client in your IDE - and download it!
2. Follow the JRebel Configuration Wizard to set up your license (new users should choose "I'm a new user and need an evaluation license")
***************************************************
Ok, so what is JRebel for Eclipse anyway?
JRebel for Eclipse is a specialized Eclipse IDE plugin that lets you instantly see the effects of changes you make to your Java code.
JRebel eliminates the need to build your app, redeploy your container (WebLogic, WebSphere, Tomcat, JBoss, etc.), or restart — so you can code your changes, then see that change immediately reflected in your application.
JRebel handles changing classes, configurations, or resources — so that’s everything from making a change to a method body, to adding a new method or class, to making a change to your framework configuration.
***************************************************
# Add context menu action in "Package Explorer View", to call out the system context menu corresponding to the selected resource (win32/win64 OS only)
# Copy the resource's name/full path/parent path to clipboard.
# now support x64 os
# source codes moved to github: https://github.com/missedone/navigatorext
How many "@generated not" do you have in you EMF project ?
EMF @generated NOT View shows you all the EMF generated code java members annotated with a "@generated not" comment in your workspace.
Install:
After installing this tool and restarting your workspace, a full rebuild will be performed in order to work properly. This will occur only the first time you restart your workspace.
To run the view go to : /Window/Show View/Other/EMF Generated Not Markers View