projectdanube / xdi2

XDI2 general purpose library and server
https://xdi2.org/
Other
31 stars 17 forks source link


Current version under development: 0.8-SNAPSHOT  Build Status
Current stable release: 0.7.4 Next release: 0.8 More about releases and branches

XDI2 (“XDI Two”) is a general-purpose and modular Java implementation of XDI technology.

Website: https://xdi2.org/. Sample deployment: https://server.xdi2.org/.

Jenkins: https://jenkins.xdi2.org/. Artifactory: https://artifactory.xdi2.org/.

Information

Examples:

xdi2-example-core, xdi2-example-client, xdi2-example-messaging, xdi2-selfhosted, xdi2-csp, xdi2-registry, xdi2-example-advanced-server

Components:

How to build

Just run

mvn clean install

To build all components.

How to run the XDI web tools

cd webtools
mvn jetty:run

Then go to:

http://localhost:8080/

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-client</artifactId>
        <version>... version here ...</version>
        <scope>compile</scope>
    </dependency>
</dependencies>

See also https://bintray.com/projectdanube/maven/xdi2/view

Plugins

See here for information about XDI2 plugins.

Tests

See here for a description of unit tests.

Community

Website: https://xdi2.org/

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

Weekly Call: Thursdays at noon US Eastern Time

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

Javadoc: http://projectdanube.github.io/xdi2/apidocs/

Related Projects