Apache Juneau - Single cohesive framework
Apache Juneau is a single cohesive Java ecosystem consisting of the following parts juneau-marshall, juneau-dto, juneau-svl, juneau-config, juneau-rest-server, juneau-rest-client, juneau-microservice.
- juneau-marshall
A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework with no external library dependencies. - juneau-dto
A variety of predefined DTOs for serializing and parsing languages such as HTML5, Swagger and ATOM. - juneau-svl
A simple yet powerful variable replacement language API. - juneau-config
A sophisticated configuration file API. - juneau-rest-server
A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as one or more top-level servlets in any Servlet 3.1.0+ container. - juneau-rest-client
A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. - juneau-microservice
A REST microservice API that combines all the features above with a simple configurable Jetty server for creating lightweight standalone REST interfaces that start up in milliseconds.
https://juneau.apache.org/
https://github.com/apache/juneau
License:
Tech:
Tags: