JSF 和 SDO 实现类似 excel 的数据库管理
我正在使用 IBM RAD 创建我的 Web 应用程序,一切进展顺利。但是,我需要支持本文标题中提到的功能。我尝试谷歌搜索,但不幸找到解决方案,我绝对会感激任何帮助。
I am using IBM RAD to create my web apps and all is going well. However, I got a requirement to support the functionality mentioned in the title of this post. I tried googling but unlucky to find a solution, I would definitely appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我无法推荐特定的解决方案,但我认为您正在寻找的通常称为“数据网格”。
Google 搜索:db2 数据网格 java
I can't recommend a specific solution, but I think what you are looking for is commonly called a "data grid".
Google search for: db2 data grid java
我知道有点晚了,但 RAD 版本 9 放弃了对 SDO 的开箱即用工具支持。 RAD 版本 8 拥有它并使用 GUI 来构建 SDO。记录 RAD 版本 8 中 SDO 使用的最佳“初学者”书籍是“Beginning Java With Websphere”:https://www.safaribooksonline.com/library/view/beginning-java-with/9781430263012/
I know it's a little bit late but RAD version 9 dropped out-of-the-box tooling support for SDO. RAD version 8 has it and uses the GUI to build the SDOs. The best "for beginners" book that documents the use of SDOs in RAD version 8 is "Beginning Java With Websphere": https://www.safaribooksonline.com/library/view/beginning-java-with/9781430263012/