Skip to content

nfriaa/javase-restful-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javase-restful-server

Example of Java Restful Server using JavaSE and Grizzly

contributions welcome Travis demo jar 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

;-)

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

About

Example of Java Restful Server using JavaSE and Grizzly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages