2008年10月6日月曜日

[grails]create plugin for grails to execute native query

I upgraded the new version file, please refer to the http://taapps-javalibs.blogspot.com/2009/04/grailsupgraded-plugin-for-grails-to.html

I create grails plugin named native-query to execute native query statement like ORACLE's query hint, mysql match-against statement on the grails framework.
I wrote a blog entry "[Groovy>Grails] Customization, how to execute Native SQL statement on Grails environment" before. but this customization is not useful. I create a new plugin having the same functionality.
  1. download zip file named grails-native-query-0.1.zip via http://groups.google.com/group/taapps-sourcecode-libraries/web/grails-native-query-0.1.zip
  2. installing plugin into the grails application
    grails install-plugin grails-native-query-0.1.zip