0% found this document useful (0 votes)
46 views1 page

Actionservet and Requestrocessor:: Validation Is Actionform

The document discusses various concepts in Struts including the ActionServlet and RequestProcessor which handle requests and forwards them to Actions. Validation is done through the ActionForm. The Action class contains business logic and is mapped to Forms. DynaActionForm allows dynamic form fields. Several links provide tutorials and examples for these concepts as well as sample Struts interview questions.

Uploaded by

No-No-No
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Actionservet and Requestrocessor:: Validation Is Actionform

The document discusses various concepts in Struts including the ActionServlet and RequestProcessor which handle requests and forwards them to Actions. Validation is done through the ActionForm. The Action class contains business logic and is mapped to Forms. DynaActionForm allows dynamic form fields. Several links provide tutorials and examples for these concepts as well as sample Struts interview questions.

Uploaded by

No-No-No
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

ActionServet and Requestrocessor:

http://www.coderanch.com/t/56278/Struts/ActionServlet-RequestProcessorFlow
http://www.javaguru.biz/struts1-framework-architecture/
http://www.developersbook.com/struts/interview-questions/struts-interviewquestions-faqs.php

Validation is ActionForm:
-

http://stackoverflow.com/questions/937584/htmlerrors-struts-tutorial-orexample
http://www.java-samples.com/showtutorial.php?tutorialid=575

Action Class:
-

http://java67.blogspot.in/2012/09/what-is-struts-action-class-in-java.html

DynaActionForm:
-

http://www.mkyong.com/struts/struts-dynaactionform-example/

Interview Question:
-

http://javarevisited.blogspot.in/2011/11/struts-interview-questions-answerj2ee.html

You might also like