fpc/packages/fcl-sdo
Károly Balogh 04dee0fc04 regenerated Makefiles for m68k-macos target
git-svn-id: trunk@37034 -
2017-08-22 11:16:42 +00:00
..
examples
src * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
tests * Patch from Inoussa implementing getter/setter for variants (bug ID 25759) 2014-02-24 09:34:21 +00:00
fpmake.pp packages: disabled packages for macos and palmos which currently cannot be built for these 2017-08-12 21:08:34 +00:00
Makefile regenerated Makefiles for m68k-macos target 2017-08-22 11:16:42 +00:00
Makefile.fpc * Filter the Makefile's unit searchpaths from the fpmake command line. 2015-08-12 19:15:14 +00:00
README

fcl-sdo is an implementation in Object Pascal of the SDO standard.
(Service Data Objects) by Inoussa Ouedraogo

Service Data Objects are a way of keeping arbitrary data in memory and
provides standardised means to query and modify this data. Its reference
implementation is in Java and it is used mainly in web applications in
combination with XML/XSD data.

For more information, see
http://www.ibm.com/developerworks/java/library/j-sdo/
http://en.wikipedia.org/wiki/Service_Data_Objects

The simple examples provided here will get you started in no time.