Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Grails

Grails

This is the room to share all things related to Groovy/Java Web framework called Grails
Twitter
Dmitriy Kopylenko
Grails and legacy code: making old code groovy again! - http://www.itexto.net/devkico...
"Code reuse with Grails is amazingly easy. When working with this framework, it’s really cool to see the huge improvement in productivity that we can achieve. But if you have a large legacy code behind you, this productivity will simply disappear. And this is where Grails really shines and become a real choice for a Java developer." - Dmitriy Kopylenko from Bookmarklet
Grails
Now that Facebook introduced human-readable profile names, you could add it to your Grails Crowd profiles. Go ahead, update 'em!
New Tech Books
A new Grails book from Manning Publications - Grails in Action http://www.amazon.com/dp...
Grails in Action is a comprehensive look at Grails for Java developers. It covers the nuts and bolts of the core Grails components and is jam-packed with tutorials, techniques, and insights from the trenches. The book starts with an overview of Grails and how it can help you get your web dev mojo back. Then it walks readers through a Twitter-style social networking app-built in Grails, of course-where they implement high-interest features like mashups, AJAX/JSON, animation effects, full text search, rounded corners, and lots of visual goodness. The book also covers using Grails with existing Java technology, like Spring, Hibernate, and EJBs. - New Tech Books
Grails
Finally upgraded to Grails 1.1.1
Grails
Grails
Trying to upgrade to 1.1.1: Error generating web.xml file: [fail] Dispatchers exist for grailsWebRequest FAIL!
Grails
If anyone is interested in further Grails Crowd development and improvement, the GitHub 'issues' is the place: http://github.com/dima767...
Henrique Lobo Weissmann
Why Grails really matters for a Java developer (and actually rescues JEE from boredom) - http://www.itexto.net/devkico...
Dmitriy Kopylenko
Grails 1.1 and Groovy 1.6 Java JVM memory settings and tuning - http://www.groovygrails.de/blog...
Grails
@RobertFischer Not much. Busy at work. Haven't touched GC in a long time. It's time to upgrade to Grails 1.1
Grails
Ran into problem upgrading to Grails 1.1 'grails install-plugin' does not find the required plugins in the repo anymore
Grails
Upgrading to Grails 1.1
Dmitriy Kopylenko
Top 10 Tips for Grails Developer: Redux (extra bonus tips) - http://blog.peterdelahunty.com/2009...
"Ok so in my last post about Grails Top 10 Tips i realised I did not really give that many actual grails specific tips :) So i had long think about the way I use grails and I think I have some more tips. These tips are for when you are doing serious development and not just some throwaway prototype." - Dmitriy Kopylenko from Bookmarklet
Dmitriy Kopylenko
"Things aren't always groovy in the Grails world. Grails makes an effort to support many disparate application servers. Sometimes this all encompassing approach can lead to problems. This is a "Grails gotcha" I recently ran into." - Dmitriy Kopylenko from Bookmarklet
farzaam
Grails 1.1 RC1 Released! - http://www.grails.org/1...
Hot on the heels of Groovy 1.6, we are pleased the announce the release of Grails 1.1 RC1. See the full release notes for more information. - farzaam
Dmitriy Kopylenko
Article: MorphDeploy plugin and Mail plugin integration - GR8 Conference - Groovy, Grails, Griffon and other Great Technologies - Copenhagen, Denmark - May 2009 - http://gr8dev.morphexchange.com/blog...
"In a previous post, we listed the plugins we've used or planned to use for the development of the conference website. We mentioned the MorphDeploy plugin that we use for deploying a Grails war to Morph AppSpace, and also the Mail plugin for sending emails (for instance, for payment confirmations). However, we needed to make both integrate well together, and some amendments to both plugins were needed to succeed." - Dmitriy Kopylenko from Bookmarklet
Dmitriy Kopylenko
"Before a developer throws themselves deeply into learning the ins and outs of Grails development, one has to assess its future. Just how bright is it?" - Dmitriy Kopylenko from Bookmarklet
John Flinchbaugh
Grails - 1.1-beta3 Release Notes - http://www.grails.org/1...
This looks compelling. - John Flinchbaugh from Bookmarklet
If I keep looking at this stuff, and get my own apps ported to Grails, I'll never need to actually get around to looking at JBoss 5. - John Flinchbaugh
Grails
Request for suggestions: what kind of features members of GrailsCrowd would like to be added?
Robert Fischer
Anyone out there need a Java/Groovy/Grails expert? I've just come available somewhat unceremoniously.
Dmitriy Kopylenko
Functional testing in Grails just got a bit sexier - http://www.anyware.co.uk/2005...
"Ok so here’s the 1.0 release in the spirit of “don’t worry be crappy” (can’t use that phrase enough these days) of a new functional testing plugin for Grails." - Dmitriy Kopylenko from Bookmarklet
John Flinchbaugh
Trying to figure out how to contact Glen Smith of Grails Podcast. I'd like to join his Gravl weblog software project, because I'll be doing some coding around it, and I'll probably have enhancements to contribute back.
Eyes wide open now, I see his email address on his blog. - John Flinchbaugh
John Flinchbaugh
“Grails taglibs are quite easy. Just create a class in the taglibs directory, and it's all wired up.” - http://friendfeed.com/e...
Dmitriy Kopylenko
"Grails uses convention to serve up .gsp views using the name of an action in a controller. For example, if you have a list action in a BookController Grails will try to load grails-app/views/book/list.gsp when this action is called. But what if you want to use a .gsp but do not need or want a controller? How can you call that page in Grails? Like most things in Grails, there is more than one way to do this and they are all easy." - Dmitriy Kopylenko from Bookmarklet
John Flinchbaugh
Reading Grails data binding documentation. Who would have thought that actually reading the docs would help illuminate what's really happening in the scaffolding?
Dmitriy Kopylenko
"I've been plugging away for a few days on adding caching to Grails services. At first I tried to go down the road of decorating the services' metaClasses but since Grails uses an AOP proxy to add transactional behaviour to services this wouldn't work - the metaClass I got from the injected service object was not the same one my plugin had added stuff to. Also annotations on the service class were unavailable from the proxy." - Dmitriy Kopylenko from Bookmarklet
Dmitriy Kopylenko
Getting Grails New Uber Generate-All to Proceed without Prompting - http://naleid.com/blog...
"In my current project, I’ve been doing a lot of tweaking of the default grails scaffolding templates. Because of this, I need to run the new uber generate-all command quite a bit to recreate things." - Dmitriy Kopylenko from Bookmarklet
Dmitriy Kopylenko
Grails Object Relational Mapping with Scout - http://blogs.atlassian.com/develop...
"As part of Atlassian's Internal Systems team, I've been working on a new internal application called Scout. It's a Grails app which aggregates data from a whole swag of different systems, which provided us with a few GORM-y challenges. GORM is one of my favourite bits about Grails - it's how Grails does object relational mapping, and it's awesome. Grails domain classes are much terser than Java POJOs, and they make CRUD a breeze (especially the R, which I find to be a bit of a pain)." - Dmitriy Kopylenko from Bookmarklet
Dmitriy Kopylenko
"Back in the day when clients would ask me if they should buy a home PC or build a home PC in order to save money, I knew what to do. I would ask them if they wanted a tool or a hobby. That made the answer easy; the ones that wanted a tool should buy, the ones that thought of it as a hobby would enjoy building a PC." - Dmitriy Kopylenko from Bookmarklet
Dmitriy Kopylenko
"I debated on whether or not to blog about my very positive experience with the Hudson CI server. I think the buzz pretty much speaks for itself, so I'll stick to how I implemented build number tagging with my Grails build." - Dmitriy Kopylenko from Bookmarklet
Other ways to read this feed:Feed readerFacebook