Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 8dd8919a8 -> b6ab58eaf
More stuff. 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/b6ab58ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/b6ab58ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/b6ab58ea Branch: refs/heads/asf-site Commit: b6ab58eaf94c775ba16360f41ce16e425ff5e947 Parents: 8dd8919 Author: JamesBognar <[email protected]> Authored: Wed Nov 16 16:47:24 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Wed Nov 16 16:47:24 2016 -0500 ---------------------------------------------------------------------- content/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b6ab58ea/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 3be1629..b22d50c 100644 --- a/content/about.html +++ b/content/about.html @@ -214,7 +214,7 @@ } </p> <p> - A more sophisticated example of the same resource with various options and labels shown... + A more sophisticated example of the same resource using various features... </p> <p class='bcode'> <ja>@RestResource</ja>( @@ -360,7 +360,7 @@ } </p> <p> - Auto-generated OPTIONS pages are constructed from Swagger DTO beans. + Auto-generated OPTIONS pages are constructed from Swagger DTO beans, here shown serialized as HTML... </p> <img class='bordered' src='images/Swagger.png'> <p> @@ -371,7 +371,7 @@ </p> <ul> <li>Extremely simple debuggability using nothing more than your browser. - <li>Auto-generated Swagger-based OPTIONS pages from data provided through annotations (as above), resource bundles, or Swagger JSON files. + <li>Auto-generated localized Swagger-based OPTIONS pages from data provided through annotations (as above), resource bundles, or Swagger JSON files. <li>Configurability through external INI files. <li>Client-versioned responses (and other heuristic matching APIs). <li>Servlet and method level guards.
