Master Data loading on server start up 2004-08-19 - By Michael New
Back Or, yet another number 2:
2. Any Pojo with a static block that loads a properties file with the data, and store it in a static object (HashMap, Properties or whatever) in that Pojo.
That's the simplest IMO.
If you're going to need to change the data at runtime, that's another story.
Mike -- -- Original Message -- -- From: Manish Malhotra To: J2EE-INTEREST@(protected) Sent: Thursday, August 19, 2004 12:19 AM Subject: Re: Master Data loading on server start up
Hi,
1. Use startup servlet. 2.Using normal servlet, get the data and put in the session / context. But bfr putting check whether its already available or not. 2. Any POJO with static block to load. And then cache this data in a context or session.
regards, Manish
-- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE -INTEREST@(protected)]On Behalf Of Govind Kotwani Sent: Wednesday, August 18, 2004 7:53 PM To: J2EE-INTEREST@(protected) Subject: Master Data loading on server start up
Hi,
In our web application we want to load some master data in memory on server start up so that it is always available in session/memory whenever referred.
Any ideas how this can be achieved.
Regards, Govind
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv @(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 6.00.2800.1458" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Or, yet another number 2:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>2. Any Pojo with a static block that loads a properties file with the data, and store it in a static object (HashMap, Properties or whatever) in that Pojo.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>That's the simplest IMO.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>If you're going to need to change the data at runtime, that's another story.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>Mike</FONT></DIV> <BLOCKQUOTE dir=ltr style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV style="FONT: 10pt arial">-- -- Original Message -- -- </DIV> <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> <A title=manish.mmalhotra@(protected) href="mailto:manish.mmalhotra@(protected)">Manish Malhotra</A> </DIV> <DIV style="FONT: 10pt arial"><B>To:</B> <A title=J2EE-INTEREST@(protected) href="mailto:J2EE-INTEREST@(protected)">J2EE-INTEREST@(protected)</A> </DIV> <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, August 19, 2004 12:19 AM</DIV> <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Master Data loading on server start up</DIV> <DIV><BR></DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>Hi,</FONT></SPAN></DIV> <DIV><SPAN class=515121504-19082004></SPAN> </DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>1. Use startup servlet.</FONT></SPAN></DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>2.Using normal servlet, get the data and put in the session / context. But bfr putting check whether its already available or not.</FONT></SPAN></DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>2. Any POJO with static block to load. </FONT></SPAN><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>And then cache this data in a context or session.</FONT></SPAN></DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>regards,</FONT></SPAN></DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2>Manish</FONT></SPAN></DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2></FONT></SPAN><SPAN class=515121504-19082004><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=515121504-19082004></SPAN><FONT face=Tahoma size=2>-- --Original Message-- --<BR><B>From:</B> A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)]<B>On Behalf Of </B>Govind Kotwani<BR><B>Sent:</B> Wednesday, August 18, 2004 7:53 PM<BR><B>To:</B> J2EE-INTEREST@(protected)<BR><B>Subject:</B> Master Data loading on server start up<BR><BR></DIV></FONT> <BLOCKQUOTE><BR><FONT face=sans-serif size=2>Hi,</FONT> <BR><BR><FONT face=sans-serif size=2>In our web application we want to load some master data in memory on server start up so that it is always available in session/memory whenever referred.</FONT> <BR><BR><FONT face=sans-serif size=2>Any ideas how this can be achieved.</FONT> <BR><BR><BR><FONT face=sans-serif size=2>Regards,</FONT> <BR><FONT face=sans-serif size=2>Govind</FONT> <BR><BR><BR><BR><BR></BLOCKQUOTE>============================================ =============================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <P></P></BLOCKQUOTE></BODY></HTML> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|