0

Is it possible to use ObjectDB with Grails? Or in other words, do I have to use Hibernate when i developing applications with grails?

ObjectDB
  • 1,312
  • 8
  • 9
bennyl
  • 2,886
  • 2
  • 29
  • 43

2 Answers2

2

Yes it is possible. I think if you do well formed configuration it works nice

Omar Faruq
  • 1,220
  • 2
  • 12
  • 29
0

yes it is possible.

simply add library to your grails project and use like in java but in my option hibernate in full stack for all simpl

xfermi
  • 106
  • 5
  • Hi, Thanks for the answer, but what I meant is that I still want to use the annotation less auto generated groovy models, but to do so using ObjectDB as the backend DB – bennyl Aug 06 '12 at 13:30