Re: T5: IOC and Groovy

2008-12-05 Thread Francois Armand
Howard Lewis Ship wrote: [..] Also, Tapestry isn't going to read Groovy source files, you need to set up your IDE or build tool to compile the Groovy files to .class files. There was some work done in the chenillekit framework to evaluate groovy scripts: http://www.chenillekit.org/demo/script

Re: T5: IOC and Groovy

2008-12-04 Thread Howard Lewis Ship
Tapestry generally doesn't care whether a class is Groovy or Java ... it all looks the same at runtime. I've built some demos using Groovy. It's not fully idiomatic Groovy, you tend to use more explicit types, as Tapestry actually does something useful with them. Also, Tapestry isn't going to re

T5: IOC and Groovy

2008-12-04 Thread Angelo Chen
Hi, I like T5 IOC, is there a way to use T5 Ioc with Groovy in non web applications? Thanks. Angelo -- View this message in context: http://www.nabble.com/T5%3A-IOC-and-Groovy-tp20843124p20843124.html Sent from the Tapestry - User mailing list archive at Nabble.com.