Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 8c92616d8 -> 2f1764ac5
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/661733e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/661733e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/661733e4 Branch: refs/heads/asf-site Commit: 661733e4d13e11a965fc126c8ba2ed36599ecd50 Parents: cebbcf0 a2956fe Author: jamesbognar <[email protected]> Authored: Mon Aug 22 12:26:10 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Mon Aug 22 12:32:33 2016 -0400 ---------------------------------------------------------------------- content/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/661733e4/content/about.html ---------------------------------------------------------------------- diff --cc content/about.html index 0defd10,1c76432..d31fd66 --- a/content/about.html +++ b/content/about.html @@@ -12,9 -12,9 +12,9 @@@ <li>A toolkit for marshalling POJOs to a wide variety of content types using a common framework. <li>A REST server API for creating self-documenting REST interfaces using POJOs. <li>A REST client API for interacting with REST interfaces using POJOs. - <li>A REST microservice API for creating lightweight standalone REST interfaces that start up in milliseconds. <li>A remote proxy API built on top of REST. -- <li>A sophisticated INI config file API. ++ <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. </ul> <h5 class='toc'>Examples</h5> <p> @@@ -153,7 -153,7 +153,7 @@@ } </p> <p> -- Since the server API is based on JEE servlets, it can be easily deployed in any JEE environment. ++ Since the server API is based on JEE servlets, resources can be easily deployed in any existing JEE environment. </p> <p> Features include:
