top-down

Which UML diagram should I start with?

Extends Say you're looking at the 6 basic types of UML diagram (from this The Elements Of UML 2.0 Style) Class diagrams Use case diagrams State machine diagrams Activity diagram Sequence diagram Physical diagram Pretend you're insane and you feel like drawing up all 6 diagrams for your system. Which would you start wit...

Is there a simple workflow to generate a database schema from classes with hibernate mappings?

Id like to define my objects then use hibernate to generate my ddl from this. But it seems like the only real workflow with hibernate is to generate a datbase schema and then reverse engineer it. Am I wanting to do something that makes no sense? ...