Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 431 Bytes

Purpose

A framework for building Java executable jars that expose a HTTP or message based service.

Design goals

  • Plain Java instead of annotation magic. Read docs and step through code instead of Googling stackoverflow for use cases.
  • Good naming so the API becomes simple, predictable and codecompletable
  • Great support and guidance for tests
  • Good exception messages, also in tests
  • Minimal dependencies
  • Test