Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site a2956fe7f -> 8c92616d8
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/cebbcf07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/cebbcf07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/cebbcf07 Branch: refs/heads/asf-site Commit: cebbcf0753edfff8081f068e18196a4fd9fee12b Parents: f4a9d8f 859276d Author: jamesbognar <[email protected]> Authored: Mon Aug 22 12:23:58 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Mon Aug 22 12:25:57 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/cebbcf07/content/about.html ---------------------------------------------------------------------- diff --cc content/about.html index 0cdc4ea,9349482..0defd10 --- 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 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 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> @@@ -200,7 -201,7 +200,7 @@@ <jc>// Execute a method on the server.</jc> IAddressBook ab = client.getRemoteableProxy(IAddressBook.<jk>class</jk>); ab.createPerson(...); -- </p> ++ </p> <p> Since the remote proxy API is built on top of REST, it can be debugged using nothing more than a browser. </p>
