Hi Fiedel, I'm using OrientDB together with Grails since roughly one year now and it works very well.
For my own purposes, I've written a small plugin that is NOT an implementation of GORM, but tries to mimic the convenience of it (i.e. save(), get(), etc. on domain objects). I realized that using Groovy's AST and Metaclass-Programming, but I use SQL-queries (what's wrong with that?) to obtain objects. Also, I'm not sure, if you want to get rid of the SQL-queries (strings), if you really need to use JavaCC or ANTLR, given all the possibilities you have with Groovy. I initially thought about writing a GORM implementation for OrientDB, but then I thought about my requirements and the things I really needed could be implemented very quickly without going the effort of a GORM implementation. I don't use the Web-Stuff of Grails either, but by app is based on Vaadin instead. That's probably, why I don't have to be GORM compatible. However, if someone volunteers for developing that, I'll be happy to use it in the future. Kind regards, Markus On Monday, 4 August 2014 18:22:40 UTC+2, Fidel Viegas wrote: > > Hello, everyone! > > I have been playing around with orientdb and i would like to put together > a small application using grails and was wondering if anyone has worked > with grails and orientdb that would like to share his experience. Is there > any driver for grails ou there? How could one integrate the java driver? > > I look forward to hearing from those that have some advice with regards to > this combo. > > Thanks in advance! > > Best Regards, > > Fidel H Viegas > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
