That should work great, another option is just to define a singleton bean in your Spring configuration. It will get loaded with the container and initialized automatically. Either method should do what you want. (*Chris*)
On Fri, Jun 25, 2010 at 12:24 PM, Dale Newfield <[email protected]> wrote: > Oh, and I forgot to mention, add a <listener/> segment to your web.xml so > the application server knows to instantiate and call it. > > -Dale > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

