Apache Juneau™ is a single cohesive Java ecosystem consisting of the following parts:
-
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 API.
-
juneau-rest-server
A universal REST server API for creating REST interfaces using POJOs simply deployed in any Servlet 3.1.0+ container.
Includes auto-generation of Swagger and self-hosting of Swagger UI through OPTIONS page requests.
-
juneau-rest-server-springboot
Integration support for deploying Juneau-based REST resources as Spring beans in a Spring Boot application.
-
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 builder-based API for creating microservices.
-
juneau-microservice-jetty
REST microservice API that combines all the features above as a simple configurable Jetty server for
creating lightweight standalone REST interfaces that start up in milliseconds.
Questions via email to dev@juneau.apache.org are always welcome.
Juneau is packed with features that may not be obvious at first.
Users are encouraged to ask for code reviews by providing links to specific source files such as through GitHub.
Not only can we help you with feedback, but it helps us understand usage patterns to further improve the product.