[ http://issues.apache.org/jira/browse/TAPESTRY-731?page=comments#action_12356784 ]
Jesse Kuhnert commented on TAPESTRY-731: ---------------------------------------- I think this is what you're looking for, the ui for html status pages is already handled for you as well. http://java.sun.com/j2se/1.5.0/docs/api/index.html?javax/management/package-summary.html > Application monitor page > ------------------------ > > Key: TAPESTRY-731 > URL: http://issues.apache.org/jira/browse/TAPESTRY-731 > Project: Tapestry > Type: New Feature > Components: Framework > Versions: 4.0 > Reporter: Howard M. Lewis Ship > > Had the following idea: > What if there was an event interface that could be implemented by various > services, whose job was to "report status"; things like pool sizes, loaded > pages, components, etc. > Lets call the event interface MonitorListener > public void monitorStatusRequested(MonitorEvent event); > Service implementations could register with the service (say > tapestry.monitor.MonitorEventCoordinator). > A page or component could uses the coordinator service to query the services > of Tapestry and format it into an HTML report. Leverage the > DescriptionReceiver interface (the event could implement the interface, or > provide a receiver object that does). The "Engine" tab of the Inspector > could make use of this as well. > This would be a great way to gain some introspection into the underlying > status of Tapestry without cluttering up all the service interfaces. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
