Building struts2 app with out xml gluecode》的相关内容

自己翻译的Java.In.A.Nutshell.5th中泛型一章,欢迎拍砖把文章砸的漂亮一些

做些说明吧:转网页的东西,改起来稍觉得的麻烦,就可能滞后。不过pdf文件会不定时的及时更新 4.1. Generic Types Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has ...
by Julysea 2006-09-21 浏览 (11362) 回复 (19) 关键字:

Eclipse 3.3M5发布

Eclipse 3.3 M5 - New and Noteworthy There's a hot new drop of Eclipse to warm you up during these coldest days of winter. Here are some of the more noteworthy things available in milestone build ...
by jackhlp 2007-02-12 浏览 (6780) 回复 (14) 关键字:

struts2.01学习笔记!

先按照文档,做一次: 1,建立WEB.XML: <!-- 段洪杰 --> <?xml version="1.0" encoding="UTF-8"?> <web-app> <display-name>Struts Blank</display-name> <filter> <filter-name>s ...
by dhj1 2006-11-09 浏览 (31224) 回复 (32) 关键字:

Spring Framework : Introduction on broad(Forward)

这篇文章是国外一个学习网站上看到的,写得不错,大体上对spring做了一个简单的介绍。就转过来了,希望大家喜欢,不喜欢的不要扔砖。 Spring is an open-source application framework, introduced and developed in 2004. The main ideas were suggested by an experienced J2EE ...
by xpower 2008-07-07 浏览 (187) 回复 (0) 关键字:

Ruby DSL

http://forum.javaeye.com/viewtopic.php?p=128602#128602 potian 写道 macro没有利用任何反射能力,和类型也没有关系 Lisp macro(我只知道Common Lisp)的macro主要是开放编译器内部的结构,把词法分析、语法分析和语义分析和执行中间割裂(不过S-Expression非常简单,基本上没有语法),Lisp的S-expr ...
by buaawhl 2006-07-12 浏览 (9669) 回复 (10) 关键字:

【Struts专家Ted Husted系列】Struts2其实也可以CoC风格编程(三)完

这是本文的最后部分,主要介绍的SmartURLs的重定向与安装。作者也表示在将来的Struts2版本中,SmartURLs会集成在Code-Behind中去的。下周有时间的话,可能会给大家推荐在ThoughtWorks工作的Dennis Byrne 最新发表的《JSF Anit-Patterns and Pitfalls》(JSF反模式与陷阱)正文:使用SmartURLs提交表单后,还可以重定向吗 ...
by kyo100900 2008-02-29 浏览 (3675) 回复 (0) 关键字: ted husted, struts2, coc

【Struts专家Ted Husted系列】Struts2其实也可以CoC风格编程(一)

作者简介: Ted Husted是Apache Software Foundation成员。他是Apache Struts和Apahce iBATIS的活跃成员,同样也是Apache Jakarta Commons的创始人。他有很多耳熟能详的著作:JUnit in Action, Struts In Action以及 Professional JSP Site Design。Ted在美国很多团队当 ...
by kyo100900 2008-02-27 浏览 (3987) 回复 (0) 关键字: ted husted, struts2, coc

【Struts专家Ted Husted系列】Struts2其实也可以CoC风格编程(二)

文节是文章的第二部分,主要讲的是页面如何显示Action中的属性,以及在无XML文件配置情况下,轻松实现校验功能。 如何将我们的数据显示在页面上呢?  当服务器处理完了,我们需要将数据显示在页面模板上。通常为说,我们会在Struts的Action设置一些property(属性),这样在页面就可以直接取出来了。这些property的值也许来自于你自己的数据库,也许又是你 ...
by kyo100900 2008-02-28 浏览 (3291) 回复 (2) 关键字: ted husted, struts2, coc

Xfire Tutorial

MyEclipse Learning Center > Web Services Development > Getting Started MyEclipse Code-First Web Services Tutorial Outline Preface Requirements Int ...
by xiaobian 2008-05-20 浏览 (199) 回复 (0) 关键字:

Getting started with JSF, Facelets, Eclipse WTP an

Added by Rick Hightower, last edited by Rick Hightower on Dec 21, 2006   In this first tutorial we will build the classic JSF calculator application. In this tutorial you will download and instal ...
by joerong666 2008-03-28 浏览 (313) 回复 (0) 关键字:

Enjoying Web Development with Tapestry出4.1版本的,推荐下载

地址:http://www.agileskills2.org/EWDT/ Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1) How to create AJAX web-based application easily? If you'd like to create ...
by tapestry 2006-12-31 浏览 (1186) 回复 (5)

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (1192) 回复 (1)

Hillary's Speech on Suspending the Campaign

非常出色感人的演讲,增强英语听力信心的好材料。 Hillary's Speech on Suspending the Campaign 以下为讲话原文,现场视频在http://www.youtube.com/watch?v=Lm5hQDFfRvA Thank you very, very much. Well, this isn't exactly the party I ...
by swflora 2008-07-10 浏览 (252) 回复 (0)

(共享)Enjoying Web Development with Tapestry三个版本(免费前四章)

网站:http://www.agileskills2.org/EWDT/ 介绍: How to create AJAX web-based application easily? If you'd like to create AJAX web-based applications easily, then this book is for you. More importantly, it s ...
by tapestry 2007-02-02 浏览 (948) 回复 (0)

在Grails中如何配置过滤器?我找不到web.xml!

突然发现找不到地方写过滤器配置,因为WEB-INF中没有web.xml文件! 使用grails war生成的war包中倒是有,看来是临时生成的! 现在我想配置自己的过滤器该往哪里写?!
by zengsun 2007-12-02 浏览 (865) 回复 (10)

Struts v2.0.1 BETA Release

看了一下下载的代码,几乎就是webwork2.x改了个package名字弄过去的,theme, pojo的form,action, interceptor, tag这些基本的元素和WW是一摸一样的,从WW转到struts2的学习成本就是0了... 引用 The Apache Struts project is pleased to announce the availability of the ...
by Readonly 2006-11-09 浏览 (420) 回复 (0) 关键字:

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4292) 回复 (16) 关键字: netbeans 6.5 m1

Struts2 in NetBeans 6.1 发布

说实在的这个版本的Struts2 plugin for NetBeans 并不怎么样! 功能有限,但是有总比没有的好,至少还可以提高一点生产力!  这个插件带的lib 很少最好还是用自己的lib。   下面是 Struts2 Support Features:   Apache Struts 2 is an elegant, extensible framew ...
by gml520 2008-06-28 浏览 (2069) 回复 (11) 关键字: struts2, netbeans 6.1

相关问答

赞助商链接