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/23 23:40:57 UTC

svn commit: r1062560 - /incubator/empire-db/site/index.html

Author: doebele
Date: Sun Jan 23 22:40:56 2011
New Revision: 1062560

URL: http://svn.apache.org/viewvc?rev=1062560&view=rev
Log:
Updated description

Modified:
    incubator/empire-db/site/index.html

Modified: incubator/empire-db/site/index.html
URL: http://svn.apache.org/viewvc/incubator/empire-db/site/index.html?rev=1062560&r1=1062559&r2=1062560&view=diff
==============================================================================
--- incubator/empire-db/site/index.html (original)
+++ incubator/empire-db/site/index.html Sun Jan 23 22:40:56 2011
@@ -158,18 +158,17 @@ table#comparison td.empiredb {
 			<!-- #BeginEditable "content" -->
 		<h1>Relational data persistence with Apache Empire-db</h1>
 		
-		<p style="margin-bottom: 10px">Apache Empire-db is an Open Source relational 
-		data persistence component which allows database vendor independent 
-		dynamic query definition as well as safe and simple data retrieval and updating. Compared to most 
-		other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, 
-		Empire-db takes a considerably different approach, with a special focus 
-		on compile-time safety, reduced redundancies and improved developer 
-		productivity.</p>
+		<p style="margin-bottom: 10px">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.</p>
+		
 		<h3 style="margin: 0px 0px 10px 0px">This is how it compares:</h3>
 		<table id="comparison" style="margin: auto;">
 		<thead>
 			<tr><th style="border-left-width:0px;border-top-width:0px;background-color:white" width="24%">&nbsp;</th>
-				<th width="38%">The classic approach<br/>(e.g. JPA, Hibernate)</th>
+				<th width="38%">The classic ORM approach<br/>(e.g. JPA, Hibernate)</th>
 				<th width="38%">Empire-db</th>
 			</tr>
 		</thead>