On Sunday 10 August 2003 01:00 am, you wrote:
> What is recomended technique for reading initialization parameters from a
> Bean?

I get the init params from web.xml in a servlet's init method and pass them 
to the beans setXxx methods.

I prefer to control all of the beans state/lifecycle... from the servlets.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to