-
Notifications
You must be signed in to change notification settings - Fork 17
xdi2 server
Markus Sabadello edited this page May 22, 2013
·
29 revisions
An XDI server exposing XDI endpoints that can receive and process incoming XDI messages.
- The XDI server
- Messaging target factories
- Startup and shutdown
- Configuration files
- Configuring XDI messaging targets
- Configuring XDI messaging target factories
- Endpoint servlet
- Endpoint registry
- Interceptors
- HTTP POST processing
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/
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-server-logic</artifactId>
<version>0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
This work is licensed under a Creative Commons Attribution 4.0 International License.