posted 15 years ago
I worked in Groovy prior to focusing on JavaFX. Groovy has some neat syntax for handling XML, etc. but I think JavaFX will eventually provide the same functionality. Because JavaFX is built on top of Java, you can call any Java object method. There are some rules for this that are outlined in the book.
With that said, I agree with Eric, in using the right tools for the right job. If Groovy makes it easier to do some piece of work, then go for it. I would caution though, the mixing Groovy Swing classes with JavaFX might be difficult, and it is not portable to the other platforms, namely mobile and TV.