Ken-- Hey, I'm sure I'm just not up on some ontological technology thing, but...
What's a description-of-a-project file, and who uses it? Honestly, it looks like a Maven POM. :) Eddie ---------- Forwarded message ---------- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Mar 28, 2006 3:43 PM Subject: svn commit: r389616 - /beehive/trunk/doap_Beehive.rdf To: [email protected] Author: kentam Date: Tue Mar 28 14:43:19 2006 New Revision: 389616 URL: http://svn.apache.org/viewcvs?rev=389616&view=rev Log: Adding DOAP project description. Added: beehive/trunk/doap_Beehive.rdf (with props) Added: beehive/trunk/doap_Beehive.rdf URL: http://svn.apache.org/viewcvs/beehive/trunk/doap_Beehive.rdf?rev=389616&view=auto ============================================================================== --- beehive/trunk/doap_Beehive.rdf (added) +++ beehive/trunk/doap_Beehive.rdf Tue Mar 28 14:43:19 2006 @@ -0,0 +1,57 @@ +<?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://beehive.apache.org"> + <created>2006-03-28</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache Beehive</name> + <homepage rdf:resource="http://beehive.apache.org" /> + <asfext:pmc rdf:resource="http://beehive.apache.org" /> + <shortdesc>Beehive makes J2EE programming easier by building a simple object model on J2EE and Struts</shortdesc> + <description>Our goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using Java 5 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces. + +NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts. + +Controls: A lightweight, metadata-driven component framework that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model. + +Web Service Metadata (WSM): An implementation of JSR 181 which standardizes a simplified, annotation-driven model for building Java web services. + +In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.</description> + <bug-database rdf:resource="http://issues.apache.org/jira/browse/BEEHIVE" /> + <mailing-list rdf:resource="http://beehive.apache.org/mailinglists.html" /> + <download-page rdf:resource="http://beehive.apache.org/downloads.html" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/web-framework" /> + <release> + <Version> + <name>Apache Beehive</name> + <created>2006-02-13</created> + <revision>1.0.1</revision> + </Version> + </release> + <repository> + <SVNRepository> + <location rdf:resource="http://svn.apache.org/repos/asf/beehive/trunk/"/> + <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/beehive/"/> + </SVNRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Beehive PMC</foaf:name> + <foaf:mbox rdf:resource="mailto:[EMAIL PROTECTED]"/> + </foaf:Person> + </maintainer> + </Project> +</rdf:RDF> Propchange: beehive/trunk/doap_Beehive.rdf ------------------------------------------------------------------------------ svn:eol-style = native
