UML to Java  
Author Message
Irlan agous





PostPosted: 2005-2-1 23:49:00 Top

java-programmer, UML to Java Hello all,

Does anybody knows a good tutorial for beginners to Make java code out of
UML?

Irlan



 
Irlan agous





PostPosted: 2005-2-2 0:04:00 Top

java-programmer >> UML to Java Hello all,

Does anybody knows a good tutorial for beginners to Make java code out of
UML?

Irlan


 
Daniel





PostPosted: 2005-2-2 5:32:00 Top

java-programmer >> UML to Java I have some experience with posseidon (http://www.gentleware.com/)
and think it's a good tool to generate java code from UML drawings.

/daniel
>Hello all,
>
>Does anybody knows a good tutorial for beginners to Make java code out of
>UML?
>
>Irlan
>
>

 
 
Hal Rosser





PostPosted: 2005-2-2 11:30:00 Top

java-programmer >> UML to Java
There's a couple:
ArgoUML
and
Poseidon
both have free versions:
Poseidon can create java code from UML - but not vice-versa
Argo can create UML from Java code
both create a ".xmi" file which both can read
So get both
Poseidon is best for going UML-to-java

"Irlan agous" <email***@***.com> wrote in message
news:191ae$41ffa878$52ade8f3$email***@***.com...
> Hello all,
>
> Does anybody knows a good tutorial for beginners to Make java code out of
> UML?
>
> Irlan
>
>


 
 
Hal Rosser





PostPosted: 2005-2-2 11:40:00 Top

java-programmer >> UML to Java OOPS - sorry - you asked for tutorial and I gave a software
Maybe the tutorial for Poseidon will suffice.

http://www.gentleware.com/


> "Irlan agous" <email***@***.com> wrote in message
> news:191ae$41ffa878$52ade8f3$email***@***.com...
> > Hello all,
> >
> > Does anybody knows a good tutorial for beginners to Make java code out
of
> > UML?
> >
> > Irlan


 
 
Dani Belz





PostPosted: 2005-2-2 21:08:00 Top

java-programmer >> UML to Java Irlan agous wrote:
> Hello all,
>
> Does anybody knows a good tutorial for beginners to Make java code out of
> UML?

Use toolings like

http://argouml.tigris.org/ (BSD-License)

or

http://www.omondo.com/ (there is a free version)

Both are pretty good. Omondo is a plugin for eclipse that supports
roundtrip engineering and works quite good.

If you have too much money, you can also use Sun Java Studio Enterprise,
which has a built in UML modelling tool which is far the best I know!

grZ
Dani