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 2016/08/22 16:15:04 UTC

[2/2] incubator-juneau-website git commit: https://issues.apache.org/jira/browse/JUNEAU-14

https://issues.apache.org/jira/browse/JUNEAU-14

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/859276d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/859276d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/859276d7

Branch: refs/heads/asf-site
Commit: 859276d75207d41f687748eb08f506ed70413ea5
Parents: aed70f9 42f2cb3
Author: jamesbognar <ja...@gmail.com>
Authored: Mon Aug 22 12:03:45 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Mon Aug 22 12:14:38 2016 -0400

----------------------------------------------------------------------
 content/about.html | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/859276d7/content/about.html
----------------------------------------------------------------------
diff --cc content/about.html
index 062bbb4,062bbb4..9349482
--- a/content/about.html
+++ b/content/about.html
@@@ -87,8 -87,8 +87,8 @@@
  	<jk>int</jk>[] i6 = parser.parse(json, <jk>int</jk>[].<jk>class</jk>);
  	</p>
  	<p>
--		Above the serializers and parsers, the <code>SerializerGroup</code> and <code>ParserGroup</code> classes allow serializers and parsers 
--		to be retrieved by W3C HTTP <code>Accept</code> and <code>Content-Type</code> values.
++		<code>SerializerGroup</code> and <code>ParserGroup</code> classes allow serializers and parsers 
++		to be retrieved by W3C-compliant HTTP <code>Accept</code> and <code>Content-Type</code> values...
  	</p>
  	<p class='bcode'>
  	<jc>// Construct a new serializer group with configuration parameters that get applied to all serializers.</jc>
@@@ -111,7 -111,7 +111,7 @@@
  	<p>
  		The REST server API builds upon the <code>SerializerGroup</code> and <code>ParserGroup</code> classes 
  		to provide annotated REST servlets that automatically negotiate the HTTP media types and allow the developer
--		to work with POJOs as input and output...
++		to work with requests and responses as POJOs...
  	</p>
  	<p class='bcode'>
  	<ja>@RestResource</ja>(
@@@ -272,6 -272,6 +272,14 @@@
  	String myArg = cf.getString(<js>"MySection/myArg"</js>); 
  	String firstArg = cf.getString(<js>"MySection/firstArg"</js>); 
  	</p>
++	<p>
++		The microservice API combines all the features above with a built-in Jetty server to produce a lightweight 
++		REST service packaged as two simple files:
++	</p>
++	<ul>
++		<li>An executable jar file that starts up a REST interface in milliseconds.
++		<li>An external INI file that can be used to configure your REST resources on the fly.
++	</ul>
  
  	<h5 class='toc'>Serialization languages</h5>
  	<p>