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

Difference between revisions of "XDI4j Tutorial 7"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right This tutorial explains how to set up an XDI endpoint with XDI4j. == EndpointServ...)
 
Line 8: Line 8:
 
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.:
 
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
+
org.eclipse.higgins.xdi4j.messaging.server.EndpointServlet
  
 
[[Category:Higgins XDI4j]]
 
[[Category:Higgins XDI4j]]

Revision as of 08:26, 29 January 2010

{{#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