diff options
author | wisberg <wisberg> | 2003-12-02 20:54:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-12-02 20:54:19 +0000 |
commit | 6d44caada8014fbec0f7e7a5135cab0ec81a9ff1 (patch) | |
tree | 50355e6fe5f7f50658e11160922aabd118ff3805 /docs | |
parent | 8599351489cb15cb93a960f222845509f311345a (diff) | |
download | aspectj-6d44caada8014fbec0f7e7a5135cab0ec81a9ff1.tar.gz aspectj-6d44caada8014fbec0f7e7a5135cab0ec81a9ff1.zip |
adding projects cricketcage and atrack
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sandbox/trails/links.html | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/docs/sandbox/trails/links.html b/docs/sandbox/trails/links.html index d7715b64c..0d56ab87f 100644 --- a/docs/sandbox/trails/links.html +++ b/docs/sandbox/trails/links.html @@ -18,8 +18,9 @@ For a list of publications about AspectJ that might contain sample code, see the publications link off the AspectJ web site at <a href="http://eclipse.org/aspectj"> http://eclipse.org/aspectj</a> - +<p> <!-- END-SAMPLE pubs-all-links --> +<p> <!-- @author Ramnivas Laddad --> <!-- START-SAMPLE pubs-books-aspectjinaction AspectJ in Action --> @@ -35,6 +36,7 @@ Find the code at http://www.manning.com/laddad/</a>. <!-- END-SAMPLE pubs-books-aspectjinaction --> +<p> <!-- @author Jan Hanneman --> <!-- START-SAMPLE pubs-papers-aodesignpatterns Aspect-Oriented Design Pattern Implementations --> @@ -49,6 +51,27 @@ Find the code at http://www.cs.ubc.ca/~jan/AODPs/</a>. <!-- END-SAMPLE pubs-papers-aodesignpatterns --> +<p> + +<!-- @author Ron Bodkin and others --> +<!-- START-SAMPLE pubs-projects-atrack ATrack bug tracker --> +The <a href="https://atrack.dev.java.net/">aTrack project</a> +aims to create an open source bug tracking application that +demonstrates use of Aspect-Oriented Programming (AOP) with AspectJ. +It uses AOP pragmatically to provide systematic support for +technical, middleware, and business concerns. + +<!-- END-SAMPLE pubs-projects-atrack --> +<p> +<!-- @author David Walend --> +<!-- START-SAMPLE pubs-projects-cricketcage CricketCage JUnit test generator --> +The <a href="http://sourceforge.net/projects/cricketcage/"> +CricketCage project</a> +automatically creates JUnit TestCases for repeatable bugs and test +scenarios. Include Cricket Cage's AspectJ code to install a code +generator, then run the program to generate the TestCase. +<!-- END-SAMPLE pubs-projects-cricketcage --> +</a> </body> </html> |