|
Hello.
On a recent project I've been working in my company we decided to use mybatis with grails due to some restrictions which stopped us from using hibernate (gorm). In the process we have rewritten a lot of original plugin adding full support for grails 2.0 and removing all legacy references and some of our own features (multiple datesources, optimistic locking, multivendor database support). There is work on auditing capabilities for this plugin also. I have tried to contact author of the original Grails-iBatis plugin if he would like us to cooperate on his plugin with interest of getting some (if not all of those features) in new version of his plugin (original plugin: http://grails.org/plugin/ibatis ) but I've got no response from him for a while. Here is the link for plugin source: https://github.com/fzilic/Grails-MyBatis There is still some work to be done on the plugin - mostly documentation - I admit, but I would write it to fulfil requirements for publishing this plugin if I get the permission to publish it. ----------------------------------------------------- Franjo Žilić CROZ d.o.o. , Lastovska 23, Zagreb GSM: +385919073168 VPN: 2168 |
|
+1
Please, can somebody approve Franjo's request. Tnx |
|
Administrator
|
In reply to this post by Franjo Zilic
what is your grails.org username?
Cheers On Mon, Jul 2, 2012 at 6:21 PM, Franjo Zilic <[hidden email]> wrote: > Hello. > > On a recent project I've been working in my company we decided to use > mybatis with grails due to some restrictions which stopped us from using > hibernate (gorm). In the process we have rewritten a lot of original plugin > adding full support for grails 2.0 and removing all legacy references and > some of our own features (multiple datesources, optimistic locking, > multivendor database support). > > There is work on auditing capabilities for this plugin also. > > I have tried to contact author of the original Grails-iBatis plugin if he > would like us to cooperate on his plugin with interest of getting some (if > not all of those features) in new version of his plugin (original plugin: > http://grails.org/plugin/ibatis ) but I've got no response from him for a > while. > > Here is the link for plugin source: https://github.com/fzilic/Grails-MyBatis > > There is still some work to be done on the plugin - mostly documentation - I > admit, but I would write it to fulfil requirements for publishing this > plugin if I get the permission to publish it. > > ----------------------------------------------------- > Franjo Žilić > CROZ d.o.o. , Lastovska 23, Zagreb > GSM: +385919073168 > VPN: 2168 -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
grails.org username: fzilic
----------------------------------------------------- Franjo Žilić CROZ d.o.o. , Lastovska 23, Zagreb GSM: +385919073168 VPN: 2168 From: Graeme Rocher <[hidden email]> To: [hidden email], Date: 06/07/2012 12:12 Subject: Re: [grails-dev] MyBatis plugin for Grails 2.0 Sent by: [hidden email] what is your grails.org username? Cheers On Mon, Jul 2, 2012 at 6:21 PM, Franjo Zilic <[hidden email]> wrote: > Hello. > > On a recent project I've been working in my company we decided to use > mybatis with grails due to some restrictions which stopped us from using > hibernate (gorm). In the process we have rewritten a lot of original plugin > adding full support for grails 2.0 and removing all legacy references and > some of our own features (multiple datesources, optimistic locking, > multivendor database support). > > There is work on auditing capabilities for this plugin also. > > I have tried to contact author of the original Grails-iBatis plugin if he > would like us to cooperate on his plugin with interest of getting some (if > not all of those features) in new version of his plugin (original plugin: > http://grails.org/plugin/ibatis ) but I've got no response from him for a > while. > > Here is the link for plugin source: https://github.com/fzilic/Grails-MyBatis > > There is still some work to be done on the plugin - mostly documentation - I > admit, but I would write it to fulfil requirements for publishing this > plugin if I get the permission to publish it. > > ----------------------------------------------------- > Franjo Žilić > CROZ d.o.o. , Lastovska 23, Zagreb > GSM: +385919073168 > VPN: 2168 -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Administrator
|
Approved. Please populate the commented out properties of the plugin
descriptor before publishing: https://github.com/fzilic/Grails-MyBatis/blob/master/MybatisGrailsPlugin.groovy Cheers On Fri, Jul 6, 2012 at 12:16 PM, Franjo Zilic <[hidden email]> wrote: > grails.org username: fzilic > > ----------------------------------------------------- > Franjo Žilić > CROZ d.o.o. , Lastovska 23, Zagreb > GSM: +385919073168 > VPN: 2168 > > > > From: Graeme Rocher <[hidden email]> > To: [hidden email], > Date: 06/07/2012 12:12 > Subject: Re: [grails-dev] MyBatis plugin for Grails 2.0 > Sent by: [hidden email] > ________________________________ > > > > what is your grails.org username? > > Cheers > > On Mon, Jul 2, 2012 at 6:21 PM, Franjo Zilic <[hidden email]> wrote: >> Hello. >> >> On a recent project I've been working in my company we decided to use >> mybatis with grails due to some restrictions which stopped us from using >> hibernate (gorm). In the process we have rewritten a lot of original >> plugin >> adding full support for grails 2.0 and removing all legacy references and >> some of our own features (multiple datesources, optimistic locking, >> multivendor database support). >> >> There is work on auditing capabilities for this plugin also. >> >> I have tried to contact author of the original Grails-iBatis plugin if he >> would like us to cooperate on his plugin with interest of getting some (if >> not all of those features) in new version of his plugin (original plugin: >> http://grails.org/plugin/ibatis ) but I've got no response from him for a >> while. >> >> Here is the link for plugin source: >> https://github.com/fzilic/Grails-MyBatis >> >> There is still some work to be done on the plugin - mostly documentation - >> I >> admit, but I would write it to fulfil requirements for publishing this >> plugin if I get the permission to publish it. >> >> ----------------------------------------------------- >> Franjo Žilić >> CROZ d.o.o. , Lastovska 23, Zagreb >> GSM: +385919073168 >> VPN: 2168 > > > > -- > Graeme Rocher > Grails Project Lead > SpringSource - A Division of VMware > http://www.springsource.com > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > > http://xircles.codehaus.org/manage_email > > > -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Added scm and issue management properties...
----------------------------------------------------- Franjo Žilić CROZ d.o.o. , Lastovska 23, Zagreb GSM: +385919073168 VPN: 2168 From: Graeme Rocher <[hidden email]> To: [hidden email], Date: 06/07/2012 12:24 Subject: Re: [grails-dev] MyBatis plugin for Grails 2.0 Sent by: [hidden email] Approved. Please populate the commented out properties of the plugin descriptor before publishing: https://github.com/fzilic/Grails-MyBatis/blob/master/MybatisGrailsPlugin.groovy Cheers On Fri, Jul 6, 2012 at 12:16 PM, Franjo Zilic <[hidden email]> wrote: > grails.org username: fzilic > > ----------------------------------------------------- > Franjo Žilić > CROZ d.o.o. , Lastovska 23, Zagreb > GSM: +385919073168 > VPN: 2168 > > > > From: Graeme Rocher <[hidden email]> > To: [hidden email], > Date: 06/07/2012 12:12 > Subject: Re: [grails-dev] MyBatis plugin for Grails 2.0 > Sent by: [hidden email] > ________________________________ > > > > what is your grails.org username? > > Cheers > > On Mon, Jul 2, 2012 at 6:21 PM, Franjo Zilic <[hidden email]> wrote: >> Hello. >> >> On a recent project I've been working in my company we decided to use >> mybatis with grails due to some restrictions which stopped us from using >> hibernate (gorm). In the process we have rewritten a lot of original >> plugin >> adding full support for grails 2.0 and removing all legacy references and >> some of our own features (multiple datesources, optimistic locking, >> multivendor database support). >> >> There is work on auditing capabilities for this plugin also. >> >> I have tried to contact author of the original Grails-iBatis plugin if he >> would like us to cooperate on his plugin with interest of getting some (if >> not all of those features) in new version of his plugin (original plugin: >> http://grails.org/plugin/ibatis ) but I've got no response from him for a >> while. >> >> Here is the link for plugin source: >> https://github.com/fzilic/Grails-MyBatis >> >> There is still some work to be done on the plugin - mostly documentation - >> I >> admit, but I would write it to fulfil requirements for publishing this >> plugin if I get the permission to publish it. >> >> ----------------------------------------------------- >> Franjo Žilić >> CROZ d.o.o. , Lastovska 23, Zagreb >> GSM: +385919073168 >> VPN: 2168 > > > > -- > Graeme Rocher > Grails Project Lead > SpringSource - A Division of VMware > http://www.springsource.com > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > > http://xircles.codehaus.org/manage_email > > > -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Powered by Nabble | Edit this page |
