Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/learnlib/learnlib-rest-example

Example for learning a RESTful web service
https://github.com/learnlib/learnlib-rest-example

Last synced: 9 days ago
JSON representation

Example for learning a RESTful web service

Awesome Lists containing this project

README

        

# learnlib-rest-example
Example for learning a RESTful web service

# Run the example

Clone and run an example application

1. `git clone https://github.com/oliverbauer/tapestry-resteasy-hibernate.git`
2. `cd tapestry-resteasy-hibernate`
3. `mvn clean jetty:run`

Clone and run the example from this repository

4. `git clone https://github.com/LearnLib/learnlib-rest-example.git`
5. import the project in your IDE
6. run `de.learnlib.example.Example1`

Alternatively, run the project directly from the command line using maven:
```
mvn exec:java -Dexec.mainClass='de.learnlib.example.Example1'
```