SHINDIG-909 - fixes a number of failing unit tests
[shindig.git] / java / README
blob60d6f33e1ba49e9dcf17c999ee3ab5dcea8392f7
1 There are four parts to the java gadget servers:
3 * java/common The common java code that both the social data server and the
4   gadget rendering server rely on.
6 * java/gadgets This server is used for rendering gadgets.
8 * java/social-api This server is used to provide social data for gadgets. Long
9   term, it will implement the OpenSocial RESTful apis.
11 * java/server This directory only contains a pom and a web.xml file. It is used
12   to run both the gadget rendering code and the social data code at once. In
13   order to use the samplecontainer you must run this server.
15 For more information, see http://incubator.apache.org/projects/shindig.html