资 源 简 介
The purpose of this project is to create an end-to-end transactional monitor application with following capabilities:
Capturing end-to-end transactions across distributed layers of an application architecture.
Exporting relevant transaction information to the end-user in a form of a graphical visualization (tree like structure for example). The following information about transactions should be made available: execution times and transaction context (parent/child relationship).
It is also the aim of the project, to differentiate from other profiling tools by supporting transactional profiling on a SOA systems.
Possible techniques can be applied: AOP; Dynamic Bytecode Instrumentation (with the use of BCEL)
Notes: (11/12/2007) No source has been made available. Only the creation of the project hosting for now.