Skip to content

projectdanube/xdi2-connect-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation


This is a "Connect Service" component for the XDI Browser binding.

XDI Connect

This is part of a set of projects related to the XDI Browser binding:

Information

TODO

How to build

First, you need to build the main XDI2 and the xdi2-connect-core projects.

After that, just run

mvn clean install jetty:run-war

Then the Connect Service is available at

http://localhost:9201/

How to use

Maven repository for releases:

    <repositories>
            <repository>
                    <id>XDI2</id>
                    <name>XDI2-releases</name>
                    <url>https://artifactory.xdi2.org/xdi2-releases-local</url>
            </repository>
    </repositories>

Maven repository for snapshots:

    <repositories>
            <repository>
                    <id>XDI2</id>
                    <name>XDI2-releases</name>
                    <url>https://artifactory.xdi2.org/xdi2-snapshot-local</url>
            </repository>
    </repositories>

Maven dependencies:

    <dependencies>
            <dependency>
                    <groupId>xdi2</groupId>
                    <artifactId>xdi2-connect-service</artifactId>
                    <version>... version here ...</version>
                    <scope>compile</scope>
            </dependency>
    </dependencies>

Community

Website: https://xdi2.org/

Google Group: http://groups.google.com/group/xdi2

Weekly Call: Thursdays at 4pm US Eastern Time

IRC: irc://irc.freenode.net:6667/xdi

About

This is a "Connect Service" component for the XDI Browser binding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published