Apache Causeway is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp, RESTful or GraphQL API. For prototyping or production.
The Apache Causeway team is pleased to announce the release of Apache Causeway 3.2.0. Significant new features in this release include: * Invoke actions on entities from collection view * Support for QueryDSL in repositories, along with a declarative way of specified auto-complete for entities [4] Full release notes are available on the Apache Causeway website at [1]. You can access this release directly from the Maven central repo [2]. Alternatively, download the release and build it from source [3]. --The Apache Causeway team [1] https://causeway.apache.org/relnotes/latest/about.html [2] https://search.maven.org [3] https://causeway.apache.org/docs/latest/downloads/how-to.html [4] https://causeway.apache.org/querydsl/latest/about.html
