Discussion:
XML. UML, OWL
(too old to reply)
Peter Brooks
2007-06-16 20:37:07 UTC
Permalink
I've seen that there are XML libraries for free pascal. Has anybody
used these to implement UML? I'm particularly interested in event
driven procedures in UML.

Also, has anybody does any work to implement OWL or OWL-S in fpc? I
know that there aren't any libraries, but, if somebody has started
something along those lines, it would be better than doing it all from
scratch!

Is there a project anywhere to do automatic compilation of fpc code
from a UML definition?
Marco van de Voort
2007-06-16 21:56:04 UTC
Permalink
["Followup-To:" header set to comp.lang.pascal.misc.]
Post by Peter Brooks
I've seen that there are XML libraries for free pascal. Has anybody
used these to implement UML? I'm particularly interested in event
driven procedures in UML.
Not that I know. The XML libs are mostly used for configuration files to my
knowledge, and general XML import/export (usually to DB)
Post by Peter Brooks
Also, has anybody does any work to implement OWL or OWL-S in fpc?
I know that there aren't any libraries, but, if somebody has started
something along those lines, it would be better than doing it all from
scratch!
Is there a project anywhere to do automatic compilation of fpc code
from a UML definition?
Afaik nobody has done this. I assume that simply using a Delphi product to
generate the code (Castillia or so) would also work.

Loading...