Features
-
Fast memory-efficient serialization.
-
Fast, safe, memory-efficient parsing. Parsers are not susceptible to deserialization attacks.
-
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!
-
Enjoyable to use
-
Tiny - ~1MB
-
Exhaustively tested
-
Lots of up-to-date documentation and examples
-
Minimal library dependencies:
- juneau-marshall, juneau-dto, juneau-svl, juneau-config - No external dependencies. Entirely self-contained.
- juneau-marshall-rdf - Optional RDF support. Requires Apache Jena 2.7.1+.
- juneau-rest-server - Any Servlet 3.1.0+ container.
- juneau-rest-client - Apache HttpClient 4.5+.
- juneau-microservice - Eclipse Jetty.
-
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.