Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #959

Re: Doing JDBC code in a less unwieldy way?

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.glorb.com!news.netfront.net!not-for-mail
From Ricardo Palomares Martínez <rpm.PUBLI@iespana.es>
Newsgroups comp.lang.java.help
Subject Re: Doing JDBC code in a less unwieldy way?
Date Sat, 20 Aug 2011 13:07:20 +0200
Organization Netfront http://www.netfront.net/
Lines 25
Message-ID <j2o4ha$1o3h$1@adenine.netfront.net> (permalink)
References <j2javb$4pq$1@dont-email.me>
NNTP-Posting-Host 87.222.68.2
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Trace adenine.netfront.net 1313838443 57457 87.222.68.2 (20 Aug 2011 11:07:23 GMT)
X-Complaints-To news@netfront.net
NNTP-Posting-Date Sat, 20 Aug 2011 11:07:23 +0000 (UTC)
User-Agent Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20110813 Firefox/6.0 SeaMonkey/2.3
In-Reply-To <j2javb$4pq$1@dont-email.me>
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.help:959

Show key headers only | View raw


El 18/08/11 17:26, Steve escribió:
> I'm renovating an old servlet application.   It has some complex and
> poorly thought out database functions for inserting and updating a
> number of tables.
> (...)
> The place where I work isn't ready to go to a framework and something
> like a hibernate yet.


When Java 6 was being developed, there was a feature to add a simple
mapping to JDBC out of the box. Sadly, it was removed just before Java
6 was launched.

A guy decided to implement it and produced EoDSQL:

http://java.net/projects/eodsql/

It is way more basic than Hibernate et al. (and thus easier to learn),
but still helpul to centralize all the DB code. You may want to give
it a try.

HTH


--- Posted via news://freenews.netfront.net/ - Complaints to news@netfront.net ---

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Doing JDBC code in a less unwieldy way? Steve <tinker123@gmail.com> - 2011-08-18 11:26 -0400
  Re: Doing JDBC code in a less unwieldy way? markspace <-@.> - 2011-08-18 08:57 -0700
    Re: Doing JDBC code in a less unwieldy way? Lew <lewbloch@gmail.com> - 2011-08-18 11:26 -0700
  Re: Doing JDBC code in a less unwieldy way? Roedy Green <see_website@mindprod.com.invalid> - 2011-08-19 02:00 -0700
    Re: Doing JDBC code in a less unwieldy way? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-08-19 08:59 -0300
      Re: Doing JDBC code in a less unwieldy way? Lew <lewbloch@gmail.com> - 2011-08-19 07:57 -0700
      Re: Doing JDBC code in a less unwieldy way? Steve <tinker123@gmail.com> - 2011-08-19 19:50 -0400
        Re: Doing JDBC code in a less unwieldy way? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-08-19 21:26 -0300
          Re: Doing JDBC code in a less unwieldy way? Lew <lewbloch@gmail.com> - 2011-08-19 20:20 -0700
      Re: Doing JDBC code in a less unwieldy way? Roedy Green <see_website@mindprod.com.invalid> - 2011-08-20 17:19 -0700
        Re: Doing JDBC code in a less unwieldy way? Lew <lewbloch@gmail.com> - 2011-08-20 18:53 -0700
        Re: Doing JDBC code in a less unwieldy way? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-08-21 10:32 -0300
  Re: Doing JDBC code in a less unwieldy way? Ricardo Palomares Martínez <rpm.PUBLI@iespana.es> - 2011-08-20 13:07 +0200
    Re: Doing JDBC code in a less unwieldy way? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-08-20 10:59 -0300
      Re: Doing JDBC code in a less unwieldy way? Lew <lewbloch@gmail.com> - 2011-08-20 10:02 -0700
        Re: Doing JDBC code in a less unwieldy way? Ricardo Palomares Martínez <rpm.PUBLI@iespana.es> - 2011-08-21 16:03 +0200
      Re: Doing JDBC code in a less unwieldy way? Ricardo Palomares Martínez <rpm.PUBLI@iespana.es> - 2011-08-21 15:54 +0200
        Re: Doing JDBC code in a less unwieldy way? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-08-22 18:56 -0300

csiph-web