someone else recently did some very similar work and wrapped it up nicely
to work as a plugin. if i recall he did C++, Java and maybe something
I dont know if is is in CVS yet.
i think he was French
ill will try and find a link for you, or maybe he will respond
i think it would be great if you could combine your efforts and i would
encourage you to get this included in dia rather than split off into a
seperate projects (but that is just my personal opinion).
On Sun, 16 Jun 2002, curt brune wrote:
> Date: Sun, 16 Jun 2002 10:17:07 -0700
> From: curt brune <curt@acm.org>
> Reply-To: dia-list@gnome.org
> To: dia-list@gnome.org
> Subject: XSLT translator
>
> Hello,
>
> I wrote a simple XSLT translator to transform dia files into a family
> of java classes. From the project homepage -- http://www.cucy.net/diax/
>
> A simple XSLT stylesheet that transforms a dia UML diagram into a
> series of java classes. The package transforms a UML diagram
> intended as a database schema ( in the style of dia2sql.pl ) into
> a family of java classes that implement a "Data Access Object"
> pattern. This includes a factory class, data access classes and
> data object classes.
>
> I was working in java, trying to implement a Data Access Object design
> pattern. The pattern called for a family of related classes. I also
> wanted to use dia to create my database schema as a UML diagram --
> dia2code was not giving me enough options, so I wrote diax.
>
> I hope others will find it useful as an example of translating dia
> diagrams using XSLT.
>
> Cheers,
> Curt
>
> _______________________________________________
> Dia-list mailing list
> Dia-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/dia-list
>