Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 35bd3d684 -> 3dadab911
Add REST goals. 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/3dadab91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/3dadab91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/3dadab91 Branch: refs/heads/asf-site Commit: 3dadab911aace9dc40055ae8c5a483a99ebe21f8 Parents: 35bd3d6 Author: JamesBognar <[email protected]> Authored: Tue Dec 13 10:20:18 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Tue Dec 13 10:20:18 2016 -0500 ---------------------------------------------------------------------- content/about.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3dadab91/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 260ae0b..d5d5ce6 100644 --- a/content/about.html +++ b/content/about.html @@ -180,6 +180,18 @@ to work with requests, responses, headers, path variables, query parameters, and form data as POJOs. </p> <p> + The end goal is to provide simple yet sophisticated REST interfaces that allow POJOs to be automatically represented as + different content types depending on whatever the particular need: + </p> + <ul class='spaced-list'> + <li>HTML for viewing POJOs in easy-to-read format in a browser. + <li>JSON for interacting through Javascript. + <li>XML for interacting with other applications. + <li>RDF for interacting with triple stores. + <li>URL-Encoding for interacting through HTML forms. + <li>MessagePack for efficiently transmitting large amounts of data. + </ul> + <p> A simple example that supports all languages... </p> <p class='bcode'>
