List theList = null;
public List getTheList(){
if(theList == null)
theList = getTheListFromDB();
return theList;
}
David Delbecq wrote:
a webapp context listener En l'instant précis du 02/20/07 15:28, Steve Torrefranca s'exprimait en ces termes:what is the best way to do this? thank you -Steve

