Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

XDI4j Tutorial 7

Revision as of 08:25, 29 January 2010 by Unnamed Poltroon (Talk) (New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right This tutorial explains how to set up an XDI endpoint with XDI4j. == EndpointServ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

This tutorial explains how to set up an XDI endpoint with XDI4j.

EndpointServlet and MessagingTarget

XDI4j includes a single Java Servlet which can act as an XDI endpoint. It can be deployed in servet containers such as Tomcat, Jetty, etc.:

  org.eclipse.higgins.xdi4j.messaging.server.EndpointServlet

Back to the top