Linked by Thom Holwerda on Wed 3rd Jan 2007 22:15 UTC, submitted by Tom Nichols
Java Groovy 1.0 has been released and is available for download from the project homepage. "Groovy is a dynamic language for the JVM that integrates seamlessly with the Java platform. It offers a Java-like syntax, with language features inspired by Smalltalk, Python or Ruby, and lets your reuse all your Java libraries and protect the investment you made in Java skills, tools or application servers. Groovy can be used for various purposes, from ad-hoc shell scripting leveraging Java APIs, to full-blown web applications built on Spring and Hibernate through the Grails web framework. It can also be integrated very easily in your applications to externalize business logic, create Domain-Specific Languages, or to provide templating capabilities, and much more."
Thread beginning with comment 198468
To read all comments associated with this story, please click here.
About Grails and Groovy
by sigzero on Thu 4th Jan 2007 15:03 UTC
sigzero
Member since:
2006-01-03

I tried (on XP) but the release and development version and walking through the quick tutorial quickly caused it to bomb. Needs work, though I will use it when it becomes more stable.

While I hate the name "Groovy", I think this is one of the best languages for the JVM to date. I am not a Ruby fan so JRuby is out. I am a Python fan but Jython is so far behind regular CPython why bother.

There are other "native" JVM languages as well. Beanshell is one and Pnuts is another. Pnuts really should get more headline coverage but Groovy gets that.

Grails versus Rails
by g2devi on Thu 4th Jan 2007 17:31 in reply to "About Grails and Groovy"
g2devi Member since:
2005-07-09

From reading the docs, one thing that Grails has that Rails doesn't (from what I've read, due to philosophical reasons) is the ability to switch to Hibernate or other Database Object mappers. In my book, this is an important feature since it allows you to evolve your design without having to do a large rewrite.

Here's a question for the Grails experts. From what I've read (6 months ago), the Rails group absolutely refuses to support compound primary keys (they believe that any database design that uses them should be rewritten). Does Grails support (or have plans to support) compound primary keys (without using Hibernate)?

Reply Parent Bookmark Score: 3