| |
| | Build scripts with Groovy and Ant - Java World |
 | | The problem seems to be the approach: with a script-centric system, you have a flexible and powerful instrument, but you need to know the script language very well; on the contrary, with an XML and platform-independent approach, you have simplicity and reusability, but a bit less power. |
 | | Groovy is a new dynamic scripting language for the JVM, similar to famous scripting languages like Python and Ruby, but, at the same time, easy to learn and use by Java developers. |
 | | With a language like Groovy that supports dynamic typing, polymorphism is a simple and straightforward game; the interesting thing is that polymorphism is actually possible without inheritance. |
| www.javaworld.com /javaworld/jw-10-2004/jw-1004-groovy.html (1147 words) |
|