Connecting Tech Pros Worldwide Forums | Help | Site Map

ArgoUML PHP code creation

Phil Latio
Guest
 
Posts: n/a
#1: Nov 2 '05
Perhaps a bit OT but hoping someone on here can put me out of my misery.

A few months ago I thought I discovered that UML tool ArgoUML could generate
PHP code from class diagrams. I distinctly remember downloading some
software and then an additional library, creating a basic class and seeing
it create the code.

The thing is today when I unpacked zip file, the directory structure was
different and I am now thinking it wasn't ArgoUML. I also can't find the
library that I used.

Can anyone suggest another UML tool I was using?

Cheers

Phil




Ian B
Guest
 
Posts: n/a
#2: Nov 2 '05

re: ArgoUML PHP code creation


Enterprise Architect from sparx does it (I'm absolutely, completely and
utterly fairly sure it does anyway)

Phil Latio
Guest
 
Posts: n/a
#3: Nov 2 '05

re: ArgoUML PHP code creation



"Ian B" <ianbambury@gmail.com> wrote in message
news:1130927684.121696.101390@g43g2000cwa.googlegr oups.com...[color=blue]
> Enterprise Architect from sparx does it (I'm absolutely, completely and
> utterly fairly sure it does anyway)[/color]

Thanks for the reply. That wasn't the tool but I might give it try out as it
looks quite a mature product.

Cheers

Phil


Phil Latio
Guest
 
Posts: n/a
#4: Nov 2 '05

re: ArgoUML PHP code creation


Found the library.
http://argouml.tigris.org/download/release0181

At least I know I am not going senile.

Cheers

Phil


Ian B
Guest
 
Posts: n/a
#5: Nov 2 '05

re: ArgoUML PHP code creation


Just because you managed to eventually get one thing right, it doesn't
mean you're not senile. And another thing: Just because you managed to
eventually get one thing right, it doesn't mean you're not senile.

Have I sent this message before?

Happy Easter.

Ian

Manuel Lemos
Guest
 
Posts: n/a
#6: Nov 22 '05

re: ArgoUML PHP code creation


Hello,

on 11/02/2005 08:08 AM Phil Latio said the following:[color=blue]
> Perhaps a bit OT but hoping someone on here can put me out of my misery.
>
> A few months ago I thought I discovered that UML tool ArgoUML could generate
> PHP code from class diagrams. I distinctly remember downloading some
> software and then an additional library, creating a basic class and seeing
> it create the code.
>
> The thing is today when I unpacked zip file, the directory structure was
> different and I am now thinking it wasn't ArgoUML. I also can't find the
> library that I used.
>
> Can anyone suggest another UML tool I was using?[/color]

For Linux there is Umbrello.

Now if you want to generate code from UML diagrams, any UML tool saves
diagrams in XMI format, which is an OMG standard for exporting UML
artifacts, there is this PHP-GTK application for generating PHP classes
from XMI files:

http://www.phpclasses.org/uml2classes

If you want something more advanced to generate classes of persistent
objects that perform object-relational mappings from XML mapping
definitions, you may want to try Metastorage:

http://www.metastorage.net/

There is even an experimental XSLT for converting XMI into Metastorage
format here:

http://groups.yahoo.com/group/metal-...i2metastorage/


--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Closed Thread