Struts2教程列表

Struts 2 Tutorials

Struts2教程

Struts 2 Interceptors Example

In this example you will see how the interceptors are invoked both before and after the execution of the action and how the results are rendered back to the user.

Struts2拦截器的例子

在本例中您将了解在执行action前后如何调用拦截器并将结果呈现给用户。

Struts 2 Interceptors Tutorial

In this tutorial you will see different ways to create you own interceptor stack and associate it with the action class.

Struts2拦截器教程

在本教程中,您将看到以不同方式创建您自己的拦截器栈,并将其与action类联系在一起。

DispatchAction Functionality In Struts 2 Tutorial

In this tutorial you will learn how to group a set of related functionalities in a single Action class.

在Struts2中的DispatchAction功能的教程

在本教程中,您将学习如何将一组相关的功能组织在一个单独的Action类中。

Struts 2 Validation Tutorial

In this example you will see how to perform validation in Struts 2. You will learn how the validate() method is called by the workflow interceptor and how the errors are stored using the ValidationAware interface. You will also see how to retrieve error messages from the properties file.

Struts2验证教程

在这个例子中,您将看到如何在Struts2中执行验证。您将了解如何通过工作流拦截器调用validate()方法和如何使用ValidationAware接口保存错误信息。您还将看到如何从属性文件中检索错误消息。

Struts 2 Validation Using XML File Tutorial

In this example you will see how to perform validations using XML validation file. You will learn the naming convention for the XML validation file and see how to do field validations.

Struts2使用XML文件验证教程

在这个例子中,您将看到如何使用XML验证文件执行验证。您将学习XML验证文件的命名约定,看看如何做字段验证。

Domain Object As JavaBeans Property Tutorial

In this tutorial you will learn how to use a application domain object as the FormBeans property. You will see how the params interceptor help in automatically transferring the form property values to the application domain object and how to retrieve the values back in the jsp page using OGNL expression language.

域对象作为JavaBean属性的教程

在本教程中,您将学习如何使用应用程序域对象作为FormBean属性。你将看到参数拦截器如何自动地将表单属性值转移到应用程序域对象,和如何使用OGNL表达式语言在jsp页面检索这些值。

Struts 2 ModelDriven Action Tutorial

In this tutorial you will lean how to create an Action implementing the ModelDriven interface. You will see how to implement the getModel() method and to retrieve the values back in the jsp page using the OGNL expression language.

Struts2 ModelDriven Action教程

在本教程中,您将会学到如何创建一个实现了ModelDriven接口的Action。您将会看到如何实现getModel()方法和使用OGNL表达式语言在jsp页面上检索这些值。

Struts 2 File Upload Tutorial

Learn how to upload a file in Struts 2 with the help of the built-in FileUploadInterceptor. You will also see how to validate a file based on the file size and the content type.

Struts2 文件上传教程

学习如何在内置的文件上传拦截器的帮助下在Struts2中上传一个文件。你还将看到如何基于文件大小和内容类型验证文件。

Struts 2 Spring Integration Tutorial

Learn how to integrate Spring and Struts 2 with the help of a simple hello world example.

Struts2、Spring集成教程

学习如何通过一个hello world的简单例子集成Spring和Struts2。

Struts 2 Tiles Integration Tutorial

Learn how to integrate Struts 2 and Tiles using the struts2 tiles plugin.

Struts2、Tiles集成教程

学习如何使用struts2的tiles插件集成Struts2和Tiles。

Struts 2 Hibernate Validation Tutorial

Learn how to integrate Struts 2 with Hibernator Validator using the Full Hibernate Plugin 1.4 GA.

Struts2、Hibernate验证教程

学习如何使用Full Hibernate Plugin 1.4GA集成Struts2和Hibernator验证器。

Struts 2 Hibernate Integration Tutorial

Learn how to integrate Struts 2 and Hibernate using the Full Hibernate Plugin 1.4 GA.

Struts2、Hibernate集成教程

学习如何使用Full Hibernate Plugin 1.4 GA集成Struts2和Hibernate。

Struts 2 Annotation Tutorial 2

In this annotation example you will learn how to use the Action and Result annotations and see how to change the default location of the result pages.

Struts2 Annotation(注释)教程

在这个注释例子中你将会学到如何使用Action和Result注释,还会看到如何改变结果页面的默认位置。

Struts 2 CRUD Tutorial

Learn how to perform Create, Read, Update and Delete (CRUD) operations using Struts 2.

Struts2 CRUD教程

学习如何使用Struts2去执行创建、读取、更新和删除操作。

Struts 2 Framework Tutorial

In this tutorial you will learn the step by step process that happens when the Struts 2 Framework receives a request till it generates a response back to the user.

Struts2框架教程

在本教程中,您将通过循序渐进的过程学习Struts2框架,从它收到一个请求到它生成一个响应返回给用户。

Struts 2 Control Tags Tutorial

In this example you will learn how to use the iterator tag and the if and else tags.

Struts2控制标签教程

在这个例子中,你将学到如何使用迭代器标签和if…else标签。

Struts 2 Bean Tag Tutorial

In this tutorial you will see how to use the Struts 2 Bean Tag with the help of a CurrencyConverter bean example.

Struts2 Bean标签教程

在本教程中,你将会通过一个CurrencyConverter bean例子的帮助看到如何使用Struts2的Bean标签。

Struts 2 UI Tags Tutorial

In this example you wil see how to create a registration page using Struts 2 UI tags. You will also learn how to pre populate the form fields, set default values to it and to retrive the values back in the jsp page.

Struts2 UI标签教程

在本教程中,你将会看到如何使用Struts2的UI标签来创建一个注册页面。你还会学到如何预先填充表单字段,设置默认值和在jsp页面中检索这些值。

Struts 2 Hello World Tutorial

In this example you will see how to create a simple Hello World Application in Struts 2.

Struts2 Hello World教程

在这个例子中你将会看到如何在Struts2中创建一个简单的Hello World应用程序。

Struts 2 Data Tags Tutorial

In this tutorial you will learn about the ValueStack and the ActionContext and then see how to use the property tag, set tag and push tag to store and retrieve data.

Struts2数据标签教程

在本教程中,您将了解ValueStack和ActionContext,然后学会如何使用属性标签,设置标签,存储标签和检索数据。

Struts 2 Annotation Tutorial 1

In this example you will learn how to use Annotations in Struts 2 and see how the Convention plug-in helps us create an application with minimal configuration.

Struts2注释教程1

在这个示例中,您将学习如何使用Struts2的Annotations,了解Convertion插件是如何帮助我们以最小的配置创建一个应用程序的。

Struts 2 Examples

List of all Struts 2 Examples.

Struts2示例列表。

posted @ 2014-04-04 09:58  bigbus168  阅读(161)  评论(0)    收藏  举报