I am coming to EJB from the world of Servlets+JSP... In that arena you have
a context for the scope of a whole application. You can put stuff there that
you can access from any of your servlets, jsp's, etc...

Is there such a notion of that for an EJB app (not counting the Web layer)?

There are some things that would be useful to store in a common "area" like
configuration values, debug settings, etc...

Hunter


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to