Popular Posts

Recent Comments

  • Popular Tags

  • Archive for the ‘Questions & Answers’ Category:

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

    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) ...


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

    I collect a lot of links resources to help in considering Grails as web framework.


    How to get the application context in a Grails service?

    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.



    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.