Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 441 Bytes

Gumdrop

Gumdrop is web framework written in Java, with no dependencies outside of the JDK.

  • Common: common classes
  • Json: a JSON serialization library
  • Web: request dispatch and page generation facilities
  • Server: a multithreaded, non-blocking IO web server
  • SQL: a thin wrapper around JDBC for ORM-like operations
  • Test: unit tests