There were some discussions on the ASF members list yesterday about how to better expose/market our projects and solutions. So, I submitted the below DOAP [1] file to [email protected] yesterday and we are now listed on the projects website [2] and listed as implementing JSR-220 and JSR-317 [3].
[1] http://projects.apache.org/doap.html [2] http://projects.apache.org/indexes/alpha.html [3] http://projects.apache.org/indexes/standards.html -Donald On 4/29/10 3:57 PM, [email protected] wrote: > Author: dwoods > Date: Thu Apr 29 19:57:06 2010 > New Revision: 939471 > > URL: http://svn.apache.org/viewvc?rev=939471&view=rev > Log: > initial DOAP file for OpenJPA to better hook us into projects.apache.org > > Added: > openjpa/site/doap_OpenJPA.rdf (with props) > > Added: openjpa/site/doap_OpenJPA.rdf > URL: > http://svn.apache.org/viewvc/openjpa/site/doap_OpenJPA.rdf?rev=939471&view=auto > ============================================================================== > --- openjpa/site/doap_OpenJPA.rdf (added) > +++ openjpa/site/doap_OpenJPA.rdf Thu Apr 29 19:57:06 2010 > @@ -0,0 +1,81 @@ > +<?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) 2010 The Apache Software Foundation. > + All rights reserved. > + > + ======================================================================= > +--> > + <Project rdf:about="http://openjpa.apache.org/"> > + <created>2010-04-29</created> > + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> > + <name>Apache OpenJPA</name> > + <homepage rdf:resource="http://openjpa.apache.org" /> > + <asfext:pmc rdf:resource="http://openjpa.apache.org" /> > + <shortdesc>Java Persistence API Implementation</shortdesc> > + <description>Apache OpenJPA is a Java persistence project at The Apache > Software Foundation that can be used as a stand-alone POJO persistence layer > or integrated into any Java EE compliant container and many other lightweight > frameworks, such as Tomcat and Spring. The 1.x releases are a production > ready, feature-rich, compliant implementation of the Java Persistence API > (JPA) 1.0 part of the JSR-220 Enterprise Java Beans 3.0 specification, which > pass the Sun JPA 1.0b Technology Compatibility Kit. The 2.x releases are a > production ready, compliant implement of the JSR-317 Java Persistence 2.0 > specification, which is backwards compatible to the JPA 1.0 specification and > passes the Sun JPA 2.0 Technology Compatibility Kit.</description> > + <bug-database > rdf:resource="http://issues.apache.org/jira/browse/OPENJPA" /> > + <mailing-list > rdf:resource="http://openjpa.apache.org/mailing-lists.html" /> > + <download-page rdf:resource="http://openjpa.apache.org/downloads.html" /> > + <programming-language>Java</programming-language> > + <category rdf:resource="http://projects.apache.org/category/database" /> > + <category rdf:resource="http://projects.apache.org/category/library"/> > + <release> > + <Version> > + <name>Latest 2.0 release</name> > + <created>2010-04-22</created> > + <revision>2.0.0</revision> > + </Version> > + <Version> > + <name>Latest 1.2 release</name> > + <created>2010-01-18</created> > + <revision>1.2.2</revision> > + </Version> > + <Version> > + <name>Latest 1.1 release</name> > + <created>2008-05-22</created> > + <revision>1.1.0</revision> > + </Version> > + <Version> > + <name>Latest 1.0 release</name> > + <created>2008-07-23</created> > + <revision>1.0.3</revision> > + </Version> > + </release> > + <repository> > + <SVNRepository> > + <location rdf:resource="https://svn.apache.org/repos/asf/openjpa/"/> > + <browse rdf:resource="http://svn.apache.org/viewvc/openjpa/"/> > + </SVNRepository> > + </repository> > + <maintainer> > + <foaf:Person> > + <foaf:name>Donald Woods</foaf:name> > + <foaf:mbox rdf:resource="mailto:[email protected]"/> > + </foaf:Person> > + </maintainer> > + <asfext:implements> > + <asfext:Standard> > + <asfext:title>Java Persistence API 1.0</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> > + <asfext:implements> > + <asfext:Standard> > + <asfext:title>Java Persistence API 2.0</asfext:title> > + <asfext:body>JCP</asfext:body> > + <asfext:id>JSR 317</asfext:id> > + <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=317"/> > + </asfext:Standard> > + </asfext:implements> > + </Project> > +</rdf:RDF> > > Propchange: openjpa/site/doap_OpenJPA.rdf > ------------------------------------------------------------------------------ > svn:eol-style = native > > >
