You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2006/03/27 21:54:33 UTC

svn commit: r389239 - /db/torque/trunks/doap_Torque.rdf

Author: tv
Date: Mon Mar 27 11:54:31 2006
New Revision: 389239

URL: http://svn.apache.org/viewcvs?rev=389239&view=rev
Log:
Addd a DOAP descriptor for the Apache Projects Repository

Added:
    db/torque/trunks/doap_Torque.rdf

Added: db/torque/trunks/doap_Torque.rdf
URL: http://svn.apache.org/viewcvs/db/torque/trunks/doap_Torque.rdf?rev=389239&view=auto
==============================================================================
--- db/torque/trunks/doap_Torque.rdf (added)
+++ db/torque/trunks/doap_Torque.rdf Mon Mar 27 11:54:31 2006
@@ -0,0 +1,43 @@
+<?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) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://Torque.rdf.apache.org/">
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Torque</name>
+    <homepage rdf:resource="http://db.apache.org/torque/" />
+    <asfext:pmc rdf:resource="http://db.apache.org" />
+    <shortdesc>Torque is an object-relational mapper for Java.</shortdesc>
+    <description>Torque is an object-relational mapper for Java. In other words, Torque lets you access and manipulate data in a relational database using java objects. Unlike most other object-relational mappers, Torque does not use reflection to access user-provided classes, but it generates the necessary classes (including the Data Objects) from an XML schema describing the database layout (which can either be written by hand or generated from an existing database). The XML schema can also be used to generate and execute a SQL script which creates all the tables in the database.</description>
+    <bug-database rdf:resource="http://issues.apache.org/scarab/issues" />
+    <mailing-list rdf:resource="http://db.apache.org/torque/mail-lists.html" />
+    <download-page rdf:resource="http://db.apache.org/torque/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <name>Torque</name>
+        <created>2005-12-10</created>
+        <revision>3.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/db/torque/runtime/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs/db/torque/runtime/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org