You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sandip Khetle <sa...@gmail.com> on 2005/02/09 08:42:44 UTC

request Processor in struts.

Hi 
           Where do we make the entry for the request processor in
struts application?for example I have extended the RequestProcessor
class to create my
MyRequestProcessor ...How do I communicate this to the
application.....Will i have to make any entry in some config
file.......?

Thanks in advance....

-- 
Regards,
SandipK

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: request Processor in struts-2.

Posted by Joe Germuska <Jo...@Germuska.com>.
I am all for people downloading the nightly builds and acquainting 
themselves with the new designs in Struts (which is not Struts 2, by 
the way; it's Struts 1.3.0).

But, I want to make sure that people understand -- this is code under 
rapid development; there are no API guarantees; and it may be a while 
before it's well documented.  The source is wide open, and the lists 
are available for questions and criticisms -- but if you just want to 
use it and don't want to understand how it works, then you should 
probably wait for a regular release.

It is really helpful to have people start building applications 
around the code -- nothing else provides the kind of testing 
necessary to really flush out issues -- but people who do this should 
be ready for periodic tweaking to respond to API changes and such 
until there's a full release.

Joe


At 9:45 AM +0000 2/9/05, Niall Pemberton wrote:
>In Struts 1.2 you can configure different RequestProcessors for different
>modules, but you can' t have different RequestProcessors for the same
>module. Struts 1.3 (under development) is based on the Chain of
>Responsibilty (CoR) pattern (using  Jakarta Commons Chain) - that introduces
>alot more flexibility in how you can configure "request processing". Sounds
>like it might be worth you downloading the "nightly" build and having a look
>at that.
>
>Niall
>
>----- Original Message -----
>From: "Sandip Khetle" <sa...@gmail.com>
>Sent: Wednesday, February 09, 2005 9:25 AM
>
>
>>  hi
>>
>>            Thank You very much for ur help Niall....I have one more
>>  question ......
>>
>>  Can we have multiple RequestProcessor classes for a single application
>>  .....I mean as we have a single ActionServlet is it mandatory to have
>>  a single RequestProcessor as well...?
>>
>>  thanks in advance...
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>For additional commands, e-mail: user-help@struts.apache.org


-- 
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"Narrow minds are weapons made for mass destruction"  -The Ex

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: request Processor in struts-2.

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
In Struts 1.2 you can configure different RequestProcessors for different
modules, but you can' t have different RequestProcessors for the same
module. Struts 1.3 (under development) is based on the Chain of
Responsibilty (CoR) pattern (using  Jakarta Commons Chain) - that introduces
alot more flexibility in how you can configure "request processing". Sounds
like it might be worth you downloading the "nightly" build and having a look
at that.

Niall

----- Original Message ----- 
From: "Sandip Khetle" <sa...@gmail.com>
Sent: Wednesday, February 09, 2005 9:25 AM


> hi
>
>           Thank You very much for ur help Niall....I have one more
> question ......
>
> Can we have multiple RequestProcessor classes for a single application
> .....I mean as we have a single ActionServlet is it mandatory to have
> a single RequestProcessor as well...?
>
> thanks in advance...



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


request Processor in struts-2.

Posted by Sandip Khetle <sa...@gmail.com>.
hi

          Thank You very much for ur help Niall....I have one more
question ......

Can we have multiple RequestProcessor classes for a single application
.....I mean as we have a single ActionServlet is it mandatory to have
a single RequestProcessor as well...?

thanks in advance...




On Wed, 9 Feb 2005 08:33:20 -0000, Niall Pemberton
<ni...@blueyonder.co.uk> wrote:
> You can configure it using the <controller> element in the
> struts-config.xml...
> 
> http://struts.apache.org/userGuide/configuration.html#controller_config
> 
> <controller processorClass="myPackage.MyRequestProcessor"/>
> 
> Niall
> 
> ----- Original Message -----
> From: "Sandip Khetle" <sa...@gmail.com>
> To: <us...@struts.apache.org>
> Sent: Wednesday, February 09, 2005 7:42 AM
> Subject: request Processor in struts.
> 
> > Hi
> >            Where do we make the entry for the request processor in
> > struts application?for example I have extended the RequestProcessor
> > class to create my
> > MyRequestProcessor ...How do I communicate this to the
> > application.....Will i have to make any entry in some config
> > file.......?
> >
> > Thanks in advance....
> >
> > --
> > Regards,
> > SandipK
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


-- 
Regards,
Sandip Khetle

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: request Processor in struts.

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
You can configure it using the <controller> element in the
struts-config.xml...

http://struts.apache.org/userGuide/configuration.html#controller_config

<controller processorClass="myPackage.MyRequestProcessor"/>

Niall

----- Original Message ----- 
From: "Sandip Khetle" <sa...@gmail.com>
To: <us...@struts.apache.org>
Sent: Wednesday, February 09, 2005 7:42 AM
Subject: request Processor in struts.


> Hi
>            Where do we make the entry for the request processor in
> struts application?for example I have extended the RequestProcessor
> class to create my
> MyRequestProcessor ...How do I communicate this to the
> application.....Will i have to make any entry in some config
> file.......?
>
> Thanks in advance....
>
> -- 
> Regards,
> SandipK



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org