As the name says, I'm currently looking for a template engine that works with Java and Javascript. The idea is that my ajax json objects can use the same template files to render content on the client side, for example, Java does it on the server side.
I know that there is a google closure pattern, but it works with guice 2.0, and my current project works under guice 3.0, and both just create wierd errors, and I tried to use them, but failed for about 2 weeks ...
Is there anything besides closing Google?
source
share