I was wondering if Javamelody has ever been used with the Google Web
Toolkit? If so I would really appreciate it if I could get some help
using it in a project that I am working on.
Thanks,
MPH
Yes, it is used with GWT as said here for example:
http://plus.google.com/u/0/108123997020226186154/posts/fgP5jraSKXY
bye,
Emeric
Le 23/11/2011 21:51, Matthew Herring a �crit :
Note however that with GWT (most) apps use one of two communication methods:
1) GWT-RPC (extend RemoteService) - optimized/performant but tightly coupled. GWT 1.3 to GWT 2.4 and beyond
2) RequestFactory (JSON underneath) - decoupled server/client. Only GWT 2.X series, with recent refactorings in 2.4.
I've only used Javamelody with #1, GWT-RPC, and the customizations in javamelody to support GWT are built-in ready to go for this approach. I haven't tested using ReqeustFactory, but any tools that monitor JSON/HTTP requests (including Javamelody) should be able to provide metrics on the second approach.
Note that I hope to soon work with RequestFactories, so if you obtain or anyone has experience on this with JavaMelody, please share!
good luck,
-Darren
--- On Wed, 11/23/11, Emeric Vernat <eve...@free.fr> wrote: