Guillaume Laforge | 9 Dec 16:25

[groovy-dev] What's new in Groovy 1.5?

Hi all,

After the announcement of the release of Groovy 1.5, as promised in
the release notes, here's a detailed article on what's new in Groovy
1.5.

Read it on InfoQ:
http://www.infoq.com/articles/groovy-1.5-new

--

-- 
Guillaume Laforge
Groovy Project Manager
G2One, Inc. Vice-President Technology
http://www.g2one.com

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Re: [groovy-user] What's new in Groovy 1.5?

Wow.  Very nice article Guillaume!

On Dec 9, 2007, at 9:26 AM, Guillaume Laforge wrote:

> Hi all,
>
> After the announcement of the release of Groovy 1.5, as promised in
> the release notes, here's a detailed article on what's new in Groovy
> 1.5.
>
> Read it on InfoQ:
> http://www.infoq.com/articles/groovy-1.5-new
>
> -- 
> Guillaume Laforge
> Groovy Project Manager
> G2One, Inc. Vice-President Technology
> http://www.g2one.com
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

(Continue reading)

Guillaume Laforge | 9 Dec 16:55

Re: [groovy-user] What's new in Groovy 1.5?

Thanks a lot :-)

On Dec 9, 2007 4:48 PM, Christopher Dempsey <cdallas@...> wrote:
> Wow.  Very nice article Guillaume!
>
>
> On Dec 9, 2007, at 9:26 AM, Guillaume Laforge wrote:
>
> > Hi all,
> >
> > After the announcement of the release of Groovy 1.5, as promised in
> > the release notes, here's a detailed article on what's new in Groovy
> > 1.5.
> >
> > Read it on InfoQ:
> > http://www.infoq.com/articles/groovy-1.5-new
> >
> > --
> > Guillaume Laforge
> > Groovy Project Manager
> > G2One, Inc. Vice-President Technology
> > http://www.g2one.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
>
>
(Continue reading)

j j | 9 Dec 18:17

Re: What's new in Groovy 1.5?

Congrats on the release GL, it's very exciting for sure. Relax and have a groovy Christmas holiday.

On Dec 9, 2007 10:26 AM, Guillaume Laforge <glaforge <at> gmail.com > wrote:
Hi all,

After the announcement of the release of Groovy 1.5, as promised in
the release notes, here's a detailed article on what's new in Groovy
1.5.

Read it on InfoQ:
http://www.infoq.com/articles/groovy-1.5-new

--
Guillaume Laforge
Groovy Project Manager
G2One, Inc. Vice-President Technology
http://www.g2one.com

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email


Brad Whitaker | 14 Dec 21:42

Re: What's new in Groovy 1.5?


Are there any plans to add support for enum in Grails domain classes now that
Groovy supports enum?

jmlmui wrote:
> 
> Congrats on the release GL, it's very exciting for sure. Relax and have a
> groovy Christmas holiday.
> 
> On Dec 9, 2007 10:26 AM, Guillaume Laforge <glaforge <at> gmail.com> wrote:
> 
>> Hi all,
>>
>> After the announcement of the release of Groovy 1.5, as promised in
>> the release notes, here's a detailed article on what's new in Groovy
>> 1.5.
>>
>> Read it on InfoQ:
>> http://www.infoq.com/articles/groovy-1.5-new
>>
> 

--

-- 
View this message in context: http://www.nabble.com/What%27s-new-in-Groovy-1.5--tp14239544p14339786.html
Sent from the grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Tim Pigden | 14 Dec 23:09

RE: What's new in Groovy 1.5?

If we did this I could get rid of about 8 database tables / domains
containing nothing but lists.

>>>>>>>

Are there any plans to add support for enum in Grails domain classes now
that
Groovy supports enum?

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Tim Pigden | 15 Dec 15:00

RE: What's new in Groovy 1.5?

I've put a Jira in as an enhancement request: GRAILS-2061

-----Original Message-----
From: Tim Pigden [mailto:tim.pigden <at> optrak.co.uk] 
Sent: 14 December 2007 22:13
To: user <at> grails.codehaus.org
Subject: RE: [grails-user] What's new in Groovy 1.5?

If we did this I could get rid of about 8 database tables / domains
containing nothing but lists.

>>>>>>>

Are there any plans to add support for enum in Grails domain classes now
that
Groovy supports enum?

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Brad Whitaker | 15 Dec 19:23

RE: What's new in Groovy 1.5?


Thanks for opening the issue. I've been faking it with lots of static final
Strings, and associated lists (of the strings) and maps  (with values equal
to a 'display string'). 

tim pigden wrote:
> 
> I've put a Jira in as an enhancement request: GRAILS-2061
> 
> -----Original Message-----
> From: Tim Pigden [mailto:tim.pigden <at> optrak.co.uk] 
> Sent: 14 December 2007 22:13
> To: user <at> grails.codehaus.org
> Subject: RE: [grails-user] What's new in Groovy 1.5?
> 
> If we did this I could get rid of about 8 database tables / domains
> containing nothing but lists.
> 
>>>>>>>>
> 
> Are there any plans to add support for enum in Grails domain classes now
> that Groovy supports enum?
> 
> 

--

-- 
View this message in context: http://www.nabble.com/What%27s-new-in-Groovy-1.5--tp14239544p14353391.html
Sent from the grails - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Robert Fletcher | 17 Dec 10:27

Re: What's new in Groovy 1.5?

Support for enums as map keys in associations would also be incredibly useful.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 17 Dec 10:30

Re: What's new in Groovy 1.5?

On Dec 17, 2007 10:27 AM, Robert Fletcher
<robert.w.fletcher <at> googlemail.com> wrote:
> Support for enums as map keys in associations would also be incredibly useful.

You can already do it:
[(Day.MONDAY):"Monday"]

By default, keys are just strings, but if you want an expression to be
a key, you have to surround it with parenthesis.

--

-- 
Guillaume Laforge
Groovy Project Manager
G2One, Inc. Vice-President Technology
http://www.g2one.com

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Robert Fletcher | 17 Dec 10:59

Re: What's new in Groovy 1.5?

Sorry, I meant specifically in GORM where I believe keys of persisted
maps have to be Strings.

On 17/12/2007, Guillaume Laforge <glaforge <at> gmail.com> wrote:
>
> You can already do it:
> [(Day.MONDAY):"Monday"]
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Jason Dillon | 11 Dec 22:24

Re: [groovy-user] What's new in Groovy 1.5?

FYI, looks like the link to the Groovy Shell docs is bad, missing an  
"l" on the end:

     http://groovy.codehaus.org/Groovy+Shel

--jason

On Dec 9, 2007, at 7:26 AM, Guillaume Laforge wrote:

> Hi all,
>
> After the announcement of the release of Groovy 1.5, as promised in
> the release notes, here's a detailed article on what's new in Groovy
> 1.5.
>
> Read it on InfoQ:
> http://www.infoq.com/articles/groovy-1.5-new
>
> -- 
> Guillaume Laforge
> Groovy Project Manager
> G2One, Inc. Vice-President Technology
> http://www.g2one.com
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


Gmane