On Wed, 12 Jul 2000, you wrote:
> I need to do some initialisation during servlet initialisation.
>
> I would like turbine to allow to specify action it will call in method
> init in servlet class:
>
> TurbineResources.properties:
> init.action=SubSystemInitialisation
Are you talking about having a generic way to initialize from
Turbine.init()
> SubSystemInitialisation.java:
>
> class SubSystemInitialisation extends AbstracInitAction {
> init(ServletConfig config) {
> ...
> }
> }
Take a look at the TurbineService interface and see if that can
help you.
--
dave
[EMAIL PROTECTED]
----------------------
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]