[Stripes-users] Typed Text Templates with Stripes

2015-08-05 Thread VANKEISBELCK Remi
Hi folks, I have managed to wrap up a 0.1-beta release for those who want to try out TTT templates with Stripes. The whole TTT fwk (compiler, build tools, IDE plugin) is there : https://github.com/pojosontheweb/ttt The Stripes integration is here :

Re: [Stripes-users] Typed Text Templates with Stripes

2015-08-05 Thread Nestor Hernandez
Hey Remi. Looks good. Seems to try to emulate ASP. NET razor template. But, seems like you're intentionally breaking rules about the use of scriptlets. El 5/8/2015 19:00, VANKEISBELCK Remi r...@rvkb.com escribió: Hi folks, I have managed to wrap up a 0.1-beta release for those who want to try

Re: [Stripes-users] Typed Text Templates with Stripes

2015-08-05 Thread VANKEISBELCK Remi
Hi Nestor, I don't know razor, but it doesn't seem to have the signature as first class citizen, like TTT does. new MyTemplate( myFoo, myBar ).render( out ); It's a huge difference. With TTT, if you change the signature of a template, then the ActionBean(s) using it will not compile. Compare