diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /docs/progGuideDB/preface.xml | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'docs/progGuideDB/preface.xml')
-rw-r--r-- | docs/progGuideDB/preface.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/progGuideDB/preface.xml b/docs/progGuideDB/preface.xml new file mode 100644 index 000000000..4f5575fcf --- /dev/null +++ b/docs/progGuideDB/preface.xml @@ -0,0 +1,52 @@ +<preface> + <title>Preface</title> + + <para> + This user's guide does three things. It + <itemizedlist spacing="compact"> + <listitem> + <para>introduces the AspectJ language</para> + </listitem> + + <listitem> + <para> + defines each of AspectJ's constructs and their semantics, and</para> + </listitem> + + <listitem> + <para> + provides examples of their use.</para> + </listitem> + </itemizedlist> + Three appendices give a quick reference, a more formal definition of + AspectJ, and a glossary. + </para> + + <para>The first section, <xref linkend="gettingstarted" />, provides a gentle + overview of writing AspectJ programs. It also shows how one can introduce + AspectJ into an existing development effort in stages, reducing the + associated risk. You should read this section if this is your first + exposure to AspectJ and you want to get a sense of what AspectJ is all + about.</para> + + <para>The second section, <xref linkend="aspectjlanguage" />, covers the + features of the language in more detail, using code snippets as examples. + The entire language is covered, and after reading this section, you should + be able to use all the features of the language correctly.</para> + + <para>The next section, <xref linkend="examples" />, comprises a set of + complete programs that not only show the features being used, but also try + to illustrate recommended practice. You should read this section after you + are familiar with the elements of AspectJ.</para> + + <para>The back matter contains several appendices that cover AspectJ's + semantics, a quick reference to the language, a glossary of terms and the + index.</para> + +</preface> + +<!-- Local variables: --> +<!-- sgml-local-ecat-files: progguide.ced --> +<!-- sgml-parent-document:("progguide.sgml" "book" "preface") --> +<!-- End: --> + |