首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > groovy-restlet

groovy-restlet

  • 资源大小:33.06 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Groovy Restlet is a simple Groovy DSL for constructing Restlet application. GroovyRestlet is not hosted by Groovy as a Groovy Module, please check http://docs.codehaus.org/display/GROOVY/GroovyRestlet for more information ### Requirement ### Current build 0.1.0-SNAPSHOT based on following technologies: * Restlet 1.1-SNAPSHOT * Slf4J 1.4.3 * CGLib 2.1_3 * Spring 2.5 * commons-lang 2.3 Simple Usage Create an instance of GroovyRestlet first. GroovyRestlet gr = new GroovyRestlet() If you want Spring support, provide an instance of ApplicationContext as the constructor parameter. GroovyRestlet gr = new GroovyRestlet(appCtx);
VIP VIP
0.172703s