README 559 B

123456789101112131415
  1. fcl-sdo is an implementation in Object Pascal of the SDO standard.
  2. (Service Data Objects) by Inoussa Ouedraogo
  3. Service Data Objects are a way of keeping arbitrary data in memory and
  4. provides standardised means to query and modify this data. Its reference
  5. implementation is in Java and it is used mainly in web applications in
  6. combination with XML/XSD data.
  7. For more information, see
  8. http://www.ibm.com/developerworks/java/library/j-sdo/
  9. http://en.wikipedia.org/wiki/Service_Data_Objects
  10. The simple examples provided here will get you started in no time.