A minimalistic MVC and REST-friendly web framework for Java that exposes Spring beans through HTTP
- 资源大小:18.10 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
A minimalistic framework that helps you in converting your Spring beans into HTTP-accessible controllers using one servlet and a few additional lines in your XML application context.
This framework uses Extensible XML authoring feature available in Spring and allows you to expose the bean using just one additional XML attribute on your bean.
This framework has been created to accompany my master"s thesis on MVC.
Check out the tutorial