Skip to content
/ jjj Public

jjj is an example of RESTful Server application using Jersey, Jetty, and Jackson.

License

Notifications You must be signed in to change notification settings

stacs-srg/jjj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jjj

jjj is an example of RESTful Server application using Jersey, Jetty, and Jackson.

Feel free to take this project as a starting point when building a RESTful server.


You can find a naïve example on how to use jjj under jjj-example. The example can also be run using Docker.

$ docker build -t jjj_example .
$ docker run -p 0.0.0.0:8082:8082 jjj_example

Run mvn dependency:analyze to analyze this project maven dependencies.

Alternatives

About

jjj is an example of RESTful Server application using Jersey, Jetty, and Jackson.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages