struts 2.0系列
粗略介绍struts 2的方方面面
摘要: 在上两部分的《struts 2与ajax》中我介绍了struts 2与dojo结合实现ajax的知识,本文将介绍在struts 2中使用dwr实现ajax表单校验。
posted @ max 阅读(33986) |
摘要: struts 2系列之十四
在上一篇文章《》,我已经简单地介绍了
的一些用法,接下来我将继续深入讲解的使用和通过dwr实现ajax校验。
posted @ max 阅读(31213) |
摘要: struts 2系列之十三
在当今——web 2.0概念铺天盖地的internet环境下,简易的ajax集成对于一个成功的web框架来说是不可或缺的。因此,struts 2其中的一个重要的功能(feature)就是“first-class ajax support - add interactivity and flexibility with ajax tags that look and feel just like standard struts tags(大意:一流的ajax支持——通过ajax标志增加互动性和灵活性,而且使用这些ajax标志与普通的struts标志同样简单)”。
posted @ max 阅读(80899) |
摘要: struts 2系列之十二
struts 2为大家提供了不少常用的很酷的表单标志,简化了我们程序员的工作。不过,由于这些都是新标志,大家可能在使用上还存在不少疑问。本文将就朋友们的回复、留言或email上的问题,分别对这些酷标志进行讲述。
posted @ max 阅读(36686) |
摘要: struts 2系列之十一
ognl是一种功能很大的表达式语言,熟悉它可以使我们的开发变得更快捷。
posted @ max 阅读(66468) |
摘要: struts 2系列之十
crud是create(创建)、read(读取)、update(更新)和delete(删除)的缩写,它是普通应用程序的缩影。如果您掌握了某框架的crud编写,那么意味可以使用该框架创建普通应用程序了,所以大家使用新框架开发oltp(online transaction processing)应用程序时,首先会研究一下如何编写crud。这类似于大家在学习新编程语言时喜欢编写“hello world”。阅读全文
posted @ max 阅读(44772) |
在struts 2中实现文件上传
摘要: struts 2.0系列之九
struts 2是通过commons fileupload文件上传。commons fileupload通过将http的数据保存到临时文件夹,然后struts使用fileupload拦截器将文件绑定到action的实例中。从而我们就能够以本地文件方式的操作浏览器上传的文件。
阅读全文
posted @
2007-03-21 00:48 max 阅读(108296) |
评论 (148)
在struts 2中实现ioc
摘要: struts 2.0系列之八
ioc(inversion of control,以下译为控制反转)随着java社区中轻量级容器(lightweight contianer)的推广而越来越为大家耳熟能详。在此,我不想再多费唇舌来解释“什么是控制反转”和“为什么需要控制反转”。因为互联网上已经有非常多的文章对诸如此类的问题作了精彩而准确的回答。大家可以去读一下rod johnson和juergen hoeller合著的《expert one-on-one j2ee development without ejb》或martin fowler所写的《inversion of control containers and the dependency injection pattern》。
阅读全文
posted @
2006-12-28 17:37 max 阅读(33507) |
评论 (139)
struts 2的基石——拦截器(interceptor)
摘要: struts 2.0系列之七
interceptor(以下译为拦截器)是struts 2的一个强有力的工具,有许多功能(feature)都是构建于它之上,如国际化、转换器,校验等。
阅读全文
posted @
2006-12-06 20:10 max 阅读(111356) |
评论 (72)
摘要: struts 2.0系列之六
posted @ max 阅读(51219) |
摘要: struts 2.0系列之五
posted @ max 阅读(41949) |
在struts 2.0中国际化(i18n)您的应用程序
摘要: struts 2.0系列之四
国际化是商业系统中不可或缺的一部分,所以无论您学习的是什么web框架,它都是必须掌握的技能。
阅读全文
posted @
2006-11-01 19:06 max 阅读(72866) |
评论 (123)
struts 2.0的action讲解
摘要: struts 2.0系列之三
阅读全文
posted @
2006-10-25 12:10 max 阅读(99189) |
评论 (118)
为struts 2.0做好准备
摘要: struts 2.0系列之一
struts 2.0的简单易用、方便测试相信也会给大家留下不错的印象吧。我相信,struts 2.0作为一个全新的web架构,将会再次掀起web开发的热潮。
阅读全文
posted @
2006-10-10 18:35 max 阅读(125625) |
评论 (345)