RingoJS 是否有生产稳定的 RDBMS 模块
我刚刚将一个 Web 应用程序从 Java/Tomcat 移植到 RingoJS,并扔掉了大量的仪式代码和配置。这个 Javascript AppServer 非常棒。到目前为止我使用了集成的 JSON 文件存储,但现在必须添加数据库支持(H2)。有一个ringo-sqlstore 和一个ringo-hibernate 模块。有人对稳定性、性能、开发简易性有经验吗?有建议吗?
I just ported a web app from Java/Tomcat to RingoJS and threw out tons of ceremony code and configuration. This Javascript AppServer is just great. So far I used the integrated JSON file storage, but now have to add database support (H2). There is a ringo-sqlstore and a ringo-hibernate module. Does anybody have experience with stability, performance, ease of development - recommendations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这两者都不是真正成熟的,这意味着你可能会发现一些粗糙的边缘。
当然Hibernate本身是一个非常成熟的项目,但它也相当庞大和复杂。我想说,ringo-hibernate 遇到错误的可能性较小,但另一方面,ringo-sqlstore 的问题可能更容易理解和修复。
I guess none of the two are really mature, which means you'll probably detect some rough edges as you go.
Of course Hibernate itself is a very mature project, but it's also quite large and complex. I'd say there are less chances stumble over bugs with ringo-hibernate, but on the other hand problems with ringo-sqlstore may be easier to understand and fix.