Following our target, create a XP Software Development Environment, today we add another tol for the box.
Maven is a project management tool with the following main features: Continue reading Maven: Project management tool (for Eclipse)
Following our target, create a XP Software Development Environment, today we add another tol for the box.
Maven is a project management tool with the following main features: Continue reading Maven: Project management tool (for Eclipse)
Eclipse has a project called EMF (Eclipse Modelling Framework) cool for drawing UML2 Diagrams. But my goal in this post is to draw UML2 class diagrams and create the java skeleton for the classes.
In the application architecture is recommended separate the domain model from services, business logic etc. EMF gives you the tool to create class diagrams and to generate the code with them.
Eclipse tiene un proyecto llamado EMF (Eclipse Modeling Framework) muy majo para dibujar diagramas UML2. Pero mi objetivo en este artículo es dibujar un diagramas de clases UML2 y generar el esqueleto de clases correspondiente.
En la arquitectura de la aplicación se recomienda tener tus modelos de dominio separados de servicio, lógica de negocio etc. EMF te permite crear tu diagrama de clases y luego generarte el código correspondiente.
Continue reading Generando código a partir de UML con Eclipse