Skip to content

Talvish/Tales-Samples

Repository files navigation

Tales-Samples

This repository contains a set of samples making use of the Tales framework and Tales-Rigs client and services. The recommended order for looking at the samples is:

  1. Simple Service
  2. Multiversion Service
  3. User Service / Client (requires a running ObjectId Service from Tales - Rigs)
  4. Complex Service
  5. Website Service

Running the Samples

Maven produces a fully working version of each service. The service, config and dependencies are all placed into the target directory. To run one of the samples the command line will look something like:

java -jar sample_filename.jar -settings.file=config/settings.properties

For example, to run the Complex Service you would type:

java -jar tales.samples.complex_service-0.0.1-SNAPSHOT.jar -settings.file=config/settings.properties

Related Repositories

In total there are three repositories that make up the Tales suite:

About

The set of samples making use of the Tales framework and rigs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages