BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Grails Content on InfoQ

  • IntelliJ IDEA 7 adds Groovy and Grails Support

    Dynamic language support is becoming an increasingly common part of Java IDEs. NetBeans 6 has Ruby integration, Eclipse has the DLTK and Aptana, and IntelliJ IDEA 7 offers support for Ruby as well as support for Groovy and Grails (it made its first appearance in milestone 2 and will coming out of beta shortly).

  • Raible Revisits Comparing Web Frameworks

    This past week Matt Raible gave a presentation at ApacheCon comparing Java Web Frameworks. This is a follow up to a presentation he gave a few years ago. It is interesting to note the changes in the frameworks being evaluated.

  • Grails 0.6 Adds Best of Breed Mix From Spring Web Flow and Rich Conversations a la JBoss

    Graeme Rocher announced Grails 0.6 which moves further away from "its Rails-like beginnings" but adds Spring WebFlow rich conversations.

  • JetBrains IntelliJ IDEA 7 M2 Adds Groovy/Grails Support, Dependency Analysis

    JetBrains has released the second milestone of IntelliJ IDEA 7. Among the features of M2 are enhanced Groovy/Grails support, dependency analysis tools, and better Spring/Hibernate integration.

  • Grails Misconceptions

    Marc Palmer, a Grails committer, posted about some of the common misconceptions that developers have about Grails, such as "Grails is not mature enough for me". Graeme Rocher followed up with his own list of misconceptions and questions, discussing where Grails fits in with JRuby on Rails and Ruby on Rails.

  • Grails Gathers Steam, Heads for 1.0

    The Grails framework promises Rails-like productivity while leveraging existing Java knowledge, libraries and tools. With Grails' new releases, increased attention and a drive to 1.0, InfoQ has taken the opportunity to speak with Graeme Rocher, the project lead.

  • Java Web Frameworks Increase Support for Auto-Reload

    Java web frameworks are increasingly adopting the ability to change portions of a web application and see the results immediately without restarting the server. This capability reduces the cost of the compile-build-test cycle, and helps to compete with the features of dynamic-language web frameworks such as Ruby on Rails or TurboGears.

  • Considering Grails vs Rails Benchmarks

    The Grails community recently posted some unscientific benchmark numbers comparing a simple crud app written in Grails and Rails.

  • JRuby on Grails?

    The head of the JRuby project ponders the possibility of replacing the Groovy parts of the Grails web framework with JRuby. The head of the Grails project responds.

  • Must Java Have an Answer to Rails?

    There are two trends playing themselves out in response to this question. First there is the concept of simply running the Ruby language and in turn Rails under the JVM. Bloggers have been discussing the other concept of creating comparable frameworks in Java that catch the secret combination.

  • InfoQ Book: Getting Started With Grails

    In this latest InfoQ book, Jason Rudolph introduces Grails, an open-source, web-app development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. Over the course of this book, the reader will explore Grails and experience it by building a Grails app.

  • A Discussion On Grails in the Enterprise

    Groovy/Grails has continued to gain momentum in recent months. Grails co-founder Steven Devijver recently took a look at the Java web framework space and the case for Grails in the Enterprise.

  • Groovy Marches Toward 1.0 with RC1 Release

    Groovy RC1 was released this week. This is a significant milestone in the project with a 1.0 version on the horizon before the end of the year. Among the additions in RC is a re-implemented and reworked Meta-Object Protocol which is the core of Groovy's runtime system.

  • JRuby: What happens next? Will it affect Groovy/Grails?

    Since Sun's announcement of their hiring of JRuby committers Charles Nutter and Thomas Enebo, both as well as Tim Bray of Sun have both provided follow up answers to questions about what will happen next. The blogsphere has also began discussing the announcement in respect to other projects such as Groovy/Grails.

  • InfoQ Article: Grails + EJB Domain Models Step-by-Step

    Grails could bring Ruby on Rails style productivity to the Java platform, built on the Groovy language and fully integrated with Java. In this tutorial, Jason Rudolph shows how to use Grails to quickly build a functional website around an existing EJB 3 entity bean domain model with very little code.

BT