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/02/21 14:29:48 UTC

incubator-juneau-website git commit: Add remote proxy clarification.

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 <ja...@apache.org>
Authored: Tue Feb 21 09:29:45 2017 -0500
Committer: JamesBognar <ja...@apache.org>
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