From 4610878f726bc119a9e0af2713bbd18bddbdb9d7 Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 13 May 2003 05:21:07 +0000 Subject: link updates for progguide id filenames --- docs/dist/doc/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/dist/doc/index.html') diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html index cc49c8c76..5b07efa87 100644 --- a/docs/dist/doc/index.html +++ b/docs/dist/doc/index.html @@ -70,20 +70,20 @@ ) This introduces AOP and the AspectJ language. - Getting Started + Getting Started describes basic semantics, and shows development- and production-time applications. - The AspectJ Language + The AspectJ Language describes join points, pointcuts, advice, and introduction, all features new to AOP. - Examples walks you through the + Examples walks you through the examples included with the documentation, and there are two short - chapters on useful Idioms and a - few Pitfalls + chapters on useful Idioms and a + few Pitfalls The appendices have reference information: - the Quick Reference + the Quick Reference summarizes AspectJ syntax, - the Language Semantics + the Language Semantics best describes AspectJ usage, and - Implementation Limitations notes that + Implementation Limitations notes that the current version is limited to code the compiler controls. @@ -282,13 +282,13 @@

To learn the AspectJ language, read the Programming Guide, - keeping the Semantics appendix + keeping the Semantics appendix nearby as the best reference for AspectJ usage. Focus initially on the join point model and pointcuts, concepts AOP adds to OOP. To see how the code works, tour your examples as described in the - Examples section of the + Examples section of the Programming Guide. View and navigate the crosscutting structure using the ajbrowser structure viewer, as described in @@ -300,7 +300,7 @@ As you learn, use the compiler's -Xlint flags to catch some common mistakes. (Understand that the - current implementation + current implementation is limited to code the compiler controls.)

To plan how to adopt AspectJ into a project, read the -- cgit v1.2.3