You cannot post messages because only members can post, and you are not currently a member.
Description:
The Vancouver Groovy & Grails User Group offers a forum for developers in and around Vancouver to discuss, share and extend their knowledge on all things Groovy & Grails and organizes meetings on a variety of Groovy & Grails topics.
|
|
|
Reminder: Vancouver Eclipse Demo Camp 2009
|
| |
Greetings,
Just a friendly reminder that the Eclipse Demo Camp is fast
approaching! The speaking slots are full but there are a few attendee
seats remaining so sign up on the wiki or send me an email if you
would like to attend. Its shaping up to be yet another fun filled Demo
Camp with presentations followed by appies and drinks at the Lennox... more »
|
|
Eclipse Demo Camp 2009
|
| |
Greetings GroovyVan members,
The Vancouver Eclipse DemoCamp sponsored by the Eclipse foundation
([link]) is on once again! This November 25th come out and
showcase your Eclipse based products/tools/research to a crowd of
local enthusiasts in a casual environment. If you are interested in... more »
|
|
avoid printing thrown exception on a page
|
| |
hi i have a method in domain which validate an input text void setApplicationRegNo(String idNumber) { def paddedId = "00000" try { paddedId = String.format('%05d',Integer.p arseInt(idNumber)) } catch(NumberFormatException ex) { throw new Exception("Please enter a correct Application Reg No")... more »
|
|
how to apply changes on domain class to table
|
| |
hi i use netbeans to work with grails. i insert class Book { String name int isbn ...to domain class and run the app.afterthat i insert another attribute to the domain class and run the app. class Book { String name int isbn String author ...but i couldn't see the author column on my table,that means... more »
|
|
cant create domain class
|
| |
hi
plz help me to solve this problem,when i try
to execute
grails create-domain Student
i got the following error
Running pre-compiled script
Script not found CreateDomain
please give me a solution to this error
|
|
Fwd: First public (pre-M1) release of Groovy-Eclipse plugin V2
|
| |
FYI- just sent this to the groovy user group and thought this would be
of interest here.
---------- Forwarded message ----------
...To: u...@groovy.codehaus.org, eclipse-plugin-...@groovy.code haus.org
For the past couple of months, we have been working hard on creating a
2.0 version of the groovy eclipse plugin. Although, we are still far... more »
|
|
Groovy meetup---July 23
|
| |
Hi all,
We are organizing a Groovy meetup on July 23. It's going to be an
informal way to learn about what's going on in Vancouver's Groovy
world.
I'll be talking about the new Groovy Eclipse plugin and compiler
support that we are working on at SpringSource. And there will be
people from Boats.com who will talk about how their use of Groovy and... more »
|
|
|