Is there an Eclipse plugin that can draw uml class diagram and then generate Java source code from the class diagram?
Thanks!
Here's the first Eclipse plug in I came across.
Altova - UML Eclipse Integration
Automatic synchronization between the UModel project and source code lets you refer to – and work in – either the UML software model or the source code editor, confident that both windows display the current project status. Every change you make in one window is immediately reflected in the other.
Here's a list of Eclipse plug ins that are categorized under UML.
MyEclipse is pretty neat but it is not free.
ArgoUML is a nice free UML IDE that can generate source from your class diagrams. There is an Eclipse plugin version for it as well. I haven't used the Eclipse plugin version of it so can't comment. But if it does the same as the standalone version it should be good enough.