what is struts? why Struts?
Answers were Sorted based on User's Feedback
Answer / pavan
struts is open source frame work and also provides m v c design pattern it provides parallel development and also it has plug ins for validation framework and tiles framework
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / suresh royal
struts is web frame work to develope the MVC architectural based java web application having capability to generate integrated logics of controller layerdynamically based on the logics given by developer view ,model and controller.
Struts provides abstraction layer on top of servlets and JSP.
struts supports validation and Tiles Frame worksan and I18N so we go for struts
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / khan
Struts framework is an open-source framework for developing the web applications in Java EE, based on MVC-2 architecture. It uses and extends the Java Servlet API. Struts is robust architecture and can be used for the development of application of any size. Struts framework makes it much easier to design scalable, reliable Web applications with Java.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kripa
as we know struts is an open frame work which gives efficient mvc modelling support with the validation facility , and also it reduce the working for developer to make it secure cause it gives an excellent encryption technique through which we can hide our working by giving it action support
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain about tiles?
In which method of action class the business logic is executed?
Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?
how canu done chechin and check out of u r project using with sample examples?
What are the cons of struts 2?
What is action support class in struts2?
Can we have more than one struts-config.xml file for a single struts application?
What is the apache struts vulnerability?
What is the purpose of constant tag in struts.xml?
Why do we use struts?
What does it cost to replace struts?
What is the purpose of '@customvalidator'?