McKnight, David wrote: > <paraphrased> > Sounds like a good place for an MBean.. > </paraphrased> > > > That sounds great, and I will look into it asap. We've been using Jboss to > develop on and use in house, but our app may be used with another app > server. Aren't Mbeans Jboss specific? (Pardon my ignorance, and thanks > again...)
No it is a Sun specification and other servers are starting to add it (BEA and JRun claim to have it today). It will be a part of the J2EE 1.4 specification. The problem the other implementations are minimal or simply broken, so you are effectively creating a JBoss specific solution. If you keep the code small and clean (for example it simply calls a stateless session bean), it should be easy to port. -dain ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
