https://github.com/apache/cayenne-modeler
Mirror of Apache Cayenne Modeler UI
https://github.com/apache/cayenne-modeler
cayenne database java library network-client network-server web-framework xml
Last synced: 10 months ago
JSON representation
Mirror of Apache Cayenne Modeler UI
- Host: GitHub
- URL: https://github.com/apache/cayenne-modeler
- Owner: apache
- License: apache-2.0
- Created: 2017-01-04T08:00:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T19:38:33.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T04:06:23.056Z (11 months ago)
- Topics: cayenne, database, java, library, network-client, network-server, web-framework, xml
- Language: Java
- Size: 316 KB
- Stars: 11
- Watchers: 12
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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**

**DataMap Editor**

**ObjEntity Class Editor**

**ObjEntity Attributes Editor**

**Multiple Window Data Synchronization**

## Development
* [Prerequisites](docs/Prerequisites.md)
* [Project Layout](docs/Project-Layout.md)
* [Running Inside Eclipse](docs/Running-Eclipse.md)
* [Running With Maven](docs/Running-Maven.md)
* [Property Adapters](docs/Property-Adapters.md)
* [UI Layouts](docs/UI-Layouts.md)
* [XML Extensions Format](docs/XML-Extensions.md)
* [Sample Model](docs/Sample-Model.md)
* [To-Do/Issues](docs/To-Do.md)
## Thanks
The [FontAwesomeFX](https://bitbucket.org/Jerady/fontawesomefx) library is used to provide icons from [FontAwesome](https://fortawesome.github.io/Font-Awesome/).
## License
[Apache Software Foundation](http://www.apache.org/licenses/LICENSE-2.0)