For your case, initializing an app-wide collection, consider using a
ServletContextListener.  Even in Struts, this would be recommended for
containers that support it.

Hubert

(Can this count as my first answer to a [shale] question?  No?  Aww.)

On 10/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Sorry if this is a repeat question - I think it has been asked and
> answered, but I'm drawing a blank with google and the archives....
>
> In my Struts apps, if I needed to initialise say an application-wide
> static collection or something I used to implement
> org.apache.struts.action.Plugin. I'd like to know if something parallel
> exists for Shale..?  (Btw, I know I can use a servlet and so forth..)
>
> Many thanks in advance,
> Geeta
>

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

Reply via email to