JSF and SDO implementation for excel-like database management
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 an开发者_如何学Pythony help.
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
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/
精彩评论