Hello,
For one of our ongoing J2EE projects, we are looking for a nice modelling tool; we are thinking of using MyUML of Myeclipse.
We would like to know more about the following things:
1. Does MyUML integrate with SVN source control?
2. We use Hibernate for ORM; In case we use MyUML for “Data Model”, during analysis, how could this artefact be used, during development, to feed Hibernate to generate object/relational mapping; basically, we don’t want to repeat the “Data Model” step, in Hibernate also. If some of the work done during data model could be utilized during Hibernate modelling that would be ideal. Otherwise, except data modelling, other diagrams (like class, sequence etc., ) will be done through MyUML. And data modelling/table creation, object mapping will be done through hibernate (we use hibernate plugins, with Eclipse). We would like to know MyUML’s stand on this requirement.
3.In a team environment, what is the atomic level of the model that could be controlled (say for example, in rational Rose, “package” is the smallest element that could be checked out and worked upon independently by a designer). I have noticed that the whole model is stored as a single .umr file. In that case, how various model elements of the same project could be worked on by different members of the team.
regards