Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/learnlib/learnlib-rest-example
- Owner: LearnLib
- Created: 2015-03-27T12:19:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T13:57:52.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T18:20:38.480Z (10 months ago)
- Language: Java
- Size: 128 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```