UML usage

mc_pop

New Member
Hi.

Does anybody use some graphical tool (Like UML) to design applications or to do reverse engineering??

What tool is it???
What tool is good to work with Progress?? And why?

Thx, by
 
At our company we have something like this, i don't use it much because im an intern and im trying to learn so m any things but the program we use for uml modeling and reverse engineering is called "logic works ERwin/ERX"

also i thought when i was doing java development in eclipse the eclipse had it's built in uml and reverse engineering. Im not 100% sure about this but we did manage to some how use it with eclipse.
 
you can try topcased plugin for eclipse, it's quite neat and it can be "learned" progress to some extent.i have a qiqu xpath script to create the DDL (df) file from a data model (class diagram)... building a script to dump the database structure in a topcased data model shouldn't be that hard since is only xml :)http://www.qiqu.orghttp://www.topcased.org
 
Back
Top