TO THE NEW Blog PAGES

Grails

Grails: reverse url mapping to generate urls ending with “.html”

In this blog Reverse Url Mappings has been used to generate the URL ending with .html, given controller and action names.

Amit Jain
Amit Jain
Read

Technology

Fetching the last day of the month

Note: Months are from 0 to 11. Hence the 7th month is “August” Calendar calendar = GregorianCalendar.instance calendar.set(2009, 7, 21) println “Last Day of a Month: ${calendar.getActualMaximum(GregorianCalendar.DAY_OF_MONTH)}” Cheers!!! ~Chandan Luthra~ chandan@intelligrape.com www.intelligrape.com

Grails

Grails: caching using cron jobs

Grails : Caching using cron jobs i.e using quartz plugin. As with grails 1.1.1 plugin springcache plugin didn’t work.

Amit Jain
Amit Jain
Read

Technology

Alfresco : Render html code written in tinymce

Write and render your html code written in tinymce. It allows user to used any html tags like we can copy embed tag from youtube and paste in our tinymce. and that video can be visible on our webpage along with the text entered in tinymce.

Amit Jain
Amit Jain
Read

Grails

WordPress plugin : workaround to get excerpt of recent posts & only published messages

While integrating the blogs using wordpress plugin in one of the project I am working on. I observed that using current version(0.1) of wordpress plugin, when we request for recent posts, it returns not only published blogs but also blogs with status as draft(which are not yet published). Along with that, we needed to show […]

Amit Jain
Amit Jain
Read
Services