Working examples of the above code samples can be found under the src folder in the file UserGuideTest.java. The elmo-examples.war includes three small applications to help better understand how the different interfaces can be used.
User can input parameters, through channel.jsp or on the command line, which are then used to create a RSS feed. This example demonstrates the use of an application managing ElmoManager itself.
Using the local name of a FOAF entry, the servlet prints a listing of their friends and provides navigation along the social graph. In this example the application is using the EntityManager interface and the Spring container manages the entity pool.
With a search input the application lists all royal people with the given substring in their name from the repository. The application provides a browse and an edit screen. Here the entity pool is configured and managed by HiveMind. It uses DynaBean interface to set and retrieve concept properties.