Áåçîïàñíûé ïðîñìîòð: Empire-db relational data persistence
Áåñïëàòíûé HTTP PROXY, áåñïëàòíûé àíòèâèðñÝòî áåçîïàñíàÿ âåðñèÿ ñòðàíèöû http://empire-db.apache.org, êîòîðàÿ ñîõðàíåíà â êýø-ïàìÿòü SafeWeber.ru
Ïîñëåäíåå îáíîâëåíèå äàííûõ î ñòðàíèöå áûëî: 25.07.2014ã. â 23:59.

Ñïîíñîð ïðîâåðêè SafeWeber:
 
Home Download

Relational data persistence with Apache Empire-db

Apache Empire-db is a relational database abstraction layer and data persistence component that allows developers to take a much more SQL-centric approach in application development than traditional Object-relational mapping frameworks (ORM). By providing a unique type-safe object orientated command API Empire-db allows building highly efficient SQL-statements that take full advantage of all database features while eliminating the need for error-prone string operations and literals. This, togehter with DBMS independent record and metadata managment leads to an unprecedented level of ease-of-use and compile-time-safety.

This is how it compares:
  The classic ORM approach
(e.g. JPA, Hibernate)
Empire-db
Database schema definitionXML or annotationsJava object model
Data and metadata accessStatic JavaBeans used for
simple data transfer.
No or cumbersome
metadata support.
Dynamic beans with
metadata available through comprehensible and concise
object hierarchy.
Dynamic query definitionString-based query language
or object based API requiring column / property names to be provided as string literals.
Usually works with full
database entities.
Type-safe, string-free
and intuitive API.
Build any SQL statement including the select clause and use it with any POJO not just full featured entity beans.
... and what it can be used for:

With dynamic beans and metadata support Empire-db may serve as the groundwork for building applications with a yet unknown level of integration. For the popular Struts2 Web application framework we offer an extension which acts as the glue between presentation and business / persistence layer. This not only dramatically reduces redundancies and thus improves quality but also allows a much better separation of model and view. As an example, whether or not the value of a form input control is editable or read only (which might depend on user access rights or record state) can be controlled solely by the model without any changes in the view.

Diclaimer

Apache "Empire-db" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Find out more....

Empire-db at a glanceEmpire-db facts and features.
Empire-db vs. HibernateLearn about the different concepts of relational data persistence.
Empire-db and Struts 2Find out how Web applications can benefit from Empire-db's dynamic beans and metadata.
Get Empire-dbDownload Empire-db and related packages as well as sample projects.