Struts 2 Resources Examples
-
Static Parameter
In this section, we will develop a simple application to access the static parameters. We will use a JavaBean to set and get the static parameters. Each static parameter has a value. -
Accessing Session Object
In this section, we will develop a simple application to access the framework resources like the session object, session context and the last accessed session time. -
Access Request and Response
In this section, you will learn to develop an application that accesses the request and response object in struts 2 application.