[Yanel-dev] jooq might be of interest...

basZero baszero at gmail.com
Wed Jun 5 13:54:51 CEST 2013


JOOQ might be interesting if you have to quickly integrate a given
database, e.g. you can't decide on the datastructure, as it is already
there and you need to display some data out of the DB.

If you start from scratch, I would never hardcode the database structure in
Java (e.g. via JOOQ), I would rather model my data objects in Java first
and then let the object/relational mapper do the persistence towards the
database (e.g. via JPA and Hibernate). You just code against you Data
Models, nothing else. That's Java ;-)

Cheers
Balz


On Wed, Jun 5, 2013 at 1:40 PM, Michael Wechner
<michael.wechner at wyona.com>wrote:

> Hi
>
> I recently read about
>
> http://www.jooq.org/
>
> which sounds very interesting and might be useful for accessing SQL based
> repositories from within Yanel or Yarep.
>
> HTH
>
> Michael
> --
> Yanel-development mailing list Yanel-development at wyona.com
> http://lists.wyona.org/cgi-**bin/mailman/listinfo/yanel-**development<http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wyona.org/pipermail/yanel-development/attachments/20130605/32cca915/attachment-0001.html>


More information about the Yanel-development mailing list