On Wed, Jun 27, 2012 at 1:48 AM, clay <[email protected]> wrote: > I've built web apps with REST (Jersey) web services + client side HTML/JS > with jQuery and ExtJS but without a server-side HTML templating piece. I > love this approach, but sometimes a server-side HTML templating framework > is neeeded, in which case Play seems like the most elegant choice today. >
Play's templating system is great. If you can't use Play or really want to stick to Java, you can get an almost as good experience with Jamon, which has the advantage of being a standalone templating library, rather than a full-stack framework. > Client side templates? Is this where HTML is generated by client-side > JavaScript from web services data? > Yes, that's what mustache.js and others do. Moandji -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
