Mirror of Apache Cayenne Modeler UI

Clone this repo:
  1. 782c8b0 Refactoring and added comments. by Michael Gentry · 2 years, 4 months ago master
  2. 89a84f4 Version updates to make project run again. by Michael Gentry · 2 years, 4 months ago
  3. 8a118a5 Specify Java 11. by Michael Gentry · 2 years, 4 months ago
  4. d34838e JGroups testing. by Michael Gentry · 2 years, 4 months ago
  5. 5f81c3f For jEnv users, set Java version to 11. by Michael Gentry · 2 years, 4 months ago

Cayenne Modeler Prototype

A more modern version of Cayenne Modeler

Project Goals

Why re-write Cayenne Modeler? While Cayenne Modeler is stable and works well, it is also built upon older technologies that make it harder to augment. The goal of this prototype project is to preserve everything that is good about Cayenne Modeler feature-wise, while upgrading the underlying technologies and features:

  • Use JavaFX and Scene Builder for a more modern core and easier UI development.
  • Add JavaDoc support for all generated Java classes, getters/setters, and relationships.
  • Add support for interfaces.
  • Add custom annotation support for all generated Java classes, getters/setters, and relationships.
  • Add custom imports for all generated classes (mainly to support custom annotations).
  • Add custom Velocity template editing and management.
  • Add multiple window support so multiple projects, including the same project, can be open at the same time.

Status

This project is about 15-20% finished.

Appearance

What will it look like? Well, it has the same basic layout as the current Cayenne Modeler, but with upgrades.

The following screenshots show how the prototype is shaping up. They'll be updated as work progresses.

DataDomain Editor DataDomain

DataMap Editor DataMap

ObjEntity Class Editor Object Entity Class Tab

ObjEntity Attributes Editor Object Entity Attributes Tab

Multiple Window Data Synchronization Multiple Window Data Synchronization

Development

Thanks

The FontAwesomeFX library is used to provide icons from FontAwesome.

License

Apache Software Foundation