blob: d931b782789c4cf7ae298d546633a637997eb961 [file] [log] [blame]
Title: Overview
<H2><A name="Overview-Introduction"></A>Introduction</H2>
<P>Cayenne is a mature, powerful, full-featured open source Object/Relational Mapping (ORM) framework. Cayenne is written in Java and is intended for Java developers working with relational databases. Cayenne has been successfully used in production environment in a wide range of applications.</P>
<P>Cayenne allows to reduce the development time in any database project by creating an object-oriented abstraction of the database schema. Development teams using Cayenne will be able to concentrate on the core business requirements and the data model instead of the SQL details.</P>
<P>Cayenne features include management of persistent Java objects mapped to relational databases, single method call queries and updates (including atomic updates of all modified objects), seamless integration of multiple databases into a single virtual data source, remote object persistence, etc. Cayenne is distributed with CayenneModeler - a complete GUI mapping tool that supports reverse-engineering of RDBMS schema, editing database mappings and generation of Java source code for the persistent objects. Any SQL database which provides JDBC connectivity will work with Cayenne, although for better integration we provide adapters for the <A href="database-support.html" title="Database Support">following DB's</A>.</P>
<P>Cayenne comes with a comprehensive set of HTML documentation and full source code, including source code for the GUI tools. Free support is provided via user mailing lists. Commercial support and consulting services are also available.</P>
<H2><A name="Overview-FlavorsofCayenne"></A>Flavors of Cayenne</H2>
<P>Cayenne framework provides two flavors of object persistence: Cayenne Persistence API and Remote Object Persistence (ROP). Both are dealing with object persistence, and are based on the same underlying Cayenne stack:</P>
<UL>
<LI><B><A href="cayenne-guide.html" title="Cayenne Guide"><B>Cayenne Persistence API</B></A></B> is a general purpose object-relational API and XML mapping format. CayenneModeler GUI tool is used to create the mapping. When we say &quot;Cayenne&quot; throughout the documentation, we usually mean Cayenne Persistence API flavor, unless ROP is explicitly mentioned.</LI>
</UL>
<UL>
<LI><B><A href="remote-object-persistence-guide.html" title="Remote Object Persistence Guide"><B>Remote Object Persistence (ROP)</B></A></B> is <B>not a standalone persistence API</B>. Rather this is a technology that enables the use of Cayenne Persistence API on remote client applications. This architecture is demonstrated <A href="remote-object-persistence-introduction.html" title="Remote Object Persistence Introduction">here</A>. Often (but not always) ROP clients are SWT or Swing applications that can not (or should not) access the database directly, and/or benefit from separation of the server and client logic.</LI>
</UL>
<H3><A name="Overview-Sections"></A>Sections</H3>
<OL>
<LI><A href="database-support.html" title="Database Support">Database Support</A></LI>
<LI><A href="license.html" title="License">License</A></LI>
<LI><A href="guide-to-30-features.html" title="Guide to 3.0 Features">Guide to 3.0 Features</A></LI>
<LI><A href="guide-to-12-features.html" title="Guide to 1.2 Features">Guide to 1.2 Features</A></LI>
<LI><A href="guide-to-11-features.html" title="Guide to 1.1 Features">Guide to 1.1 Features</A></LI>
</OL>