A collection of examples demonstrating the usage of las2peer features. For more detailed descriptions, APIs and tutorials please visit the Template Project's wiki.
The following example services are contained:
-
i5.las2peer.services.restService.RESTExampleService
: Covers different tricks how to get started with JAX-RS and proper documentation using Swagger. -
i5.las2peer.services.storageService.StorageService
: A simple example on how to use las2peer's distributed storage. -
i5.las2peer.services.rmi.RMIMyService
: Shows service-to-service method invocations.