I'm not sure what you are asking, so if the following doesn't answer your 
question, please rephrase it.

I typically have a class named Constant, and in the class I place a lot of 
static final fields.  Then in my EJB code, I have statements like:

MyEjb ejb = (MyEjb)context.lookup(Constant.FOO);

Of course, I also often place the static final fields in the EJB itself.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989737
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to