Rlayout,erb定义layout, 支持field tag的主题模板(类似struts2)》的相关内容

不可小视的ERB和capture

回顾一个熟悉的场景: 在某个layout文件里(如layouts/application.rhtml): <html> <head> </head> <body> 菜单、布局等的通用html <%= yield %> </body> </html> <%= yield%>是个占位符,当浏览/use ...
by liusong1111 2007-05-29 浏览 (5229) 回复 (7) 关键字: erb capture

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

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

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 浏览 (996) 回复 (1)

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 浏览 (1078) 回复 (5)

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 浏览 (96) 回复 (0)

Spark源代码编译生成全攻略

本文来源:http://bookbookpicture.spaces.live.com/blog/cns!68F3076C3C3DA5EB!671.entry 其实关于这个问题在Spark的官网www.igniterealtime.org上有很详尽的介绍,因此本文大部分内容是从英文文档引用而来的,其中还有一些个人的经验。 Spark源代码:下载地址 想了解更多关于"Spark"的文章, ...
by lijinyan3000 2008-04-11 浏览 (731) 回复 (1)

Rails 2.0 Preview Release

原文: http://weblog.rubyonrails.org/2007/9/30/rails-2-0-0-preview-release Action Pack: Resources 1,RESTful风格改进: /people/1;edit将变成/people/1/edit 2,添加routing名字空间 map.namespace(:admin) do |admin| ad ...
by hideto 2007-10-04 浏览 (877) 回复 (0) 关键字: Rails 2.0

Ruby on Rails 2.0的新功能介绍

万众瞩目的Ruby on Rails 2.0已经发布了,Rails框架在2004年诞生以来,一直保持着相当快的版本升级速度:2005年发布了Rails1.0版本,2006年初发布Rails1.1版本,2007年初发布Rails1.2版本,而还没有等到2008年,在2007年圣诞前夕的12月6日,Rails2.0已经发布。 Rails框架每个大的版本升级都给我们带来了相当多的新功能,新惊喜。Rai ...
by robbin 2007-12-10 浏览 (3226) 回复 (4) 关键字: rails

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 浏览 (365) 回复 (0) 关键字:

推荐知识库条目

Comming soon