Skip to content
Markus Sabadello edited this page May 22, 2013 · 29 revisions

An XDI server exposing XDI endpoints that can receive and process incoming XDI messages.

Topics

Quickstart

cd server
mvn jetty:run

Then (with default configuration) XDI endpoints are available at:

http://localhost:8080/xdi/mem-graph/
http://localhost:8080/xdi/bdb-graph/
http://localhost:8080/xdi/file-graph/

Maven Dependency

<dependency>
	<groupId>xdi2</groupId>
	<artifactId>xdi2-server-logic</artifactId>
	<version>0.1-SNAPSHOT</version>
	<scope>compile</scope>
</dependency>
Clone this wiki locally