| I know that, but I don't like Groovy, so I prefer to stay 
| away from it.
| However, that's just my word ;)

Well, if you don't like
 println 'hi'
you can always write
 System.out.println("Hi");
i.e. you can simply write Java syntax including
static types, annotations, and generics if you like.

BTW: we came to LOVE Groovy when developing WebTest, 
doing local adaptions at client sites, and supporting
and troubleshooting client installations. 
It is incredibly versatile while staying in the Java world.

cheers
Dierk

Reply via email to