From: Jon L. <jon...@xe...> - 2002-07-17 14:47:38
|
> > How would the service get started in non-JBoss containers? > Like JBoss, our self written application server uses JMX for all pluggable services (Thread Pools, Connection Pools, etc...). In the case of our application server we have an XML configuration file that lists all MBeans to startup at runtime, and we are able to define the startup / shutdown methods that get called after the MBeans are registered. After looking at the example that was created to wrap Hibernate as an MBean for JBoss, it would only take a few seconds to get it started up in our container. Jon... |