Java IDEs
Up one levelJava IDEs(integrated development environments) aim at making a Java programmer's job easier by providing useful features such as a Java-aware editor with keyword highlighting, brace matching, auto-indentaion, and so on.
- Eclipse by HuichiTsai — last modified 2006-08-18 11:32
- Eclipse is an open source community whose projects are focused on providing an extensible development platform and application frameworks for building software. From Eclipse's website(http://www.eclipse.org/), you can find many sub-projects and plug-ins which enhance your tool more powerful.
- Oracle JDeveloper by HuichiTsai — last modified 2006-08-18 10:57
- As a member of Oracle products, Oracle JDeveloper is highly integrated with Oracle database and Oracle Application server. By these features, you even can debug PL/SQL code in stored procedures and packages through JDeveloper. In addition, JDeveloper provides a Class Modeler, a Use Case Modeler, and Activity Modeler and a Sequence Modeler. These built-in UML modeling tools can be essentially applied for application analysis and design.

