RE: [OS-webwork] pico support

2003-10-09 Thread Jason Carreira
Please create a Jira issue -Original Message- From: christoph sturm [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:44 PM To: [EMAIL PROTECTED] Subject: [OS-webwork] pico support Hello people! I am in the process of submitting webwork2 support to pico/nanocontainer, and i

RE: [OS-webwork] pico support

2003-10-09 Thread Jason Carreira
Because Pico needs to build the objects... it can't just populate them afterwards (a limitation with constructors)... -Original Message- From: Tim Dwelle [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 3:00 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] pico support

Re: [OS-webwork] pico support

2003-10-09 Thread Tim Dwelle
I'm curious... why are you writing your own ActionIvocation? I would have expected that Pico integration would be through an interceptor, much like XWork's own IoC support. -Tim. Quoting christoph sturm <[EMAIL PROTECTED]>: > Hello people! > > I am in the process of submitting webwork2 supp

[OS-webwork] pico support

2003-10-09 Thread christoph sturm
Hello people! I am in the process of submitting webwork2 support to pico/nanocontainer, and i would need a little change to a xwork class. I created a picoActionInvocation, and there I need access to the request, and i get it through req = (HttpServletRequest) extraContext.get(WebWorkStatics.H

Re: [OS-webwork] pico support available

2003-07-02 Thread Matt Ho
lto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 10:34 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] pico support available i've added pico support to xwork and webwork. i've also updated the sample application in webwork to use pico. to use pico ioc, you'll need

Re: [OS-webwork] pico support available

2003-07-02 Thread Matt Ho
ginal Message- From: Matt Ho [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 10:34 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] pico support available i've added pico support to xwork and webwork. i've also updated the sample application in webwork to use pico.

Re: [OS-webwork] pico support available

2003-07-02 Thread Pat Lightbody
Why is WebWorkPicoContainer in XWork? -Pat - Original Message - From: "Jason Carreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 7:51 AM Subject: RE: [OS-webwork] pico support available > How are the Actions instantia

RE: [OS-webwork] pico support available

2003-07-02 Thread Jason Carreira
, 2003 10:34 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] pico support available > > > i've added pico support to xwork and webwork. i've also updated the > sample application in webwork to use pico. to use pico ioc, > you'll need

[OS-webwork] pico support available

2003-07-02 Thread Matt Ho
i've added pico support to xwork and webwork. i've also updated the sample application in webwork to use pico. to use pico ioc, you'll need to put the following to your web.xml file: com.opensymphony.webwork.lifecycle.PicoApplicationLifecycleListener com.opensymphony.webwork.lifecycle.Pico