Upcoming Grails Presentation at Charlotte JUG
Posted by Jason Rudolph on February 14th, 2007
If you'll be in or around Charlotte, NC on February 21st and you're interested in Grails (or perhaps you're not yet interested, but you're looking for ways to speed up your web development efforts), make plans to drop by the Charlotte Java User Group where I'll be presenting an introduction to Grails. At 6:30 PM, the meeting will kick off with a round of lightning talks, which is a great way to hear about new and interesting things that folks are doing with Java (and Java-related technologies). Then, we'll get into Grails, and be sure to leave some time for Q & A as well.
Once again, I'll have free Groovy and Grails books to give away. I'll be handing out several copies of both The Definitive Guide to Grails (by Graeme Rocher) and Groovy in Action (by Dierk Koening, et al). If you're in the area, reserve your spot, and come check out one of the the Java platform's most exciting up-and-coming technologies.



February 22nd, 2007 at 11:24 am
Thanks again for giving your presentation at the Charlotte JUG. It was well worth the drive.
February 22nd, 2007 at 11:45 am
Also, I was searching to see if GORM could be used for desktop applications as well, since I have a rather large application that shares a model between web and desktop applications. I came across this blog post and wondered if you had any responses to it? Have any of the issues that he mentions been resolved?
February 25th, 2007 at 8:47 pm
Hi Jeremie, Seven hours in the car to see a presentation on Grails - that’s enthusiasm, Man! Awesome! Thanks for making the trip.
You asked about the use of GORM for desktop apps: There’s been a lot of interest in using GORM outside of Grails (and rightfully so). Most recently, Graeme offered some guidance for doing so on the mailing list. There’s also been talk of including GORM in Groovy itself, though I can’t seem to track down anything discussing that prospect at the moment.
–
You asked for my response to Brian Pontarelli’s thoughts on Grails and whether any of his concerns have been addressed. Here goes…
The command line utility now uses Gant and does indeed allow users to pass parameters.
Fair enough. We should fix this one. I do however wish Brian would have opted to log a JIRA issue to reflect this suggestion.
This is certainly a legitimate gripe, and we very much want to provide a productive and pleasant developer experience. Grails 0.4.2 addresses most (if not all) of the issues that previously required a server restart. Any such remaining issues should be addressed in the near future.
The Grails dev team has discussed this issue, and we agree that this issue is both annoying and should change. I’ll have to check to see where that issue resides on the list of priorities.
This issue was addressed as part of Grails 0.4.
The first part of the comment above is somewhat vague, so I’m not sure what the exact issues are that Brian experienced; however, I do indeed recall issues with the unique constraint. Those issues were addressed in Grails 0.4.1.
–
I hope this helps. Thanks again for making the trip.
Cheers, Jason