For those who liked the Speed Tracer demos coming out of Google IO as
much as I did, I've started a lightweight project to hook up any
Spring app to Speed Tracer without the need to run on Spring's TC
Server or run the full Spring Insight application. I really like the
idea of pulling up server metrics next to client data to get an end-to-
end view of performance, but I frequently need to profile applications
running in JBoss and other containers and running everything on TC
Server just isn't practical. Once I dug into the Speed Tracer API I
realized it would be pretty easy to come up with a simpler solution
that's just a jar and a few lines of config. Check out
http://code.google.com/p/spring4speedtracer . It's been working great
for my GWT apps. If anyone has suggestions on how to make it better
please let me know!