1

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.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Kebs
  • 29
  • 1
  • 4

2 Answers2

0

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/

Cenobyte321
  • 469
  • 1
  • 8
  • 26
0

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

Leo
  • 1,493
  • 14
  • 27