Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Loading common data for all users



Xanadu wrote: What is the standard practice to load the common data for all users? I dont want to load it everytime for each user, as its common. Is storing this in application a good idea ? Is there a better approach. I am using struts2 and hibernate.