what are the componenets of struts?
Answers were Sorted based on User's Feedback
Answer / madhu
in Struts we have 3 components that are
model component
controller component
view component
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / venu
Struts Frame work has the follwing components:-
1.ActionServlet
2.web.xml
3.jsp
4.FormBeans(ActionForm)
5.struts-config.xml
6.ActionSub class(Action class)
7.ActionForward
Is This Answer Correct ? | 6 Yes | 2 No |
Struts is based on MVC design pattern,struts components can
be catagorised in to model, view and controller.
model-all the business components and data are coming under
this catagory
view-jsp,html are part of view
controller-ActionServlet of struts is the part of
controller component
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / tarun
Struts is a MVC design pattern .
The following three are the struts component.
Model : DAO class, EJB classes
View : JSP, HTML Files
Controller : Action Servlet
Apart from this we need struts-config.xml, web.xml,
validator.xml, validation-rules.xml and properties files.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mani
Basic Components of Struts:
1. Base Framework
2. JSP tag libraries
3. Tiles Plugin
4. Validator Plugin
(Refered from 'The Complete Reference-Struts')
Is This Answer Correct ? | 6 Yes | 6 No |
Answer / raghavendra singh
Basic Components of Struts:
1. Action Servlet
2. Module Config
3. Request Processor
4. Action Mapping
5. Action Form
6. Action
7. Action forword
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar
Basic Components of Struts:
1. Action Servlet
2.Module Config
3. Request Processor
4.Action Form
5. Action
6.View Componeents(JSP pages)
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mani
Basic Components of Struts:
1. Base Framework
2. JSP tag libraries
3. Tiles Plugin
4. Validator Plugin
(Refered from 'The Complete Reference-Struts')
Is This Answer Correct ? | 3 Yes | 8 No |
What is actionform in struts?
what is the use of cvs in struts?
What is the purpose of @typeconversion annotation annotation?
What is the front controller in struts2?
What are the major differences between html tags and strut specific html tags?
What is Request Dispatcher and what is Request Process?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What is the difference between RequestProcessor and RequestDispatcher?
11 Answers Ness Technologies, TCS,
what is diffrence between Dynaactionform,actionform and Dynavalidateform
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
How duplicate form submission can be controlled in struts?
How to use forward action to restrict a strut application to mvc?