<div dir="ltr">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.<div><br></div>
<div style>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 ;-)</div>
<div style><br></div><div style>Cheers</div><div style>Balz</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 5, 2013 at 1:40 PM, Michael Wechner <span dir="ltr"><<a href="mailto:michael.wechner@wyona.com" target="_blank">michael.wechner@wyona.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I recently read about<br>
<br>
<a href="http://www.jooq.org/" target="_blank">http://www.jooq.org/</a><br>
<br>
which sounds very interesting and might be useful for accessing SQL based repositories from within Yanel or Yarep.<br>
<br>
HTH<span class="HOEnZb"><font color="#888888"><br>
<br>
Michael<br>
-- <br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com" target="_blank">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-<u></u>bin/mailman/listinfo/yanel-<u></u>development</a><br>
</font></span></blockquote></div><br></div>