How to depoly your struts application in JBOSS
Answer / naresh
First u have to create the war. the war consists of jar
files,Action Classes and ur jsp files and all the XML file.
then deploy the war to the deploy path.
| Is This Answer Correct ? | 11 Yes | 3 No |
what are the actions in struts?
What is spring and struts in java?
What are the advantages of spring mvc over struts mvc?
How you will make available any message resources definitions file to the struts framework environment?
Why we use struts in java?
Mark the differences between html tags and strut specific html tags.
What is token used for?
What happens when Two users requests for same action class? How the threads are controlled?
What is the significance of logic tags in Struts?
How client side validation is enabled on a jsp form?
where you will implement the tiles in struts?
How many servlet controllers are used in a Struts Application?