diff options
Diffstat (limited to 'docs/sandbox')
-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> |