Personal tools
You are here: Home GRIA Documentation Documentation 5.3 Tutorials Building your own contextualised B2B registry How to get the sources of the tutorial?

How to get the sources of the tutorial?

This section describes, how to obtain the sources used within this tutorial.
This tutorial explains how to configure, install and write applications using GRIA's contextualised registry component
Page 6 of 6.

The sources used within this tutorial can be downloaded from the 5.1 download page.

The sources can be build using Maven 2 (mvn install).

To run the examples one can go to the created target directory and use the following command:

java -Dregistry.conf.dir=../src/resources -jar gria-registry-tutorial-5.1.jar <attribute>

The provided attributes are

  • install: executing the install client
  • configuration: executing the configuration client
  • dynamic_configuration: executing the dynamic configuration client
  • user_management: executing the user management client
  • registration: executing the registration client
  • discovery: executing the discovery client
  • remove: executing the client for removing registered entries
  • all: execute all programs in the order of this list