Grails

View: [ 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  

Articles:
  • Mastering Grails: Mock testing with Grails by Scott Davis   - [Clicks: 14]
    In this Mastering Grails installment, Scott Davis shows you how to take advantage of the built-in mocking capabilities of the GrailsUnitTestCase and ControllerUnitTestCase classes included with Grails.
    [Includes source code]
    http://www.ibm.com/developerworks/java/library/j-grails10209/index.html - Oct, 2009
  • memcached and Grails, Part 2: Integrating memcached into Grails by James G. Goodwill   - [Clicks: 6]
    James Goodwill completes his two-part introduction to integrating memcached and Grails with a sample Grails application and a Java-based memcached client. Learn how to integrate Spymemcached into your Grails-built, contact-management application, then try caching individual request results with memcached. You'll also use the memcached client commands introduced in Part 1 to test the effectiveness of your new cache.
    http://www.ibm.com/developerworks/opensource/library/j-memcached2.html - Oct, 2009
  • Mastering Grails: Creating a custom plug-in by Scott Davis   - [Clicks: 10]
    In this Mastering Grails installment, Scott Davis shows you how to create your own Grails plug-in. Once you see how effortless it is to create a plug-in, you'll understand why more than 250 Grails plug-ins are available now, with new ones being added all the time.
    [Includes source code]
    http://www.ibm.com/developerworks/java/library/j-grails09159/index.html - Sep, 2009
  • memcached and Grails, Part 1: Installing and using memcached by James G. Goodwill   - [Clicks: 8]
    In this first half of a two-part article focusing on memcached and Grails, author James Goodwill introduces you to the open source caching solution memcached. Topics covered in this article include installation, configuration, memcached client commands, and evaluating the effectiveness of your cache. Unlike articles about using memcached with a language-specific client, this one focuses on direct interaction with the memcached server. The goal is to give you the tools you need to monitor your instance of memcached as well as to prepare you for the second half of the article, in which you will integrate memcached into a Grails application.
    http://www.ibm.com/developerworks/java/library/j-memcached1/index.html - Sep, 2009
  • Mastering Grails: Understanding plug-ins by Scott Davis   - [Clicks: 10]
    In this Mastering Grails installment, Scott Davis introduces you to the world of Grails plug-ins. Adding whole areas of new functionality to your applications couldn't be easier. You'll learn how plug-ins do their magic, and you'll use a plug-in to implement powerful search capabilities in the Blogito application.
    http://www.ibm.com/developerworks/java/library/j-grails07219/index.html - Jul, 2009
  • Grails and Continuous Integration: An Essential Combo by John Ferguson Smart   - [Clicks: 10]
    Grails is an excellent, highly productive development framework that positively encourages good development and testing practices. This article shows how to set up a Continuous Integration build job to compile and test your Grails application in Hudson, for automated continuous integration.
    http://today.java.net/pub/a/today/2009/06/23/Grails-and-Continuous-Integration.html - Jun, 2009
  • Mastering Grails: File uploads and Atom syndication by Scott Davis   - [Clicks: 8]
    In this Mastering Grails installment, Scott Davis shows you how to upload files to your Grails application and set up an Atom syndication feed. With these last pieces in place, Blogito becomes a full-fledged blog server.
    http://www.ibm.com/developerworks/java/library/j-grails06099/index.html - Jun, 2009
  • Mastering Grails: Authentication and authorization by Scott Davis   - [Clicks: 18]
    Grails provides all the basic building blocks you need to put together a secure Web application, ranging from a simple login infrastructure to role-based authorization, and in this installment of Mastering Grails, Scott Davis gives you a hands-on lesson in securing your Grails application. You'll also learn about some plug-ins that can help you extend your applications' security capabilities in new directions.
    http://www.ibm.com/developerworks/web/library/j-grails04289/index.html - Apr, 2009
  • Mastering Grails: Rewiring Grails with custom URIs and codecs by Scott Davis   - [Clicks: 14]
    In this installment of Mastering Grails, Scott Davis shows you how to customize the standard Uniform Resource Identifier (URI) that Grails generates for Web pages. Moving from primary keys to descriptive titles in URIs gives users a more memorable and more meaningful path to the resources that they seek.
    http://www.ibm.com/developerworks/java/library/j-grails03109/index.html - Mar, 2009
  • Rich Internet Applications with Grails, Part 2: Grails and the Google Web Toolkit by Michael Galpin   - [Clicks: 42]
    In this second part of a two-part series, add to the Grails-powered Web services you created in Part 1. You will create a new search page, but this time using the Google Web Toolkit (GWT) to create the application. You will also use some richer UI widgets from the Ext GWT library.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-riagrails2/index.html - Mar, 2009
  • Rich Internet Applications with Grails, Part 1: Build a Web application using Grails and Flex by Michael Galpin   - [Clicks: 23]
    Rich Internet Applications (RIAs) promise the dynamism and functionality of desktop applications through the browser. One of the key characteristics is moving your presentation layer to the client and backing it with a robust RESTful service layer on the server. This idea is being popularized with buzzwords like SOUI (Service Oriented User Interface) and SOFEA (Service Oriented Front End Architecture). In this article, the first of a two-part series, you will see how simple it is to create a Web service back end using Groovy's Grails Web application framework, and you will hook it up to an RIA developed with Adobe's Flex framework.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-riagrails1/index.html - Feb, 2009
  • Mastering Grails: Give your Grails applications a facelift by Scott Davis   - [Clicks: 26]
    In this installment of Mastering Grails, Scott Davis demonstrates how to make drastic changes to the look and feel of a Grails application using Cascading Style Sheets (CSS), templates, tag libraries (TagLibs), and more.
    http://www.ibm.com/developerworks/java/library/j-grails01209/index.html - Jan, 2009

[Top]

Books:
  • Grails: A Quick-Start Guide  by Dave Klein
    Java web development is notoriously tedious, but help is on the way: Grails. Using the principle of convention-over-configuration and the dynamic Groovy programming language, Grails takes the pain out of web development and brings back the fun. This book will get you up and running with Grails by putting it to use in constructing an original, working application from start to finish.
     - Nov, 2009

[Top]