Hi Florent,

I was very busy lately, but now I finally found some time to look at
your sources.

Kind regards
Dominique

On Wed, Mar 11, 2009 at 1:58 AM, Florent Guillaume <f...@nuxeo.com> wrote:
> Hi all,
>
> Here's a status report on the progress of the Chemistry code.
>
> The API has been tweaked a bit to separate a programmer-usable API from a
> lower-level SPI that mirrors the CMIS spec.
> There is now an AtomPub server implementation (work in progress) that allows
> some read-only operations (for now): getting repo info, type info, children
> listing and document retrieval).
>
> You can check the latest sources by downloading
> http://hg.nuxeo.org/sandbox/chemistry/archive/tip.zip
> This is a maven-buildable project.
>
> The project includes a sample servlet so that folks can test their CMIS
> AtomPub clients against a simple in-memory implementation of the API (which
> is still very incomplete, but progressing well). Using:
>  mvn -Dmaven.test.skip=true package
> you'll get a self contained JAR which you can run with:
>  java -jar
> chemistry-tests/target/chemistry-tests-0.1-SNAPSHOT-jar-with-dependencies.jar
> Just hit ^C to stop the server.
>
> As it's now at a stage where I'd really like more people eyeballing it and
> contributing, I plan on submitting it tomorrow so that it could be checked
> in by a committer in the sanbox -- if that's ok with you.
>
> Thanks,
> Florent
>
> --
> Florent Guillaume, Head of R&D, Nuxeo
> Open Source, Java EE based, Enterprise Content Management (ECM)
> http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87
>
>

Reply via email to