- 手艺 tags:
- Grails
- java
- web published: true comments: true
Grails的在Servlet API的基础上增加了一个非常实用的FlashScope,FlashScope的生命周期为两次请求(也就是在一次重定向)。它的典型应用是POST方式提交后显示服务器端发给用户的提示信息,在平时的应用中会经常使用。
Grails的FlashScope接口定义在org.codehaus.groovy.grails.web …
Grails的在Servlet API的基础上增加了一个非常实用的FlashScope,FlashScope的生命周期为两次请求(也就是在一次重定向)。它的典型应用是POST方式提交后显示服务器端发给用户的提示信息,在平时的应用中会经常使用。
Grails的FlashScope接口定义在org.codehaus.groovy.grails.web …
听说要来台风,今天特地想着把自行车推进楼道里。楼道到平地有一个坡道,就是大家都见过的那种坡 …
A simple micro blogging tool based on Java web framework stack (Struts2/Spring/iBatis). It costs me five days to develop such a prototype version which supports basic functions(view, post, follow and tag). And I will try …