Introduction to Struts 2 Framework
In this course we will learn how to use Struts 2 to create an MVC based Java web application.
Struts 2 is a framework for developing MVC based web applications in Java. When building a complex web application it is often difficult to keep business and view logic separate from each other. In this course we will learn how to create a Java based web application using the Struts 2 MVC framework to cleanly separate our views from business logic.
We will cover important features of Struts 2 like creating Actions and mapping them to Results. We will also learn how to use OGNL to access data from Java objects inside of our Views and even see how to create AJAX style views. If you are interesting in learning Struts 2, this course is a great start point to get you started by building your first Struts 2 application.
Struts 2 Complete Tutorial
Struts 2 Quick Start
Non – Form UI Tags
Struts 2 Configurations
Struts 2 Model driven
Struts 2 File Manipulation Tutorial
Struts 2 UI Tags
Struts 2 Control Tags
Struts 2 Data Tags
Interceptors in Struts 2
Struts 2 + Display tag
Struts 2 Theme
Ajax implementation in Struts 2
Struts 2 + AngularJs
Struts 2 + jTable Plugin
Struts 2 Integrate with Other Frameworks
Struts 2 FAQ
Struts 2 Errors