I've updated my JMX monitoring extension to work as an independent project (previously supposed it was in the core tapestry project) with the current 5.3.0 build (updated for plastic etc.) I'm not planning on providing an artifact repository at this time.
https://github.com/joshcanfield/tapestry-monitoring This is a simple way to expose metrics for the performance of your service and component method calls. I'm currently using this to track the performance of REST apis using tynamo's Resteasy integration. @Monitor("<GET>root[pathparam].seg1.seg2") @GET @Path("/{pathparam}/seg1/seg2{segments: (/.*)?}") @Produces(MediaType.APPLICATION_JSON) public JSONObject getDeviceModelProfile( @PathParam("pathparam") String pathparam, @PathParam("segments") String segments, @QueryParam("fields") String fields ); Josh --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org