Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 20692724a -> 8acec0e31
Update about page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/8acec0e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/8acec0e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/8acec0e3 Branch: refs/heads/asf-site Commit: 8acec0e31ab7c122c096580eb02984f83ec324b1 Parents: 2069272 Author: JamesBognar <[email protected]> Authored: Fri Dec 2 13:50:06 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Fri Dec 2 13:50:06 2016 -0500 ---------------------------------------------------------------------- content/about.html | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8acec0e3/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index b22d50c..9443837 100644 --- a/content/about.html +++ b/content/about.html @@ -15,7 +15,14 @@ <li>A remote proxy API built on top of REST. <li>A sophisticated INI config file API. <li>A REST microservice API that combines all the features above for creating lightweight standalone REST interfaces that start up in milliseconds. + <li>JAX-RS integration support for all serializers and parsers. </ul> + <h5 class='toc'>Features</h5> + <ul class='spaced-list'> + <li>Marshalling support for JSON (including variants), XML, HTML, URL-Encoding, UON (URL-Encoded Object Notation), MessagePack, RDF/XML, RDF/XML-Abbrev, N-Triple, Turtle, N3, SOAP/XML. + <li>Data Transfer Objects for Atom, Cognos, JSON-Schema, HTML 5, and Swagger 2.0. These can be serialized to any of the supported contents types. + </ul> + <h5 class='toc'>Examples</h5> <p> Core library includes easy-to-use and customizable serializers and parsers. The examples here are only a small taste of what's possible. @@ -493,36 +500,6 @@ The microservice API was originally designed for and particularly suited for use as Docker images. </p> - <h5 class='toc'>Serialization languages</h5> - <p> - Full round-trip lossless serialization is provided for the following languages: - </p> - <ul> - <li>JSON (including variants) - <li>XML - <li>HTML - <li>URL-Encoding - <li>UON (URL-Encoded Object Notation) - <li>MessagePack - <li>RDF/XML (including abbreviated) - <li>N-Triple - <li>Turtle - <li>N3 - <li>SOAP/XML - </ul> - - <h5 class='toc'>Data transfer objects</h5> - <p> - Data transfer objects that can be serialized to any of the supported languages is provided for the following models: - </p> - <ul> - <li>Atom - <li>Cognos - <li>JSON-Schema - <li>HTML 5 - <li>Swagger 2.0 - </ul> - <h5 class='toc'>More information</h5> <p> All user documentation for this project is maintained in its <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/index.html' target="_top">Javadocs</a>.
