Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > Java > 从webwork2.2.4迁移到struts2[摘录]
【标  题】:从webwork2.2.4迁移到struts2[摘录]
【关键字】:webwork2.2.4,struts2
【来  源】:http://blog.csdn.net/lightersky/archive/2006/12/26/1463315.aspx

从webwork2.2.4迁移到struts2[摘录]

Your Ad Here

注:(originally posted on the WebWork user forum)

I just finished migrating two applications from Webwork 2.2.4 to Struts 2.0.0 and thought I'd share what steps are involved in the process.

Package names

Substitute com.opensymphony.webwork to org.apache.struts2.
Substitute com.opensymphony.xwork to com.opensymphony.xwork2.

Configuration files

Rename webwork.properties to struts.properties.
Rename xwork.xml to struts.xml.

Change all occurrences of 'webwork' in struts.properties and struts.xml to 'struts'.
In web.xml, change com.opensymphony.webwork.dispatcher.FilterDispatcher to org.apache.struts2.dispatcher.FilterDispatcher.

Converters

If you are using converters that subclass WebworkTypeConverter, rename the superclass to StrutsTypeConverter.

JSP's
You have to change the taglib URI: uri="/webwork" to uri="/struts-tags"

Then you're done!
Well, maybe I've forgotten something but I'll guess you find that out when you try do compile and deploy your application... 

关于Java日期处理函数.[不断更新]:【上一篇】
webwork2.2到struts2的变化[摘录]:【下一篇】
【相关文章】
  • 从webwork2.2应用到struts2的移植看webwork2.x和struts2的区别
  • Spring2.0,Struts2.0,SpringSide2.0
  • Spring2.0,Struts2.0,SpringSide 2.0--SpringSide 2.0M1 Release Notes
  • struts2的struts.properties配置文件详解
  • struts2.01学习笔记
  • tomcat6 and struts2 发布了
  • struts2文件上传
  • Struts2 新特性
  • struts2.0 ,shale,tapestry, 关于 JavaWebFrameWork 的选择(原创)
  • Struts2新特性预览
  • 【随机文章】
  • 面向对象的思想-----经验原则
  • 如何快速释放电脑系统资源
  • 公布本人收集的一些FTP站点、有大量学习、电影资源
  • Cool Web Scrollbars - 定制网页的滚动条
  • PEAR-像Google一样的分页功能(2)
  • 导入导出大全
  • GRUB引导工具
  • 价值(五)——价值是什么
  • 项目经验-冯昕
  • 监控数据库中的DDL事件
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.