Struts 2 Result Types

As mentioned previously, the <results> tag plays the role of a view in the Struts2 MVC framework. The action is…

11 years ago

Struts 2 Interceptors

Interceptors are conceptually the same as servlet filters or the JDKs Proxy class. Interceptors allow for crosscutting functionality to be…

11 years ago

Struts 2 Actions

Actions are the core of the Struts2 framework, as they are for any MVC (Model View Controller) framework. Each URL…

11 years ago

Struts 2 OGNL, ActionInvocation, ActionContext

The Object Graph Navigation Language (OGNL) is an expression language. It simplifies the accessibility of data stored in the ActionContext.…

11 years ago

The ValueStack in Struts 2

In this tutorial we will discuss about the ValueStack in the Struts2 how its work behind the scene. Fist lets…

11 years ago

A Tag And A Business Service

In this tutorial we will discuss an example of using a business service in the Action class with a tag…

11 years ago

Struts 2 Namespace Configuration Example

Struts 2 Namespace is a new concept to handle the multiple modules by given a namespace to each module. In…

11 years ago