Java web development has stagnated. But more than that, there has
been a fundamental shift away from heavy trainwreck frameworks like
JSF towards simpler javascript client-driven webapps backed by
REST/JSON apis.
Don't bother with JSF, it's a dead end.
All you need is a simple way of rendering templated HTML (straight-up
JSP will work adequately) and a REST framework like Resteasy or
Jersey. You'll get a lot of mileage out of a client-side templating
system like handlebars.js.
Jeff
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to
google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
google-appengi...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.
>