https://github.com/nfriaa/javase-restful-server
Example of Java Restful Server using JavaSE and Grizzly
https://github.com/nfriaa/javase-restful-server
grizzly jar-executable java-se restful
Last synced: 3 months ago
JSON representation
Example of Java Restful Server using JavaSE and Grizzly
- Host: GitHub
- URL: https://github.com/nfriaa/javase-restful-server
- Owner: nfriaa
- License: mit
- Created: 2017-08-25T21:14:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T21:06:51.000Z (almost 9 years ago)
- Last Synced: 2025-10-28T19:46:34.675Z (7 months ago)
- Topics: grizzly, jar-executable, java-se, restful
- Language: Java
- Size: 6.38 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# javase-restful-server
Example of Java Restful Server using JavaSE and Grizzly
[](https://github.com/nfriaa/javase-restful-server/issues) [](https://github.com/nfriaa/javase-restful-server) [](https://github.com/nfriaa/javase-restful-server/tree/master/demo) [](https://github.com/nfriaa/javase-restful-server/blob/master/LICENSE)
## Description
Sample Java SE Restful Server (packaged in jar and not war) using the Grizzly implementation...
## Dev tools
* Java
* JDK 1.8
* Maven
* Grizzly
## Demo
The demo folder contain a built final jar with dependencies that you can run to have an idea on the application :
```
java -jar javase-restful-server-1.0-jar-with-dependencies.jar &
```
## Clone and create your project
To use this code in your project or to start a new application using this approach you can type in terminal :
```
$ git clone https://github.com/nfriaa/javase-restful-server /your-local-path/your-project-name
```
;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```