Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 5544c8ccc -> 356633127


Add remote proxy clarification.

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

Branch: refs/heads/asf-site
Commit: 3566331274c383b0896172bdd036d82982567953
Parents: 5544c8c
Author: JamesBognar <[email protected]>
Authored: Tue Feb 21 09:29:45 2017 -0500
Committer: JamesBognar <[email protected]>
Committed: Tue Feb 21 09:29:45 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/35663312/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 8271dca..5f732ac 100644
--- a/content/about.html
+++ b/content/about.html
@@ -667,6 +667,9 @@
                server side, and then passed to the invocation method.  The 
returned POJO is then marshalled back as an HTTP response.
        </p>
        <p>
+               The parameters and return types can be any of the supported <a 
href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#Core.PojoCategories'>serializable
 and parsable types</a>.
+       </p>
+       <p>
                The RemoteableServlet class shows how sophisticated REST 
interfaces can be built on the Juneau RestServlet
                API using very little code.  The RemoteableServlet class itself 
consists of only 53 lines of code, yet is
                a sophisticated discoverable and self-documenting REST 
interface.  And since the remote proxy API is built on top 

Reply via email to