Skip to content
peacekeeper edited this page May 29, 2012 · 22 revisions

Welcome to the XDI² Wiki.

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

It is the basis for Project Danube.

A sample deployment of XDI² 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/

Tests

See Testing for a description of unit tests, etc.

Clone this wiki locally