•Struts is an open-source framework for building more flexible, maintainable and structured front-ends in Java web applications
• There are two key components in a web application:
–the data and business logic performed on this data
–the presentation of data
• Struts –helps structuring these components in a Java web app.
–controls the flow of the web application, strictly separating these components
–unifies the interaction between them
• This separation between presentation, business logic and control is achieved by implementing the Model-View-Controller (MVC) Design Pattern
Previous Next
• There are two key components in a web application:
–the data and business logic performed on this data
–the presentation of data
• Struts –helps structuring these components in a Java web app.
–controls the flow of the web application, strictly separating these components
–unifies the interaction between them
• This separation between presentation, business logic and control is achieved by implementing the Model-View-Controller (MVC) Design Pattern
Previous Next
0 comments:
Post a Comment