| Scout And Hibernate [message #875671] |
Wed, 23 May 2012 02:51  |
Panos Bariamis Messages: 2 Registered: May 2012 |
Junior Member |
|
|
Hi forum!
I would like to ask if it is a good idea to use hibernate with scout or use the SQL helper class provided by scout?
Has anyone use hibernate with scout before?
Is there a tutorial/example how it could be used?
Thanks,
Panos
|
|
|
| Re: Scout And Hibernate [message #875676 is a reply to message #875671] |
Wed, 23 May 2012 03:03   |
Ivan Motsch Messages: 83 Registered: March 2010 |
Member |
|
|
Using hibernate (or also eclipse link) is a good idea.
Scout itself is not bound to a certain persistence technology.
Scout offers convenience for those not choosing hibernate to being able to use database in an easy way. Therefore the scout sql service is considered as a convenience feature and not a mandatory feature.
Maybe one architectural hint: Use hibernate / jpa on the scout server side of your application, including services, lookup services etc.
But use the scout formdata form bean objects to communicate with the ui forms. That way you have a good separation between client/ui side and server side (ui layer vs. service layer).
[Updated on: Wed, 23 May 2012 03:04] Report message to a moderator
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04790 seconds