1
I do not know what the structure and functioning of this framework is like, but from what I have read about it, it has been widely used in Web development.
What are the characteristics and functionalities of Apache Struts?
1
I do not know what the structure and functioning of this framework is like, but from what I have read about it, it has been widely used in Web development.
What are the characteristics and functionalities of Apache Struts?
2
Denis,
Apache Struts, both 1 and 2, is a framework widely used in industry. Mainly as a solution for systems that benefit from the MVC architecture. No doubt, you will find many projects using it.
In my experience I have seen many applications migrating to Spring MVC. So I can tell you that there are not many new projects being built on Struts anymore, at least not in the media where I am. I have also worked with Struts 1, and I can say that it is inferior to Spring MVC 3.0, as the latter offers more functionality and better Separation of Concerns in addition to better decoupling, because in Struts one is necessary to inherit classes, as the Actionforms
The main advantages I noticed when working with him were:
What features and features of Apache Struts?
Core features
Here is a comparison between version 1 and 2:
https://struts.apache.org/docs/comparing-struts-1-and-2.html
Browser other questions tagged struts2
You are not signed in. Login or sign up in order to post.