|
Helping ordinary people create extraordinary websites! |
Develop Aspect-Oriented Java Applications with Eclipse and AJDTBy Matt Chapman, Dr. Helen Hawkins2005-05-16
Installing AJDT To follow along with this article, you'll need to be running AJDT version 1.1.11 or later, which requires Eclipse 3.0 (final). There is an earlier version of AJDT available that works with Eclipse 2.1; however, many of the features we discuss in this article were added in version 1.1.11. To install the latest AJDT for Eclipse 3.0, follow these steps:
As of version 1.1.11, AJDT is fully integrated into the Eclipse 3.0 framework, so there are several ways to make sure that it is properly installed. The most useful of these is the AJDT documentation's integration with both the Eclipse help and the Eclipse Platform welcome pages. To navigate to both the AJDT help and the documentation for AspectJ 1.2 select Help>Help Contents. To see the AJDT additions, select Help>Welcome and choose any one of the Overview, Tutorials, Samples, or What's New links. In particular, following the Tutorials>Build a simple AspectJ application link activates the Simple AspectJ Application cheat sheet. Cheat sheets are a new feature in Eclipse 3.0, and the AspectJ cheat sheet extends the Java "Hello World" application detailed in the Java cheat sheet. (You can also access the cheat sheet by going to Help>Cheat Sheets and selecting the one you want.) Tutorial Pages: » Updated tools make AOP easier for beginners and veterans alike » Installing AJDT » First steps » The Outline view and editor markers » The Spacewar example » Build configurations » Aspect Visualization perspective » Debugging » Generating documentation » Further options » Conclusion » Resources First published by IBM DeveloperWorks |
|