Thanks Pawel,
I'll give it a try.
2010/2/28 Paweł Wielgus
> Hi Maciej,
> You can implement ServletContextListener
> and register it in web.xml like this:
>
>< listener >
>< listener-class >com.ppp.oko.struts.AppListener< /
> listener-class >
>< / listener >
> jus
Hi Maciej,
You can implement ServletContextListener
and register it in web.xml like this:
< listener >
< listener-class >com.ppp.oko.struts.AppListener< /
listener-class >
< / listener >
just mind extra spaces i've added to xml tags.
Best greetings,
Paweł Wielgus.
Further on the subject. For my persistence layer I use iBatis. With Struts1
I had been using plugin to load the connection object on start-up. Any
suggestion on how can I achieve similar effect with Struts2?
Thank you,
Maciej Radochonski
On Fri, Feb 19, 2010 at 3:01 PM, Maciej Radochonski
wrote:
Thanks for the answer.
Maciej
On Fri, Feb 19, 2010 at 2:53 PM, Lukasz Lenart wrote:
> 2010/2/19 Maciej Radochonski :
> > Currently I am migration one of my applications from Struts1 onto
> Struts2. I
> > am using several Struts1 PlugIn's (mainly for data source configuration)
> > that are loade
2010/2/19 Maciej Radochonski :
> Currently I am migration one of my applications from Struts1 onto Struts2. I
> am using several Struts1 PlugIn's (mainly for data source configuration)
> that are loaded on start up of the app. Could someone advise me if such a
> functionality, or similar, is availa
5 matches
Mail list logo