blob: 264e0ed7c6188d73d4148feb18465ec0735d41ef [file] [log] [blame]
<!--
/***************************************************************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
***************************************************************************************************************************/
-->
<p>
Apache Juneau&trade; is a single cohesive Java ecosystem consisting of the following parts:
</p>
<ul class='spaced-list'>
<li><b>juneau-marshall</b>
<p>
A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework with no external library dependencies.
</p>
<li><b>juneau-dto</b>
<p>
A variety of predefined DTOs for serializing and parsing languages such as HTML5, Swagger and ATOM.
</p>
<li><b>juneau-svl</b>
<p>
A simple yet powerful variable replacement language API.
</p>
<li><b>juneau-config</b>
<p>
A sophisticated configuration file API.
</p>
<li><b>juneau-rest-server</b>
<p>
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.
</p>
<li><b>juneau-rest-server-springboot</b>
<p>
Spring Boot integration support.
</p>
<li><b>juneau-rest-client</b>
<p>
A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
</p>
<li><b>juneau-microservice</b>
<p>
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.
</p>
<li><b>my-jetty-microservice.zip</b>
<p>
Starter project template for Jetty-based microservices.
</p>
<li><b>my-springboot-microservice.zip</b>
<p>
Starter project template for Spring-boot-based microservices.
</p>
</ul>