• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need help SDO implemention

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Here is my story: I am working on web project (deployed into weblogic8.1) that is webservice client of another system . I have decide to use SDO which can be serialize and deserialize easily from XML and XSD. But it's hard to find the implementation which satisfy the 2 following requirement,


1. Free (my boss don't want to pay money for this little app), and BEA AquaLogic Data is not free.
2. Run in JDK1.4 (because weblogic8.1 uses JDK1.4), so I cannot use Apache Tuscany SDO
3. It should be SDO2.0 because it have some helper class that help to create dataObject easily from xsd file.

I am almost giving up. Someone please help me.

Thanks in advance
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic