Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Technical Architect at Infosys Technolgies Ltd.
Pune, IN
Joined Feb 2009
Stats
| Reputation: | 6 |
| Pageviews: | 20.0K |
| Articles: | 1 |
| Comments: | 3 |
Comments
Jul 12, 2009 · Viral Thakkar
I agree that there is not much documentation for few advanced topics like modifying the existing functionlities / source code. Here are few pointers which might help you. Refer Section - XI. Custom Glassbox Monitors at http://nchc.dl.sourceforge.net/sourceforge/glassbox/Glassboxv2.0UserGuide.pdf
Glassbox SourceForge forum - http://sourceforge.net/forum/forum.php?thread_id=3061921&forum_id=575670 Few messages have pointers to Glassbox documentation.
Glassbox heavily uses AspectJ internally, on customizing you will need to go the AOP way, here is pointer - http://sourceforge.net/forum/forum.php?thread_id=3061921&forum_id=575670
I would suggest to refer to IBM AOP tutorial before starting the customization part. This is AOP@Work: Performance monitoring with AspectJ, Part 1. &2 This series articles touches upon Glassbox internal components w.r.t to AOP - http://www.ibm.com/developerworks/java/library/j-aopwork10/
Regards, Viral
Mar 06, 2009 · Viral Thakkar
Mar 06, 2009 · Viral Thakkar