on 5/26/2000 3:48 PM, burtonator at [EMAIL PROTECTED] wrote:

> So if there are no -1s that this is a kludge I will do this.

-1 because:

> > turbine.external.init.classname=<CLASSNAME>
> > turbine.external.init.onstartup=<BOOLEAN>

this assumes that everything will be loaded on startup or not on startup.
this should be defined on a class by class basis.

also, we *could* add load ordering by doing something like this:

turbine.external.init.1.classname
turbine.external.init.2.classname
...

> /**
> Called on Turbine.init()
> */
> public void init()

it should be void init(ServletConfig config)

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to