Hi Siddharth. Essentially, what we'd be looking for is an implementation of the protocol [1] over a REST endpoint. We currently have a REST endpoint [2] [3], but this just uses basic HTTP verbs (GET, PUT, etc) to store and retrieve values. It is pretty simple to write - it is just a Servlet with a bunch of JAX-RS annotations which then map on to invocations on a cache. Perhaps follow a similar pattern and implement an alternate servlet that implements ODATA?
Cheers Manik [1] http://www.odata.org/ [2] https://docs.jboss.org/author/display/ISPN/Infinispan+REST+Server [3] https://github.com/infinispan/infinispan/tree/master/server/rest On 14 Apr 2013, at 08:02, siddharth teotia <[email protected]> wrote: > Hello, > > I am interested in applying for the project idea "ODATA for Infinispan" > proposed by JBoss community for GSOC 2013. I need information regarding this > project and would like to have a discussion on my proposal for this project. > It would be of great help if you can give some guidance in proceeding further. > > Thanks, > Siddharth Teotia > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev -- Manik Surtani [email protected] twitter.com/maniksurtani Platform Architect, JBoss Data Grid http://red.ht/data-grid
_______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
