You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/11/26 20:01:26 UTC

juneau-website git commit: Update about page.

Repository: juneau-website
Updated Branches:
  refs/heads/asf-site 81ca4d4d9 -> 262556031


Update about page.

Project: http://git-wip-us.apache.org/repos/asf/juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/juneau-website/commit/26255603
Tree: http://git-wip-us.apache.org/repos/asf/juneau-website/tree/26255603
Diff: http://git-wip-us.apache.org/repos/asf/juneau-website/diff/26255603

Branch: refs/heads/asf-site
Commit: 2625560311c4a1478b072239461f69cf177e7f0e
Parents: 81ca4d4
Author: JamesBognar <ja...@apache.org>
Authored: Sun Nov 26 15:01:24 2017 -0500
Committer: JamesBognar <ja...@apache.org>
Committed: Sun Nov 26 15:01:24 2017 -0500

----------------------------------------------------------------------
 content/about.html | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juneau-website/blob/26255603/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 004a93f..7becb2e 100644
--- a/content/about.html
+++ b/content/about.html
@@ -18,15 +18,15 @@
 			Apache Juneau&trade; is a single cohesive framework consisting of the following parts:
 		</p>
 		<ul class='spaced-list'>
-			<li>A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework.
-			<li>A universal REST server API for creating Swagger-based self-documenting REST interfaces using POJOs, simply deployed as 
+			<li><b>juneau-marshall</b> - 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> - A variety of predefined DTOs for serializing and parsing languages such as HTML5, Swagger and ATOM.
+			<li><b>juneau-svl</b> - A simple yet powerful variable replacement language API.
+			<li><b>juneau-config</b> - A sophisticated configuration file API.
+			<li><b>juneau-rest-server</b> - 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.
-			<li>A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
-			<li>A sophisticated configuration file API.
-			<li>A REST microservice API that combines all the features above with a simple configurable Jetty server for 
+			<li><b>juneau-rest-client</b> - A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
+			<li><b>juneau-microservice</b> - 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.
-			<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>
 		<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.
@@ -48,6 +48,17 @@
 			<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>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>
 	</div>