Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
pirms 21 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  3. "../../lib/docbook/docbook-dtd/docbookx.dtd"
  4. [
  5. <!ENTITY preface SYSTEM "preface.xml">
  6. <!ENTITY gettingstarted SYSTEM "gettingstarted.xml">
  7. <!ENTITY language SYSTEM "language.xml">
  8. <!ENTITY examples SYSTEM "examples.xml">
  9. <!ENTITY idioms SYSTEM "idioms.xml">
  10. <!ENTITY pitfalls SYSTEM "pitfalls.xml">
  11. <!ENTITY quickreference SYSTEM "quickreference.xml">
  12. <!ENTITY semantics SYSTEM "semantics.xml">
  13. <!ENTITY implementation SYSTEM "implementation.xml">
  14. ]>
  15. <book>
  16. <bookinfo>
  17. <title>The AspectJ<superscript>TM</superscript> Programming Guide</title>
  18. <authorgroup>
  19. <author>
  20. <othername>the AspectJ Team</othername>
  21. </author>
  22. </authorgroup>
  23. <legalnotice>
  24. <para>
  25. Copyright (c) 1998-2001 Xerox Corporation,
  26. 2002-2003 Palo Alto Research Center, Incorporated.
  27. All rights reserved.
  28. </para>
  29. </legalnotice>
  30. <abstract>
  31. <para>
  32. This programming guide describes the AspectJ language. A
  33. companion guide describes the tools which are part of the
  34. AspectJ development environment.
  35. </para>
  36. <para>
  37. If you are completely new to AspectJ, you should first read
  38. <xref linkend="starting"/> for a broad overview of programming
  39. in AspectJ. If you are already familiar with AspectJ, but want a deeper
  40. understanding, you should read <xref linkend="language"/> and
  41. look at the examples in the chapter. If you want a more formal
  42. definition of AspectJ, you should read <xref linkend="semantics"/>.
  43. </para>
  44. </abstract>
  45. </bookinfo>
  46. &preface;
  47. &gettingstarted;
  48. &language;
  49. &examples;
  50. &idioms;
  51. &pitfalls;
  52. &quickreference;
  53. &semantics;
  54. &implementation;
  55. </book>