STURTS2 HELLOWORLD

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STURTS2 HELLOWORLD相关的知识,希望对你有一定的参考价值。

 

 

 

4.

<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE struts PUBLIC
	"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
	"http://struts.apache.org/dtds/struts-2.3.dtd">
	
	<struts>
		<package name="hello" namespace="/" extends="struts-default">
		<action name="firstAction" class="cn.anstone.action.FirstAction">
		<result name="success" type="dispatcher">helloworld.jsp</result>
		</action>
		</package> 
		
	</struts>

以上是关于STURTS2 HELLOWORLD的主要内容,如果未能解决你的问题,请参考以下文章

Sturts2概述

Sturts2 工作原理

Sturts2几个常用内建拦截器的介绍

jfreechart 整合sturts2牛刀小试

为啥这段代码会泄露? (简单的代码片段)

Struts2命令空间小结