You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/27 23:40:57 UTC

[Cocoon Wiki] Update of "Cocoon 3 Profiling" by SebastianRosensteiner

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by SebastianRosensteiner:
http://wiki.apache.org/cocoon/Cocoon_3_Profiling

New page:
==  Cocoon 3 Profiling ==
- COCOON-RELEASES: 3
- DOCUMENT-STATUS: '''*draft*'''
----

== What this page is about ==

This page was created to document a student project at [[http://www.tuwien.ac.at/ Vienna University of Technology]]. The aim is to develop a cocoon profiling module for cocoon 3 (further details see [[http://cocoon.apache.org/3.0/student-project-ideas/cocoon3-profiling.html Cocoon 3 Profiling]]).

List of participating students:
    * Michael Handler
    * Christoph Leiter
    * Benedict Leskovar
    * Andreas Pinter
    * Sebastian Rosensteiner
    * Stephan Teuschl

=== First Examples ===

The following examples were developed to gain knowledge about the cocoon project and other related technologies (e.g. Spring AOP). Beginners might find them useful since these examples are simple and easy to use. 

==== Spring AOP ====

This project contains a small Spring example including a few aspects (using annotation syntax) which shows the use of spring containers and how to use AOP within Spring. The aspects in this project show how to create and use advices and give an idea of the possiblities Spring AOP has to offer.

A simple ThreadLocal example was added to show how threads can be identified from each other.
 

==== Cocoon Sequence Diagram ====

==== Cocoon Sample ====

----