On Wed, 25 Jul 2001, Vadim Gritsenko wrote:
> If it's OK to create one session EJB for the lifetime of a generator, do this
> in configure() method;
> If you need to create/obtain EJB for each request (it may be the case with
> session stateful EJB), you can do this in setup() method.
>
> Look at TraxTransformer as it have both of these methods.
>
> Don't forget to implement recycle() to do cleanup between requests.
i would also refer you to the avalon components docs:
http://jakarta.apache.org/avalon/framework/
specifically, the lifecycle doc:
http://jakarta.apache.org/avalon/framework/lifecycle.html
- donald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]