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
Are actions thread safe?
Can explain about the validations and in your project where did u used the validations?
What is interceptor? And life cycle methods of interceptor?
What is interceptor struts2?
Explain the core end goal while using java struts?
How to handle exceptions in structs?
Why use struts framework in java?
in struts how to use hibernate with struts>
Which tag is used to declare constants in struts xml?
What is actioninvocation in struts2?
What is the purpose of @createifnull annotation annotation?
What is the purpose of @conversion annotation annotation?
How does struts work?
Explain about tiles?
Which interceptor is responsible for file upload support?