Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-22 Thread wesley
beans container: " + >> factory.get()); >>return factory.get(); >> } else { >>logger.debug("Not a managed webbean. Create a new instance."); >> return clazz.newInstance(); >> } >> } >> } >> ======

Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-22 Thread Scott Ferguson
= > === > Thanks for your help, Scott. > > - Original Message - > From: "wesley" <[EMAIL PROTECTED]> > To: "General Discussion for the Resin application server" > > Sent: Saturday, December 22,

Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-22 Thread wesley
AIL PROTECTED]> To: "General Discussion for the Resin application server" Sent: Saturday, December 22, 2007 10:11 AM Subject: Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2,need an ObjectFactory implementation > Thanks Scott, > I tried already, both in Se

Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-21 Thread wesley
a config work to do in resin-web.xml like ELSolver? - Original Message - From: "Scott Ferguson" <[EMAIL PROTECTED]> To: "General Discussion for the Resin application server" Sent: Saturday, December 22, 2007 12:24 AM Subject: Re: [Resin-interest] How Res

Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-21 Thread Scott Ferguson
To: "General Discussion for the Resin application server" > > Sent: Friday, December 21, 2007 8:06 PM > Subject: [Resin-interest] How Resin/Ioc used for struts2/ > xwork2,need an > ObjectFactory implementation > > >> I'm using Struts2 in nearly every new projects

Re: [Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-21 Thread wesley
y, December 21, 2007 8:06 PM Subject: [Resin-interest] How Resin/Ioc used for struts2/xwork2,need an ObjectFactory implementation > I'm using Struts2 in nearly every new projects these days, with Guice as > the > IoC injector. > I want to switch to Resin's WebBeans implementation

[Resin-interest] How Resin/Ioc used for struts2/xwork2, need an ObjectFactory implementation

2007-12-21 Thread wesley
I'm using Struts2 in nearly every new projects these days, with Guice as the IoC injector. I want to switch to Resin's WebBeans implementation and Resin/IoC. One of the main concerns is that I could not figure out how to write a ObjectFactory implementation using Resin/IoC/WebBeans infrastucture,