Popular Posts

Recent Comments

  • Popular Tags

  • How to save generated xml in string before render it in Grails?

    November 7th, 2008 | No Comments | Written by admin
    Grails provides render converter plugin for xml so if we want generate xml and render it to response writer, we can do like this: render(contentType:"text/xml") { books { book(title:b.title,author:b.author) ...


    How to change grails default context

    November 7th, 2008 | No Comments | Written by admin
    There is a simple way to change grails context name to other than default from our path name. Usually if we create grails create-app "appname" then we will have "appname" context as default. But Grails provide a simple way to do it.

    Posted in Tips & Tricks


    A lot of Grails sample applications and Grails open source projects

    September 12th, 2008 | 5 Comments | Written by isak.rickyanto
    Are you looking for Grails sample applications? example projects for learning? Actually a lot of open source web applications built with Grails that you can download the source code are there. I have collected a lot of links for download Grails sample applications so you can learn from source code.


    Grails cheatsheet / quicksheet draft is here

    September 5th, 2008 | 3 Comments | Written by isak.rickyanto
    As learning effort and trying to start contributing for Grails community, I have wrote Grails cheatsheet orĀ  quicksheet for your learning and reference resource.



    Links to help you answer why choose Grails as your web framework

    July 28th, 2008 | 1 Comment | Written by isak.rickyanto
    I collect a lot of links resources to help in considering Grails as web framework.


    How to install plugin faster without get list of available plugins first

    July 25th, 2008 | 2 Comments | Written by isak.rickyanto
    Sometime, i am not patient waiting for grails command get list of plugin first when i just want to install specific plugin. So i am looking for the way to install directly the plugin I want. First, browse your plugin first from http://svn.codehaus.org/grails-plugins/ Then select your plugin folder For example, I want to install ...



    How to get the application context in a Grails service?

    July 15th, 2008 | No Comments | Written by isak.rickyanto
    Question: I'm wondering how can I get the java web application context within a Grails Service? Example if i want to read file inside the application's directories from the Service.


    Tips for fixing problem when upgrading JSecurity plugin from 0.2 to 0.2.1

    July 15th, 2008 | No Comments | Written by isak.rickyanto
    A few changes in JSecurity caused problem when upgrading JSecurity Plugin from 0.2-SNAPSHOT to 0.2.1. I just upgraded my Grails from 1.0.1 to 1.0.3 and I also upgraded my JSecurity Plugin from 0.2-SNAPSHOT to 0.2.1 and I found problem in checking authenticated user code in my controller and also in my gsp, ...



    Your search for Grails blog is over ;)

    July 12th, 2008 | No Comments | Written by isak.rickyanto
    Hello everyone, I created this site for sharing my learning effort and experiences in Grails.My name is Isak Rickyanto and this is my first post here. At first, i want to tell story about my perspective about Grails. I like Grails and will use it for my web project, also i am hoping ...



    Welcome

    Welcome to my Grails Developer blog, I hope you can find useful contents here for your Grails learning and development purpose. God bless you.