Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SQLDataSource recommendation in the FAQs

    I read in the FAQs:

    If you are trying to connect to a SQL database and you have no pre-existing, large amount of
    code designed around Hibernate, we recommend the SQLDataSource connector.

    Why? Are there any special reasons to recommend using a SQLDataSource instead of a HibernateDataSource?

    Thanks!

    #2
    First take a look at the QuickStart Guide, focusing on the sections on SQL Templating, as well as the linked examples, to see the power and simplicity available with the SQLDataSource. The more advanced examples would take a great deal more code and configuration if attempted with Hibernate.

    Then, read this discussion of more detailed advantages.

    Comment

    Working...
    X