Hi Emrul, Could you share you GORM plugin for Grails? I would like to contribute.
And, by the way ANTLR is more applicable for parsing: it is used by most of dev tools, even there was attempt to rewrite javac with ANTLR http://openjdk.java.net/projects/compiler-grammar/ On Friday, August 8, 2014 2:34:29 AM UTC+3, Emrul Islam wrote: > > Hi Fidel, > > I had done some work to write a GORM plugin for OrientDB that would allow > Grails to directly persist domain objects into OrientDB. However, I had to > pause the effort while I waited for a better query API (instead of > constructing an SQL string I wanted to programmatically express a query). > I shifted my attention to the ANTLR Parser effort but ran out of time. > > So I have two choices: either finish the ANTLR parser for OrientDB and > then finish the Grails plugin or work on constructing an SQL string for > queries. I haven't really thought about it in the past few months because > I was working on other things. > > You can still directly call OrientDB just as you can any Java library from > Grails, I tested this approach and it worked fine but it means managing > your own serialization between OrientDB records and grails domain classes. > > Good luck in your efforts! > > On Monday, August 4, 2014 5:22:40 PM UTC+1, 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.
