For Usergrid, we use Jersey (http://jersey.java.net/), the Sun implementation of JAX-RS, which makes use of Jackson (http://wiki.fasterxml.com/JacksonHome) for the JSON marshalling. I'd heartily recommend using those if you're going to roll your own REST implementation in Java.
If you're looking for a very high level REST API, you might want to look at Usergrid (http://github.com/usergrid/stack). We're abstracting away the underlying Cassandra representation to a pretty high degree, but it might be useful depending on what you're trying to do. Ed On Mon, Oct 10, 2011 at 6:12 PM, Brian O'Neill <b...@alumni.brown.edu> wrote: > My team desperately needs a REST API for Cassandra. > > I saw the following: > http://code.google.com/p/restish/ > from > http://crlog.info/2011/01/29/restish-wrapper-for-hectorcassandra-data-manipulation/ > > But it appears to have little activity and documentation. > > That lead me to start work on a contrib/rest module, but before I get to far > I wanted to ask if there was any effort underway for a REST Server/API. > If not, I'll continue developing the REST server. Any preference for a REST > stack? (JAX-RS on Apache-CXF? Raw Servlets? Netty? etc.) > > Until I hear back, I'll continue with the JAX-RS / Apache CXF implementation > I have cooking. > > -brian > > -- > Brian ONeill > Lead Architect, Health Market Science (http://healthmarketscience.com) > mobile:215.588.6024 > blog: http://weblogs.java.net/blog/boneill42/ > blog: http://brianoneill.blogspot.com/ >