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/16 13:15:53 UTC

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

Author: doebele
Date: Sun Jan 16 12:15:53 2011
New Revision: 1059542

URL: http://svn.apache.org/viewvc?rev=1059542&view=rev
Log:
doap file (initial creation)

Added:
    incubator/empire-db/site/doap_Empire-db_(incubating).rdf   (with props)

Added: 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=1059542&view=auto
==============================================================================
--- incubator/empire-db/site/doap_Empire-db_(incubating).rdf (added)
+++ incubator/empire-db/site/doap_Empire-db_(incubating).rdf Sun Jan 16 12:15:53 2011
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="http://incubator.apache.org/empire-db">
+    <created>2011-01-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <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>
+    <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" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <name>apache-empire-db-2.0.7-incubating</name>
+        <created>2010-12-12</created>
+        <revision>2.0.7</revision>
+      </Version>
+    </release>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Rainer Döbele</foaf:name>
+          <foaf:mbox rdf:resource="mailto:doebele@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Propchange: incubator/empire-db/site/doap_Empire-db_(incubating).rdf
------------------------------------------------------------------------------
    eol-style = native