lets say i've a codes table(code/value columns) of 200 cities
and I would like to cache this table because it's a constant table and I wouldn't
like to read from the db everytime..
i've Cities Enitity bean , do you think that if I'll query all the list and put it
in some static hashtable it won't effect the EJB container preformance?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964361#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...