Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.43 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.43 KB

Jersey Webservice Template

Java Version Badge GitHub Workflow Status Apache License Badge

Jersey Webservice Template (JWT) is a JSR 370 web service template that lets us spin up Java web service quickly through Golden Paths approach.

JWT seamlessly combines development and deployment of a Webservice API with

  1. a business-oriented approach using Convention Over Configuration, which resulted in a highly opinionated APIs for web & mobile
  2. the latest Immutable Infrastructure DevOp practice that fully automates the API deployment onto AWS

At the end of the day, JWT helps organization to improve the velocity and quality of their teams' work

Spinning Up and Deploying Webservice on JCP

Coming Soon!

Documentation

Comprehensive documentation is viewable on our website

License

The use and distribution terms for jersey-webservice-template are covered by the Apache License, Version 2.0.