Hi, I would like to create a new lab, which I currently call JaxMas. DOAP descriptor below.
JaxMas is basically a very, very minimal JAXR implementation. (JAXR is the Java API for XML registries.) The goal is not to have an alternative to Scout or other fully blown JAXR implementations, but to have something very simple. As it is based on Hsqldb, one can easily embed it into unit tests. Currently JaxMas supports taxonomies, slots, international strings, classifications, and associations. Jochen <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#jaxmas"> <name>JaxMas</name> <shortname>jaxmas</shortname> <shortdesc xml:lang="en">Poor mans JAXR provider for running JAXR based unit tests.</shortdesc> <description xml:lang="en">Running a JAXR provider typically involves a certain overhead. Consequently unit tests are rare. JaxMas is a minimal JAXR provider, based on an Hsqldb engine. In particular, JaxMas can make use of Hsqldb's embedded mode. As such, JaxMas is ideal for use in unit tests. The goal is not to provide a complete JAXR implementation, but to have a simple, easy to use tool.</description> <homepage rdf:resource="http://labs.apache.org/jaxmas/"/> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> <created>2008-7-23</created> <labs:status>active</labs:status> <maintainer> <foaf:Person rdf:about="http://people.apache.org/~jochen/#me"> <foaf:name>Jochen Wiedmann</foaf:name> <foaf:homepage rdf:resource="http://people.apache.org/~jochen/"/> <foaf:mbox_sha1sum>6e5232fd6943f0eaee77ddfe94770352bb173137</foaf:mbox_sha1sum> </foaf:Person> </maintainer> <repository> <SVNRepository> <location rdf:resource="http://svn.apache.org/repos/asf/labs/jaxmas/"/> <browse rdf:resource="http://svn.apache.org/viewvc/labs/jaxmas/"/> </SVNRepository> </repository> <programming-language>Java</programming-language> <projects:implements> <projects:Standard> <projects:id>JAXR</projects:id> <projects:title>Java API for XML Registries</projects:title> <projects:body>JCP</projects:body> <projects:url rdf:resource="http://jcp.org/en/jsr/detail?id=93"/> </projects:Standard> </projects:implements> </Project> </rdf:RDF> -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]