Code generator (from java / uml) - free product

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mihalka
Forum Newbie
Posts: 10
Joined: Thu Oct 13, 2005 2:19 pm

Code generator (from java / uml) - free product

Post by mihalka »

Is there any generator from java to php ? Or better: is there an UML modeling tool with funcionality UML Class Diagramm -> PHP code ?
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Notepad + bit of intelligence ;)
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Although I suppose writing a utility to do that is possible, if not unfeasible.
jarry127
Forum Newbie
Posts: 1
Joined: Tue Jan 17, 2006 4:54 am

try umbrello

Post by jarry127 »

You can try umbrello uml.sf.net. Unfortunatly it works only under Linux.
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

You can generate Java from Borland Together because Java is highly OO and declaration of member methods, variables and many other aspects are very standardized, which is not available in PHP with PHP 4. I do not know how much standardized is PHP 5 and I hope after some years, you might get some tool for PHP 5 or PHP 6.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

With rational rose and others you can export as XMI.

And with http://www.waterproof.fr/products/xmi2php/ you can generate PHP ;)
Post Reply