RingoJS 是否有生产稳定的 RDBMS 模块

发布于 2024-10-14 08:23:02 字数 196 浏览 2 评论 0原文

我刚刚将一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能怎样 2024-10-21 08:23:02

我想这两者都不是真正成熟的,这意味着你可能会发现一些粗糙的边缘。

当然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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文