users@jersey.java.net

Re: [Jersey] MessageBodyWriter<T>.writeTo change?

From: Mike Jones <mike.a.jones_at_gmail.com>
Date: Fri, 15 Aug 2008 11:50:39 +0100

I'd be very interested as well Daniel :-)

I'm involved in a project that is using Jersey as a front-end to an
RDF store although it doesn't allow direct SPARQL queries at the
moment - although results are returned as RDF/XML, N3 or JSON. I'm
using Jena SDB for the backend and Jena ARQ for the querying. Project
is still in the early stages ... http://code.google.com/p/caboto/.
Boring blog entry http://chillyinside.com/blog/?p=49

Cheers
Mike

2008/8/15 Paul Sandoz <Paul.Sandoz_at_sun.com>:
> Hi Daniel,
> Glad things are resolved. I thought NB would handle the dependencies, if you
> you declare there is a dependence in the project properties. I know that if
> using maven then unfortunately dependencies are not currently managed, which
> is a real pain when there are lots of modules.
> SPARQL queries eh? :-) if you blog about anything perhaps you can send a
> link to the list.
> Paul.
> On Aug 15, 2008, at 2:13 AM, Daniel Larsson wrote:
>
> It seems to have been a syncing problem between my servlet and my jar
> (containing the provider among other things) running in the glassfish
> server. After rebuilding everything from scratch, and redeploying, it seems
> to work again. I assumed NetBeans would handle such dependencies, but
> apparently not.
> Thanks for the help, Paul :)
>