Java分布式数据库数据共享
我希望应用程序共享某些数据库数据。我希望一个应用程序检索并显示另一个应用程序生成的数据的某些表视图。您知道我可以将任何开源技术用于这种分布式解决方案吗?
I want applications to share certain database data. I want one application to retrieve and display certain table views of data produced by another application. Do you know of any open source technologies that I can use for such a distributed solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您只需要一个开源 RDBMS(其中有很多;例如 MySQL、Postgres、Derby、Firebird 等)和匹配的 JDBC 驱动程序。
It sounds like you just need an open source RDBMS (of which there are a number; e.g. MySQL, Postgres, Derby, Firebird, etc) and matching JDBC drivers.