Folks,

I'd like to request the creation of a new Apache Lab: Nucleus.

Nucleus is a Java framework for building content stores based on the
principles of REST [1] as embodied in the Atom Publishing Protocol [2].

The implementation leverages the Apache Abdera (Incubating) [3] project to do the heavy Atom lifting, but provides the following beyond what is provided
by Abdera:

- A framework for plugging different physical storage implementations
- A framework for plugging different caching implementations.
- A framework for plugging different AAA (Authentication, Authorization and
    Auditing) implementations.

Nucleus uses the Spring Framework [4] to implement a lightweight,
component-oriented, configurable container.

DOAP file is included below.

        Best Regards,

                Ugo

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
         xmlns="http://usefulinc.com/ns/doap#"; 
         xmlns:foaf="http://xmlns.com/foaf/0.1/";
         xmlns:labs="http://labs.apache.org/doap-ext/1.0#";
        xmlns:projects="http://projects.apache.org/ns/asfext#";>
  <Project rdf:about="http://labs.apache.org/labs#nucleus";>
    <name>Nucleus</name>
    <shortname>nucleus</shortname>
    <shortdesc xml:lang="en">Atom-based content storage framework</shortdesc>
    <description xml:lang="en">
Nucleus is a Java framework for building content stores based on the principles of REST as embodied in the Atom Publishing Protocol.

The implementation leverages the Apache Abdera (Incubating) project to do the heavy Atom lifting, but provides the following beyond what is provided by Abdera:

- A framework for plugging different physical storage implementations
- A framework for plugging different caching implementations.
- A framework for plugging different AAA (Authentication, Authorization and Auditing) implementations.

Nucleus uses the Spring Framework to provide a lightweight, component-oriented, configurable container.
    </description>
    <homepage rdf:resource="http://labs.apache.org/nucleus/"/>
    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
    <created>2007-5-24</created>
    <labs:status>active</labs:status>
    <maintainer>
      <foaf:Person rdf:about="http://people.apache.org/~ugo#me";>
        <foaf:name>Ugo Cei</foaf:name>
        <foaf:homepage rdf:resource="http://people.apache.org/~ugo"/>
        <foaf:mbox_sha1sum>b0b3845ec9617f4efe9fb83079d1486b9c820570</foaf:mbox_sha1sum>
      </foaf:Person>
    </maintainer>
    <repository>
      <SVNRepository>
        <location rdf:resource="http://svn.apache.org/repos/asf/labs/nucleus/"/>
        <browse rdf:resource="http://svn.apache.org/viewvc/labs/nucleus/"/>
      </SVNRepository>
    </repository>
    <programming-language>Java</programming-language>
  </Project>
</rdf:RDF>
--
Ugo Cei
Blog: http://agylen.com/
Open Source Zone: http://oszone.org/
Evil or Not?: http://evilornot.info/
Company: http://www.sourcesense.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to