|
What Was Added in M2
In addition to all of the features from M1, M2 contains a slew of new and bigger enhancements. These new features are varied, but seem to focus primarily on usability and teamwork themes. The most notable of the usability and general enhancements include:
- A new QuickDiff feature that will show changes, additions, etc. of a Java source file in comparison to another file, either remote or on disk. This will be a nice feature to monitor changes during the development process.
- An enhanced progress view allows for a more granular view of processing directives.
- A Javadoc view window to view Javadoc information on code segments.
- A declaration view that shows the Java source of a selected element.
- A new build process.
- Dynamic help documents for plug-ins should offer developer's better online help (or at least provide no excuses for plug-in developers).
- Quick fix and assist enhancements including a new "linked mode" that will aid in adding new arguments, creating new methods and offering additional suggestions. Additionally, plug-ins can now contribute to these dialogs.
- New Java code parsing will find redundant semi-colons, find and flag indirecxt accesses to static methods and find unnecessary type checks.
In addition, I found the teamwork features to be among the most useful upgrades. Two items in particular to note:
- A new synchronize view is in progress based on feedback from developers.
- A CVS integrative feature which allows developers to see CVS annotations from within Eclipse to find out who wrote a good (or not so good...) code segment.
Conclusion
Given that the imminent release of Eclipse 3.0 is still almost a year away, I think that Java developers can be assured that this new product should be worth the wait. I personally found the overall focus to these enhancements to be right on track, and it is nice to see development progressing on schedule. Over the next year, we can look for more enhancements to further secure Eclipse's position as a robust base IDE, and perhaps we will even see Eclipse emerge in other applications like network monitoring or other tools with their new rich client objective.
Drew Falkman is the author of the JRun Web Application Construction Kit and co-author (with Ben Forta) of Reality ColdFusion: J2EE Integration, both published by Macromedia Press. Over the past 6 years, Drew has developed over 150 Web applications in all sizes using ColdFusion and Java. Currently Drew consults, speaks at events, writes for numerous publications, and teaches courses at Portland State University. His latest project through his consulting company, Veraison LLC, was a real-time cattle auction using Flash Remoting and Flash Communication Server. In addition, Drew is a member of Team Macromedia, a certified ColdFusion Developer and a certified Macromedia instructor.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|