Apache Juneau™ is a single cohesive Java ecosystem consisting of the following parts:
Group | Component | Description |
---|---|---|
Juneau Core | 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-marshall-rdf | Extended marshalling support for RDF languages. | |
juneau-dto | A variety of predefined DTOs for serializing and parsing languages such as HTML5, Swagger and ATOM. | |
juneau-config | A sophisticated configuration file API. | |
Juneau REST | 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-server-springboot | Spring boot integration support. | |
juneau-rest-server-jaxrs | JAX/RS integration support. | |
juneau-rest-client | A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. | |
juneau-rest-mock | Mocking APIs for server-less end-to-end testing of REST server and client APIs. | |
Examples | juneau-examples-core | Juneau Core API examples. |
juneau-examples-rest | Juneau REST API examples. | |
juneau-examples-rest-jetty | Juneau REST API examples using Jetty deployment. | |
juneau-examples-rest-springboot | Juneau REST API examples using Spring Boot deployment. |