Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Baqend/restful-jetty

Repository files navigation

A powerful REST Layer for Jetty

  • Thin Layer on top of unmodifized standalone Jetty
  • Abstraction of content negotation and conversion
  • Declarative REST API specification and routing
  • Route-based request handling
  • Support for asynchronous request handling
  • Error handling and forwarding of errors in responses

Please review the contribution guide for information on how to contribute to this project before supplying a merge request.

Getting Started

Rules

  • New fixes, features or other code work is done in separate branches. Please refer to the contribution guide for branch naming rules and other rules on contributing to this project.
  • Regularily (at leas once a day) rebase your feature branch onto the master branch. This will make sure, that you're working on the most up-to-date code. The chance for merge conflicts is much lower as well.

Detailed documentation and examples TBD soon.