Page 1 of 1
Code generator (from java / uml) - free product
Posted: Sat Oct 29, 2005 12:21 pm
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 ?
Posted: Sat Oct 29, 2005 12:45 pm
by Jenk
Notepad + bit of intelligence

Posted: Sat Oct 29, 2005 12:52 pm
by Ambush Commander
Although I suppose writing a utility to do that is possible, if not unfeasible.
try umbrello
Posted: Tue Jan 17, 2006 6:13 am
by jarry127
You can try umbrello uml.sf.net. Unfortunatly it works only under Linux.
Posted: Tue Jan 17, 2006 6:48 am
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.
Posted: Tue Jan 17, 2006 7:36 am
by timvw
With rational rose and others you can export as XMI.
And with
http://www.waterproof.fr/products/xmi2php/ you can generate PHP
