Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Aug 31, 2022

Components of Struts

Hello, Ninjas so far we read about struts. Now let's spend some time with struts components. There are many components of struts. Like Interceptors, Value Stack / OGNL, Results/ Result types,Action context and Action Invocation. The user has to know all the components of Struts to use Struts applications. Otherwise, there is no possibility to develop applications without knowing these components.
Interceptors EASY
In this article, we will deal with the interceptors. We will discuss their advantages and disadvantages along with their implementation.
Value Stack / OGNL MEDIUM
In this blog, we will discuss the value stack and OGNL in struts 2 in detail.
Result tag in Struts 2 EASY
 The following article explains the result tag in struts 2.
Action Context EASY
This article will discuss the action context out of five struts2 core concepts Interceptors, ValueStack, ActionContext, ActionInvocation and OGNL.
Action Invocation
In this article, we will discuss an important concept of struts named Action Invocation.