Screencast: How to create a RESTful app in five minutes or less
Engineering
Greg Turnquist
November 20, 2014
Recently, a friend of mine tweeted out a challenge:
"Name a framework in which you can create a new app expose a REST service with a database and deploy it to the cloud in five minutes. #grails"
The moment I spotted that tweet, I responded, “Spring Boot + Spring Data REST”! I realized he was kindly pointing out how easy it is to build RESTful services with Grails (a great framework). But I couldn’t resist showing the ease and power of Spring Data REST.
To prove my point, I couldn’t resisting crafting a screencast. In the linked screencast, I show how über easy Spring has made it to pick the parts for your app from http://start.spring.io, define your domain, and then export them as a hypermedia-driven RESTful service.
Please enjoy!
本文通过使用Spring Boot和Spring Data REST展示了如何在五分钟内创建一个带有数据库并能部署到云端的RESTful应用。作者不仅接受了挑战,还录制了一个演示视频,详细介绍了如何从http://start.spring.io选择所需组件,定义应用领域模型,并最终将其转化为一个超媒体驱动的RESTful服务。
1225

被折叠的 条评论
为什么被折叠?



