RE: CXF and JAMON integration?

2009-03-30 Thread Jeffrey.Constantin
FYI: Found the solution: Spring has a JamonPerformanceMonitorInteceptor you can easily wire into your web services beans as follows. This is an Aspect Oriented Programming (AOP) solution that works great. For every method call in my bean we get stats like hits, execution time, min and max

Re: CXF and JAMON integration?

2009-03-25 Thread Daniel Kulp
On Wed March 25 2009 2:28:32 pm jeffrey.constan...@cox.com wrote: Has anyone integrated CXF and JAMon (http://jamonapi.sourceforge.net/) successfully? I would like to track web service hits using JAMon but I don't know where to *centralize* the code. We are converting an existing XML over HTTP