• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding Request Processor

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

can you please explain to me, what is the importance of Request Processor in Struts App Architecture(Struts Life Cycle)?
And what is the relation between ActionServlet and RequestProcessor in Struts Life Cycle?
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If this is an interview question, wouldn't you be better served doing some investigation on your own first?

For example, check out the Struts request cycle, the API docs, and possibly the source code. If you have a specific question, post a followup question.
 
surya.raaj prakash
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi David,
Thanks For Reply

David Newton wrote:If this is an interview question,



This is not an interview question and i have done some investigation on my own but I have not been getting the relation between
ActionServlet and RequestProcessor


 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even after looking in the ActionServlet source code?
 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

surya.raaj prakash wrote:Hi Friends,

can you please explain to me, what is the importance of Request Processor in Struts App Architecture(Struts Life Cycle)?
And what is the relation between ActionServlet and RequestProcessor in Struts Life Cycle?



Hi Surya.raaj,

Please have a look at ActionServlet Documentation.


Thanks,

Rahul
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic