Single page Web App in Java framework or examples? [closed]
Has anyone seen an example or done the following in Java: http://duganchen.ca/single-page-web-app-architecture-done-right/ That is a design a single page web app that will work with Google SEO with out massive violation of DRY using Java technologies? It doesn't seem terrible hard to do this on my own but I was curious (and lazy) to see if someone had already done it with either Spring or JAX-RS. I have built quite a large "single-page" javascript website , that generats all HTML on the client. Server provides JSON only responses. I used Google Closure tools for the following reasons: Google