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

您现在的位置是:虫虫源码 > 其他 > 露天温泉@ MVC

露天温泉@ MVC

  • 资源大小:12.14 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: mvc 露天 温泉

资 源 简 介

Deprecated location. Moved to https://github.com/dgradecak/alfresco-mvc This project provides the glue between Alfresco and Spring @MVC. Use Springframework annotations instead of standard webscripts and speed up your development. Alfresco @MVC enables the entire Spring MVC stack inside the Alfresco core repository. There is no need to maintain several webscript files. One simple annotated method and you have the result. Autowire any Alfresco service or configure a servlet-context.xml Works with all newer Alfresco versions in both community and enterprise versions. Helper annotations are : * @AlfrescoTransaction * @AlfrescoRunAs * @AlfrescoAuthentication Sample : ``` @Controller @RequestMapping("/user/*") public class UserController { @Autowired private MyAlfrescoService myService; @RequestMapping(value = "get", method = RequestMethod.GET) public String getUSer(@RequestParam String userId) { m
VIP VIP
0.190248s