RE: R: App-level globals

2004-05-17 Thread None None
nature, no big deal. Thanks all! From: "Andrea M" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: R: App-level globals Date: Mon, 1

R: App-level globals

2004-05-17 Thread Andrea M
Yeah Probably Struts' plugins are the most straightforward thing for you. Plugins are components that Struts loads once at startup, and they are often used (I use them in that way too) to load shared resources (like datasources) in servletcontext before every other component is load. -Messag