Greetings,

I would like to know the advantages of using a JMX against using a stateless EJB with 
a singleton design?

I implemented a "cache" mechanism in a EJB where an operation method of my EJB would 
query first my chache, and if the element is not present, then go to database perform 
a query.

I would like to know what advantages would I have if I migrate my cache mechanim from 
inside EJB singleton to a JMX object?

thanks,
Pedro Salazar.

BTW, it's OK reply by email since I subscribe the JBOSS mailing list or should I 
always go through JBOSS web site for a post reply?
 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839405#3839405

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839405


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to