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

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

Awesome Lists containing this project

README

          

# javase-restful-server
Example of Java Restful Server using JavaSE and Grizzly

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg?style=flat)](https://github.com/nfriaa/javase-restful-server/issues) [![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://github.com/nfriaa/javase-restful-server) [![demo jar](https://img.shields.io/badge/demo-jar-yellow.svg?style=flat)](https://github.com/nfriaa/javase-restful-server/tree/master/demo) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](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
```

;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```