Can anyone recommend a Java web framework that is based on MVC and supports REST?

后端 未结 5 1106
深忆病人
深忆病人 2020-12-18 09:23

We are looking to host a Java Domain Model (written using DDD) inside a web application. Ideally I would like to support RESTful resources and requests, having a single site

5条回答
  •  天命终不由人
    2020-12-18 10:09

    Spring 3 is not quite ready yet, but the current milestone build (M3) is stable enough to use for real. We're using its REST support in a production application already. It's pretty goodm, and integrates very nicely with Spring MVC. It's not JAX-RS compliant, but I don't see that as a problem.

提交回复
热议问题