Hi, I am evaluating the eclipse product for Agile development. I have found that you can forward engineer from UML to Java classes. You can also reverse engineer from Database to POJO and DAO classes. However, is there a tool to forward enginner from either UML or Java objects, to DDL script to generate a starting database?
The product material suggests that it supports end to end development lifecycle. What is the recommended development process for a project starting from scratch, where analysis and design will be done in UML. Is it 1) Class analysis and design (UML) tool, 2) Database design using data explorer but no automatic generation, 3) POJO and DAO generation from DB entities? or is there a way to generate the database from the UML instead of having to design the database seperately.
Please recommend.