《集成测试》的相关内容
相关圈子讨论
jsf+tomcat出错,谁能帮我解决下
下了一个例子,在家里跑的好好的,换了个机子就出问题了。Tomcat版本的一样的,出错如下:
[main] ERROR org.apache.myfaces.webapp.StartupServletContextListener - Error initializing ServletContext
javax.faces.FacesException: java.io.IOExcep ...
by gsccnu 2007-07-09 浏览 (1542) 回复 (6)
在Grails中如何配置过滤器?我找不到web.xml!
突然发现找不到地方写过滤器配置,因为WEB-INF中没有web.xml文件!
使用grails war生成的war包中倒是有,看来是临时生成的!
现在我想配置自己的过滤器该往哪里写?!
by zengsun 2007-12-02 浏览 (956) 回复 (10)
Tips on writing scalable apps
from http://googleappengine.blogspot.com/2008/04/posted-by-ken-ashcraft-software.html
Posted by Ken Ashcraft, Software Engineer
Google App Engine makes writing scalable apps easier, and a
wel ...
by pickerel 2008-05-23 浏览 (139) 回复 (0)
过滤器在有插件的情况下怎么使用?
我建了一个过滤器放在grails-app/conf下
class SecurityFilters{
def filters = {
allURIs(uri:'/userManager/**') {
if(!session.user.isLoggedIn()){
redirect(action:'show',controller:"log ...
by xiao0556 2008-05-14 浏览 (405) 回复 (3)
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 comp ...
by mikel 2007-11-23 浏览 (1299) 回复 (1)
相关新闻
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 浏览 (3762) 回复 (4) 关键字: rails
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 浏览 (1026) 回复 (0) 关键字: Rails 2.0
Google应用引擎(AppEngine)初窥
首先声明的是我没有写过AppEngine的应用,我们只是在文档中探索,也许你能找到你感兴趣的东西。
任何把你限制在某台机器的时代将过去。AppEngine没有磁盘访问,没有线程,没有超级用户,没有系统命令调用,什么都没有,除了基于服务的访问。服务就是一切,因为可以通过装载平衡等幕后的一些手段来升级服务,而不需要程序的安装或者补丁等。
使用CGI接口并没有错,这个应用容器世界有着和CGI类似的特 ...
by levis2000 2008-04-10 浏览 (2072) 回复 (1) 关键字: google appengine

