Struts 2 简明教程

Struts 2 Tutorial

Apache Struts 2 是一个优秀的可扩展框架,用于创建企业级 Java Web 应用程序。该框架旨在精简从构建到部署和长期维护应用程序的整个开发周期。Apache Struts 2 最初被称为 Web Work 2。本教程将教您如何使用 Apache Struts 通过简单易行的步骤创建企业级 Java Web 应用程序。

Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. This framework is designed to streamline the full development cycle from building, to deploying and maintaining applications over time. Apache Struts 2 was originally known as Web Work 2. This tutorial will teach you, how to use Apache Struts for creating enterprise-ready Java web applications in simple and easy steps.

Audience

本教程旨在为有兴趣学习 Struts 2.x 框架和应用基础的 Java 程序员设计。

This tutorial is designed for Java programmers who are interested to learn the basics of Struts 2.x framework and its applications.

Prerequisites

在继续本教程之前,您应该充分了解 Java 编程语言。基本理解 MVC 框架和 JSP 或 Servlet 非常有帮助。

Before proceeding with this tutorial, you should have a good understanding of the Java programming language. A basic understanding of MVC Framework and JSP or Servlet is very helpful.