Single page Web App in Java framework or examples?
Posted
by
Adam Gent
on Stack Overflow
See other posts from Stack Overflow
or by Adam Gent
Published on 2012-03-19T16:15:22Z
Indexed on
2012/03/20
11:29 UTC
Read the original article
Hit count: 295
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.
© Stack Overflow or respective owner