From 6129ba36143d3a6b7d41982be8c79e35478a5ea6 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 26 Nov 2003 01:51:31 +0000 Subject: [PATCH] referring out to sample code --- docs/faq/faq.xml | 54 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index d3aa72f07..3a1a4b351 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -23,7 +23,7 @@ 2003 Contributors. All rights reserved. - Last updated November 13, 2003. + Last updated November 25, 2003. This FAQ covers AspectJ versions 1.0 and 1.1. @@ -2666,18 +2666,47 @@ aspect MyMarker extends MarkerExample { - Where do I find example programs? + xreflabel="Q:Where do I find example programs and how-to's?"> + Where do I find example programs and how-to's? - Some examples are distributed in the documentation release, - and you can find other code in the discussions on the users list. - In the AspectJ CVS tree, there are prospective code samples in the - docs module sandbox - and teaching directories. - (Until they are published, these samples should be used only by - programmers who can determine for themselves whether they - are correct.) + There are a number of places to find sample code + and instructions for using AspectJ with other programming tools. + + + The AspectJ release includes examples in its + doc directory. + + + + There is a community repository of sample code and tutorials + in the AspectJ CVS tree + docs module sandbox directory. + These are extracted and published (online only) + + here + . + + + + The teaching directory of the + docs module contains public materials + the AspectJ committers use for presentations, some of + which include example code. To access CVS, see + . + + + + The archives for the user and developer mailing lists + contain many good examples. To search the archives, see + . + + + This code can vary in quality. + Code that we publish or include with AspectJ is generally + correct. However, code found in our CVS tree might not have + been tested thoroughly, and code from the mailing lists might + be untested or use older versions of the language. @@ -2691,6 +2720,8 @@ aspect MyMarker extends MarkerExample { examples folder in the distribution. These are "libraries" in the sense that they are reusable, but they are delivered in source form. + Similarly, some of the sample code is reusable; for that, + see . If you develop such a library and want to make it available to other users, feel to send it to the users mailing list aspectj-users@eclipse.org. @@ -4444,6 +4475,7 @@ vmparam -Xmx384m + -- 2.39.5