Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts...

893711Oct 11 2011 — edited Oct 11 2011
How is the work flow of struts. How thw execution begins in struts.. Can you explain me the struts execution from begining to end.

Comments

gimbal2
Why are you not reading the documentation?
893711
how it starts..whether from web.xml or config.xml.?
ramp
Both and it's struts-config.xml not simply config.xml.
You should be reading the documentation - this will get you nowhere.
gimbal2
890708 wrote:
how it starts..whether from web.xml or config.xml.?
Configuration files do not start anything, they are just text files that are read in by pieces of code -already running- to configure themselves and possibly other components as well.

The fact that you have to ask these questions and the fact you are apparently completely unwilling to read documentation is alarming. Do you at least know how a basic servlet/JSP environment works? How a servlet engine like Tomcat is used?
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 8 2011
Added on Oct 11 2011
4 comments
291 views