您正在查看 "struts2.x" 分类下的文章
2007年12月07日 星期五 12:02
代码清单16:XmlConfigurationProvider.addPackage()方法
protected PackageConfig addPackage(Element packageElement) throws ConfigurationException {
PackageConfig newPackage = buildPackageContext(packageElement);
if (newPackage.isNeedsRefresh()) {
return newPackage;
|
2007年12月07日 星期五 12:01
如果要阅读更完整的效果,请去http://iask.sina.com.cn/h/user.php?uid=1311092781下载PDF格式。
第二章 Struts2的工作机制及分析
一、 概述
本章讲述Struts2的工作原理。
读者如果曾经学习过Struts1.x或者有过Struts1.x的开发经验,那么千万不要想当然地以为这一章可以跳过。实际上Struts1.x与Struts2并无我们想象的血缘关系。虽然Struts2的开发小组极力保留Struts1.x的习惯,但因为Struts |
2007年12月04日 星期二 21:19
第一章 搭建Struts2开发环境
一、Struts2概述
在Struts的官方网站上,写着下面两段话:
Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time.
Apache Struts 2 was originally known as WebWork |
|
|