Struts 2 Tutorials

Struts 2 framework is very powerful framework for developing enterprise web applications in short period of time. I has support for ajax and can be used to develop Swing like applications.

Programming Resource Home :: struts-tutorials :: struts2-tutorials

Advertisement

Advertisement




Struts 2 Tutorials
Tutorial Struts 2 Action Tag
'action' Tag in Struts 2 is used by developer to call action class from a JSP page. For calling the action class, developer must assign action name. Struts 2 Action Tag is one of the Data Tags, which are used for data manipulation or creation. View Rating



Struts 2 Tutorials
Tutorial Struts 2 in Agile Development Environment
In this tutorial section we explains you how Struts 2 can be used in Agile Development environment. Struts 2 fully supports Agile software development methodology and can be used in this iterative and incremental development process of the software system. Struts 2 support for Agile web application development. View Rating



Struts 2 Tutorials
Tutorial Struts 2 UI Tags
Struts 2 UI Tags are mainly designed to use the data from your action/value stack or from Data Tags. These tags are used to display the data on the HTML page. The UI tags are driven by templates and themes. View Rating



Struts 2 Tutorials
Tutorial Generic Tags
When pages are being rendered Generic Tags control the execution flow. Struts 2 Generic tags are also used for data extraction. Struts 2 Tags are of two types: Generic Tags and UI tags. Generic Tags are further classified into Control Tags and Data Tags while Struts UI Tags are classified into Form Tags and Non - Form tags. View Rating



Struts 2 Tutorials
Tutorial Creating own Interceptor
Though Interceptors are provided by default in the stack, one can also create custom interceptors and add it to already existing list of interceptors. It is very easy to create your own interceptor. Custom made Interceptors provide cross-cutting application features. View Rating



Struts 2 Tutorials
Tutorial What are Interceptors in Struts 2 and how do they work?
This article is discussing about the Interceptors in Struts 2 and explains how it works? Interceptors are very powerful and important part of Struts 2 and hence need to be understood to deploy Struts 2 framework. View Rating



Struts 2 Tutorials
Tutorial Results
After action executes business logic, tag is used to display the View. Struts2 provides or supports to 11 types of Results. Result type is linked to View. View Rating



Struts 2 Tutorials
Tutorial Value Stack / OGNL
Object Graph Navigational Language (OGNL) is a open source framework used to get properties from Java Beans. In Struts 2 framework, OGNL provides way to access objects within the value stack. View Rating



Struts 2 Tutorials
Tutorial Action in Struts 2 Framework
Actions are the core basic unit of work in Struts 2 framework. Each action provides the processing logic for a specific URL with which it is linked. Actions are mostly associated with a HTTP request of User. View Rating



Struts 2 Tutorials
Tutorial Struts 2 Interceptors
In this struts tutorial section we will discuss about Struts 2 Interceptors. This Struts 2 framework relies upon Interceptors to do most of the work before and after an action is executed. Interceptors are by default part of Struts 2 default stack and are executed in a specific order. Interceptors are used to process logic before and after an action is called. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.