blob: 7020af74aa40ee3fbb04024984b6c73f2a95f65d [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.
***************************************************************************************************************************/
-->
Features
<ul class='spaced-list'>
<li>
Fast memory-efficient serialization.
<li>
Fast, safe, memory-efficient parsing. Parsers are not susceptible to deserialization attacks.
<li>
KISS is our mantra! No auto-wiring. No code generation. No dependency injection. Just add it to your classpath and use it. Extremely simple unit testing!
<li>
Enjoyable to use
<li>
Tiny - ~1MB
<li>
Exhaustively tested
<li>
Lots of up-to-date documentation and examples
<li>
Minimal library dependencies:
<ul>
<li><b>juneau-marshall</b>, <b>juneau-dto</b>, <b>juneau-svl</b>, <b>juneau-config</b> - No external dependencies. Entirely self-contained.
<li><b>juneau-marshall-rdf</b> - Optional RDF support. Requires Apache Jena 2.7.1+.
<li><b>juneau-rest-server</b> - Any Servlet 3.1.0+ container.
<li><b>juneau-rest-client</b> - Apache HttpClient 4.5+.
<li><b>juneau-microservice</b> - Eclipse Jetty.
</ul>
<li>
Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features
such as request/response multiplexing and server push.
</ul>