You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2011/01/17 21:07:53 UTC

svn commit: r1060069 - /incubator/empire-db/site/doap_Empire-db_(incubating).rdf

Author: doebele
Date: Mon Jan 17 20:07:53 2011
New Revision: 1060069

URL: http://svn.apache.org/viewvc?rev=1060069&view=rev
Log:
Shortened the description in the <description> tag.

Modified:
    incubator/empire-db/site/doap_Empire-db_(incubating).rdf

Modified: incubator/empire-db/site/doap_Empire-db_(incubating).rdf
URL: http://svn.apache.org/viewvc/incubator/empire-db/site/doap_Empire-db_%28incubating%29.rdf?rev=1060069&r1=1060068&r2=1060069&view=diff
==============================================================================
--- incubator/empire-db/site/doap_Empire-db_(incubating).rdf (original)
+++ incubator/empire-db/site/doap_Empire-db_(incubating).rdf Mon Jan 17 20:07:53 2011
@@ -27,11 +27,8 @@
     <name>Apache Empire-db (incubating)</name>
     <homepage rdf:resource="http://incubator.apache.org/empire-db" />
     <asfext:pmc rdf:resource="http://incubator.apache.org" />
-    <shortdesc>Apache Empire-db is a relational database abstraction layer that allows developers to take a much more SQL-centric approach in application development than traditional Object/Relational mapping frameworks (ORM). With its unique object orientated command API it allows the creation of SQL-statements of any complexity that take full advantage of all DBMS features which leads to highly efficient database operations and code. Additionally by eliminating the use of error-prone string operations it also offers an unprecedented level of ease-of-use and compile-time-safety.</shortdesc>
-    <description>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).
-Through its unique command API virtually any select, insert, update or delete statement can be build entirely without error-prone string operations but still providing full control over the SQL generation process.  By using a Java object model  (in opposition to XML or annotations) to define  the underlying data model, data model metadata can easily be accessed to write generic code procedures and its information can be utilized all the way through to the presentation layer. Furthermore the generation of data-definition-language (DDL) statements for database creation and modification is also possible independent from the target DBMS and even allow data model changes at runtime.
-For data management Empire-db also provides features for identity management (i.e. auto-increment-fields and sequences), the tracking of record state and field modification (aka "dirty checking") and concurrency detection though optimistic locking.
-Finally, with its string-free object orientated approach Empire-db provides offers an unprecedented level of compile-time-safety that not only helps to ensure code-quality in initial application development but also significantly simplifies data model changes in the maintenance phase of a project.</description>
+    <shortdesc>Apache Empire-db is a lightweight relational database abstraction layer and data persistence component</shortdesc>	
+    <description>Apache Empire-db is a relational database abstraction layer that allows developers to take a much more SQL-centric approach in application development than traditional Object/Relational mapping frameworks (ORM). With its unique object orientated command API it allows the creation of SQL-statements of any complexity that take full advantage of all DBMS features which leads to highly efficient database operations and code. Additionally by eliminating the use of error-prone string operations it also offers an unprecedented level of ease-of-use and compile-time-safety.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/EMPIREDB" />
     <mailing-list rdf:resource="http://incubator.apache.org/empire-db/community/mailing_lists.htm" />
     <download-page rdf:resource="http://incubator.apache.org/empire-db/downloads/latest.htm" />