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