Results 1 to 3 of 3

Thread: Easy integration of Groovy Spring Bean Builder

  1. #1
    Join Date
    May 2006
    Location
    Germany
    Posts
    49

    Default Easy integration of Groovy Spring Bean Builder

    Hello,

    I'm quite interested in using the groovy spring bean builder as an(other) alternative for configuring Springs bean factory. The bean builder is now independent from the grails project (see Usage of Spring Bean Builder without Grails), so it should be more or less easy to provide some kind of nice integration, probably something like Spring Java Configurations AnnotationApplicationContext and/or ConfigurationPostProcessor.

    Anyone else interested in this? Any suggestions for this integration?

    Regards
    Stefan

  2. #2
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    I was quite interested to read that Grails supports BeanBuilder without servlet / webflow dependencies (but actually found it not to be the case with the latest release which I believe is still 1.0-rc1). Anyway, it got me thinking about how this would look, so I ended up writing more material than would fit in a forum post. Have a look at this blog http://blog.interface21.com/main/200...-a-groovy-dsl/ and see if it helps.

  3. #3
    Join Date
    May 2006
    Location
    Germany
    Posts
    49

    Default

    Hi Dave,

    thanks for your reply and the blog post. As Graeme allready mentioned in his comment to your post, the "stand alone bean builder" is available in the current Grails 1.0-RC2 snapshot available here http://build.canoo.com/grails/artifa...2-SNAPSHOT.zip (You can't download the snapshot while the grails continuous integration build server builds the snapshot.)

    Regards
    Stefan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •