<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I generally agree, but still it might be very useful sometimes ;-)<br>
    <br>
    Am 05.06.13 13:54, schrieb basZero:
    <blockquote
cite="mid:CAOXzDSFmjJ2vrWbsZOGM3ehth3LipMfT_o20f7viuYNHX-A2SQ@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
              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 moz-do-not-send="true" 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
                  moz-do-not-send="true"
                  href="mailto:Yanel-development@wyona.com"
                  target="_blank">Yanel-development@wyona.com</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development"
                  target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
              </font></span></blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>