Skip to content

neustarpc/xdi2

 
 

Repository files navigation


Build Status

XDI2 is a general purpose XDI library for Java, supporting both a traditional client/server model and distributed peer-to-peer data exchange.

A sample deployment of XDI2 is available at http://xdi2.projectdanube.org.

Components

How to build

Just run

mvn clean install

To build all components.

How to run the XDI web tools

cd webtools
mvn jetty:run

Then go to:

http://localhost:8080/

Community

Google Group: http://groups.google.com/group/xdi2

Javadoc: http://projectdanube.github.com/xdi2/apidocs

Virtual machine and screencasts

To give you a quick start into XDI2, you may download a VirtualBox image with all the components, or watch a screencast.

Plugins

Tests

See Testing for a description of unit tests, etc.