有没有办法将 spring roo 与 couchdb 集成
有没有一种简单的方法来自定义 spring roo 项目的持久性以支持 Couchdb ?
Is there a simple way to customize persistence of spring roo projects for supporting Couchdb ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,将 Spring Roo 与 CouchDB 集成没有简单的方法。
页面 Why Spring Roo 表明 Roo 有 REST 支持,所以我的猜测是 CouchDB 集成不支持困难,但我也不认为它“更简单”。
此外,Spring data 项目已计划支持 CouchDB,但目前尚未发布任何内容。
To my knowledge, there is no simple way to integrate Spring Roo with CouchDB.
The page Why Spring Roo indicates that Roo has REST support, so my guess is that CouchDB integration is not difficult, however I would not assume it is "simpler" either.
Also, the Spring data project has planned CouchDB support, but nothing released at this time.
在 1.2 版本中,Spring Roo 现在支持 MongoDB,如果您需要立即获得 NoSQL 支持,您可以迁移到 MongoDB ——只要它满足您对 CouchDB 的预期要求。
您可以在下面找到一些比较。
http://www.mongodb.org/display/DOCS /比较+Mongo+DB+和+Couch+DB
http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid
干杯!
With the 1.2 Release, Spring Roo now has support for MongoDB, if you need immediate NoSQL support you can move into MongoDB -- provided it caters your requirements expected by CouchDB.
You can find some of the comparisons below.
http://www.mongodb.org/display/DOCS/Comparing+Mongo+DB+and+Couch+DB
http://www.mongodb.org/display/DOCS/MongoDB,+CouchDB,+MySQL+Compare+Grid
Cheers!!!