Hi Devs, We are planing to add a REST interface for Airavata Registry API. There are several REST frameworks that are compatible with JAX-RS. Some examples are RESTEasy [1], Jersey [2] etc. IMO it is better to use Jersey since it has a REST client and it is used by many other apache projects as well.
In order to have the REST API integrated, we need a web container which should be embedded in to Airavata. But for the initial implementation, we can use an external tomcat server as the web container. As initial approach, we will implement basic functions of the Registry API and continue to iterate over it. Your suggestions are welcome. Thanks and Regards, Chathuri [1] http://www.jboss.org/resteasy [2] http://jersey.java.net/
