码迷,mamicode.com
首页 > 其他好文 > 详细

STURTS2 HELLOWORLD

时间:2017-01-14 19:49:43      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:tool   doctype   art   numbers   quick   code   extend   war   nbsp   

 

 

 

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

标签:tool   doctype   art   numbers   quick   code   extend   war   nbsp   

原文地址:http://www.cnblogs.com/anstoner/p/6285924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!