Tuesday, 28 June 2005
Eclipse has release the next version of its IDE. Eclipse 3.1 has built in support for java 5.0. Generics, annotations, enums, auto boxing, enhanced for loop, etc., it's all in there, both in the underlying compiler and the user interface and code assistance.Eclipse 3.1 comes with a number of new and enhanced refactorings, code assistance, and "quick fixes", many in conjunction with its J2SE5 support. For example, you can put your cursor on a conventional for loop that iterates over an array, press Ctrl+1, and Eclipse will offer to convert it to one of the new style for loops.
Eclipse 3.1 makes you more productive. For example, the new release contains a more integrated help system that changes to show help for what you're doing at all times.
Eclipse 3.1 improves its Ant support by including the latest version of Ant, and an Ant script debugger, plus many editor enhancements. Another welcome addition: the ability to import a project from an Ant build file, and to export and generate a build file from an existing Eclipse project. The generated build.xml is simple and clean, with a provision for a build-user.xml that you can override and still keep the benefits of build.xml generation.
The biggest change for RCP in Eclipse 3.1 is a set of wizards and editors for creating, building, branding, and deploying RCP applications. To create an RCP application just create a plug-in project, click the checkbox that says "Create an RCP application", select a template, and then click Finish. With a few more clicks you can export the project to create a deployable application. No more trying to figure out plug-in dependencies, tweaking configuration files, and copying plug-ins by hand. All that's handled for you in the new release.
Visit Eclipse Project Page Only registered users can write comments. Please login or register. Powered by AkoComment 1.0 beta 2! |