https://de.wikipedia.org/w/api.php?action=feedcontributions&feedformat=atom&user=RProgrammer Wikipedia - Benutzerbeiträge [de] 2025-04-23T03:29:37Z Benutzerbeiträge MediaWiki 1.44.0-wmf.25 https://de.wikipedia.org/w/index.php?title=Apache_Cayenne&diff=65773104 Apache Cayenne 2007-03-22T17:39:06Z <p>RProgrammer: It sounds like a sales pitch</p> <hr /> <div>{{POV}}<br /> <br /> {{ Infobox Software<br /> | name = Apache Cayenne<br /> | logo = [[Image:Cayenne.gif|263px|Apache Cayenne Logo]]<br /> | developer = [[Apache Software Foundation]]<br /> | operating_system = [[Cross-platform]]<br /> | genre = [[object-relational mapping]]<br /> | license = [[Apache License]]<br /> | website = http://cayenne.apache.org/<br /> }}<br /> <br /> '''Apache Cayenne''' is an open source persistence framework licensed under the Apache License, providing object-relational mapping (ORM) and remoting services. Cayenne seamlessly 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 even further persisted to non-Java clients - such as an Ajax-capable browser.<br /> <br /> Cayenne is designed to be easy to use, without sacrificing flexibility or design. To that end, 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 cryptic XML- or annotation-based configuration is required. An entire database schema can be mapped directly to Java objects within minutes, all from the comfort of the GUI-based CayenneModeler.<br /> <br /> Cayenne supports numerous 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.<br /> <br /> ==History==<br /> Cayenne started as a project run by [http://www.objectstyle.org Objectstyle] and led by Andrus Adamchik. It was released under the Apache license from its first release in [http://objectstyle.org/cayenne/lists/cayenne-user/2002/06/0000.html July 2002]. In early 2006 the project moved from Objectstyle to the [[Apache Software Foundation]] and in December of 2006 was promoted to be a top level project of Apache.<br /> <br /> <br /> {{apache}}<br /> <br /> [[Category:Java platform]]<br /> [[Category:Java enterprise platform]]</div> RProgrammer