Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Apache Cayenne

From Wikipedia, the free encyclopedia

Apache Cayenne
Developer(s)Apache Software Foundation
/ 2023-05-16; 7 months ago
RepositoryCayenne Repository
Written inJava
Operating systemCross-platform
TypeObject-relational mapping
LicenseApache License 2.0
Websitecayenne.apache.org

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.

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.

YouTube Encyclopedic

  • 1/3
    Views:
    8 437
    877
    532
  • Apache Cayenne 4.1 Video Tutorial
  • Apache Cayenne 4.0 - WOWODC 2015
  • Apache Cayenne ORM 4.1 goes final

Transcription

History

Cayenne started as a project run by ObjectStyle and led by Andrus Adamchik. It was released under the Apache license[2] from its first release in July 2002.[3] 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.[4]

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

See also

References

  1. ^ "Release 4.2". 16 May 2023. Retrieved 26 May 2023.
  2. ^ Apache-style voting through mailing lists
  3. ^ Cayenne Alpha Release
  4. ^ The Apache Software Foundation Blog
  5. ^ Silicon.co.uk news
  6. ^ eWeek news
  7. ^ Software Development Times

External links

This page was last edited on 17 December 2023, at 10:10
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.