You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2012/11/25 12:17:41 UTC

svn commit: r1413336 - in /cayenne/site/cms/trunk/content/doap: ./ cayenne.rdf

Author: aadamchik
Date: Sun Nov 25 11:17:40 2012
New Revision: 1413336

URL: http://svn.apache.org/viewvc?rev=1413336&view=rev
Log:
restoring DOAP

Added:
    cayenne/site/cms/trunk/content/doap/
    cayenne/site/cms/trunk/content/doap/cayenne.rdf

Added: cayenne/site/cms/trunk/content/doap/cayenne.rdf
URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/doap/cayenne.rdf?rev=1413336&view=auto
==============================================================================
--- cayenne/site/cms/trunk/content/doap/cayenne.rdf (added)
+++ cayenne/site/cms/trunk/content/doap/cayenne.rdf Sun Nov 25 11:17:40 2012
@@ -0,0 +1,76 @@
+<?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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2007 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://cayenne.apache.org">
+    <created>2007-01-07</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Cayenne</name>
+    <homepage rdf:resource="http://cayenne.apache.org" />
+    <asfext:pmc rdf:resource="http://cayenne.apache.org" />
+    <shortdesc>User-friendly Java ORM with tools</shortdesc>
+    <description>Cayenne is a powerful, full-featured, opensource framework created for developers working with relational databases. it seamlessly maps any relational database to Java objects, reducing development time and adding considerable functionality to any application which requires a database. Developers using Cayenne will be able to concentrate on the core business requirements and the data model instead of the SQL details. The application can then be easily moved to any JDBC-capable database. In addition to management of persistent Java objects mapped to relational databases, Cayenne provides a plethora of features including single method call queries and updates (including atomic updates of all modified objects), seamless integration of multiple databases into a single virtual data source, three tier persistence with caching on the remote client, paging of results, record locking, and many more features. JPA compliance is in progress.</description>
+    <bug-database rdf:resource="https://issues.apache.org/cayenne/" />
+    <mailing-list rdf:resource="http://cayenne.apache.org/lists.html" />
+    <download-page rdf:resource="http://cayenne.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+	<category rdf:resource="http://projects.apache.org/category/library" />
+	<category rdf:resource="http://projects.apache.org/category/network-server" />
+	<category rdf:resource="http://projects.apache.org/category/network-client" />
+	<category rdf:resource="http://projects.apache.org/category/xml" />
+	<category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Stable</name>
+        <created>2007-10-12</created>
+        <revision>1.2.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Stable</name>
+        <created>2007-10-12</created>
+        <revision>2.0.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Stable</name>
+        <created>2010-9-7</created>
+        <revision>3.0.1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/cayenne/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/cayenne/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Ari Maniatis</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ari@ish.com.au"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java Persistence API Provider</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 220</asfext:id>
+        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=220"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>