content/site/apidocs-8.0.0/resources/fragments/about.html (42 lines of code) (raw):
<!--
/***************************************************************************************************************************
* 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™ is a single cohesive Java ecosystem consisting of the following parts:
</p>
<ul class='spaced-list'>
<li>
<b>juneau-marshall</b>
<br>A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework with no external library dependencies.
<li>
<b>juneau-dto</b>
<br>A variety of predefined DTOs for serializing and parsing languages such as HTML5, Swagger and ATOM.
<li>
<b>juneau-svl</b>
<br>A simple yet powerful variable replacement language API.
<li>
<b>juneau-config</b>
<br>A sophisticated configuration API.
<li>
<b>juneau-rest-server</b>
<br>A universal REST server API for creating REST interfaces using POJOs simply deployed in any Servlet 3.1.0+ container.
<br>Includes auto-generation of Swagger and self-hosting of Swagger UI through OPTIONS page requests.
<li>
<b>juneau-rest-server-springboot</b>
<br>Integration support for deploying Juneau-based REST resources as Spring beans in a Spring Boot application.
<li>
<b>juneau-rest-client</b>
<br>A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
<li>
<b>juneau-microservice</b>
<br>A builder-based API for creating microservices.
<li>
<b>juneau-microservice-jetty</b>
<br>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.
</ul>
<p>
Questions via email to <a class='doclink' href='mailto:dev@juneau.apache.org?Subject=Apache%20Juneau%20question'>dev@juneau.apache.org</a> are always welcome.
</p>
<p>
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.
</p>