what are java stuts?
what are there uses
Answer Posted / m.sivakumar
What is Struts? what are the uses of struts?
the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML, as well as various Jakarta Commons packages.
Jakarta Struts is open source implementation of MVC (Model-View-Controller) pattern for the development of web based applications.
Jakarta Struts is robust architecture and can be used for the development of application of any size and Struts framework makes it much easier to design scalable, reliable Web applications with Java.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why we use struts in java?
How to use forward action to restrict a strut application to mvc?
Is there a particularly good ide to use with struts?
What is package name in struts xml?
What are disadvantages of Struts?
What is action class?
How does struts work?
What are best practices to follow while developing Struts2 application?
What configuration changes are required to use Tiles in Struts?
Does Struts2 action and interceptors are thread safe?
What are the different kinds of actions in struts?
What is the purpose of @element annotation annotation?
What do you mean by actionservlet?
List some struts tag libraries?
Can you explain aware interfaces in struts2?