Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site efedbb6cc -> 24ee4a726
Add more info about JAX/RS support. 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/24ee4a72 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/24ee4a72 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/24ee4a72 Branch: refs/heads/asf-site Commit: 24ee4a72685d2a767ca84ce2c0a60aa95014d863 Parents: efedbb6 Author: JamesBognar <jamesbog...@apache.org> Authored: Mon Sep 18 13:28:49 2017 -0400 Committer: JamesBognar <jamesbog...@apache.org> Committed: Mon Sep 18 13:28:49 2017 -0400 ---------------------------------------------------------------------- content/about.html | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/24ee4a72/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 777e91d..103696d 100644 --- a/content/about.html +++ b/content/about.html @@ -1843,6 +1843,11 @@ <code>org.apache.juneau.rest.jaxrs.DefaultProvider</code> - A default provider that provides the same level of media type support as the <code>RestServletDefault</code> class. </ul> + <p> + The JAX/RS support does provide you will the full marshalling capabilities of Juneau. + However, it should be noted that you lose some sophisticated functionality by not using the REST servlet + API (such as the Developer Interfaces, guards, path matchers, localization, auto-generated Swagger docs, etc...). + </p> <ul class='doctree'> <li class='link'>See <a class='doclink' href='http://juneau.incubator.apache.org/site/apidocs/overview-summary.html#juneau-rest-server-jaxrs'>juneau-rest-server-jaxrs</a> for more information.