Skip to content
Surf Wiki
Save to docs
general/apache-software-foundation-projects

From Surf Wiki (app.surf) — the open knowledge base

Apache Cayenne

Open-source persistence framework


Open-source persistence framework

FieldValue
nameApache Cayenne
logo[[File:Apache Cayenne logo.svgApache Cayenne logo]]
logo altApache Cayenne logo
screenshotCayenneModeler screenshot.png
screenshot size442px
captionDemonstration of the Cayenne Modeler
collapsibleyes
developerApache Software Foundation
latest release version
latest release date;
operating systemCross-platform
repo
programming languageJava
genreObject-relational mapping
licenseApache License 2.0
website

Apache Cayenne is an open source persistence framework licensed under the Apache License, providing object-relational mapping (ORM) and remoting services. Cayenne binds one or more database schemas directly to Java objects, managing atomic commit and rollbacks, SQL generation, joins, sequences, and more. With Cayenne's Remote Object Persistence, those Java objects can even be persisted out to clients via Web Services. Or, with native XML serialization, objects can be further persisted to non-Java clients—such as an Ajax-capable browser.

Background

Cayenne supports database reverse engineering and generation, as well as a Velocity-based class generation engine. All of these functions can be controlled directly through the CayenneModeler, a fully functional GUI tool. No XML- or annotation-based configuration is required. An entire database schema can be mapped directly to Java objects quickly, all from the comfort of the GUI-based CayenneModeler. These things together make Cayenne interesting for a user who is new to the enterprise world.

Cayenne supports other features, including caching, a complete object query syntax, relationship pre-fetching, on-demand object and relationship faulting, object inheritance, database auto-detection, and generic persisted objects. Most importantly, Cayenne can scale up or down to virtually any project size.

History

Cayenne started as a project run by ObjectStyle and led by Andrus Adamchik. It was released under the Apache license from its first release in July 2002. In early 2006 the project moved from Objectstyle to the Apache Software Foundation and in December 2006 was promoted to be a top level project of Apache.

Notable milestones in Cayenne's history include the release of Apache Cayenne 3.0 in May 2010 and the release of Apache Cayenne 3.1 in the fall of 2014.

References

References

  1. [http://objectstyle.org/cayenne/lists/cayenne-devel/2002/11/0000.html Apache-style voting through mailing lists]
  2. [http://objectstyle.org/cayenne/lists/cayenne-user/2002/06/0000.html Cayenne Alpha Release]
  3. [https://blogs.apache.org/foundation/category/projects The Apache Software Foundation Blog]
  4. [http://www.silicon.co.uk/workspace/apache-releases-details-of-cayenne-java-framework-8256 Silicon.co.uk news]
  5. [http://www.eweek.com/development/apache-delivers-details-of-cayenne-3.0 eWeek news]
  6. [https://sdtimes.com/apache-cayenne/apache-cayenne-updated-with-highly-configurable-runtime/ Software Development Times]
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Apache Cayenne — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report