Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 7b4f96db0 -> efedbb6cc
Update about page. 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/efedbb6c Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/efedbb6c Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/efedbb6c Branch: refs/heads/asf-site Commit: efedbb6cc72caf6a16ba612f363cf9e94860edd8 Parents: 7b4f96d Author: JamesBognar <[email protected]> Authored: Mon Sep 18 13:21:42 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Sep 18 13:21:42 2017 -0400 ---------------------------------------------------------------------- content/about.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/efedbb6c/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 1beb6c4..777e91d 100644 --- a/content/about.html +++ b/content/about.html @@ -1791,10 +1791,12 @@ You can use it sparingly if you want to implement something simple like a pull-down menu to simplify some debug task, but remember that your audience cares more about interacting with your service programmatically using REST. - The HTML is just icing on the cake. + Remember that the HTML is just icing on the cake. <li> Don't use it to implement a Web 2.0 interface! If you want a Web 2.0 UI, implement it separately ON TOP OF this REST interface. + The architecture is flexible enough that you could in theory pull in and use jQuery, React, + Angular, or any number of sophisticated Javascript UI frameworks. Resist the urge to do so. </ul> </div> </div>
