Skip to content

xdi2 transport http

Markus Sabadello edited this page Feb 19, 2014 · 14 revisions

An HTTP transport (server) that exposes XDI endpoints at HTTP(S) URIs

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-transport-http</artifactId>
	<version>0.2-SNAPSHOT</version>
	<scope>compile</scope>
</dependency>

Examples

For examples, see the following Github repository:

Clone this wiki locally