springdata-modelingforward-engineer

Is there a framework that does what Spring Roo did with respect to forward engineering from a model defined in their model definition language?


Spring Roo had a feature that I would like to find -- It allowed you to define entities, with relationships and cardinalities and created a JPA Service repository layer and DDL for the database. Is this feature available in another framework?


Solution

  • Yes, there's JHipster. You can model them with JDL

    The JDL is a JHipster-specific domain language where you can describe all your applications, deployments, entities and their relationships in a single file (or more than one) with a user-friendly syntax.