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


Groups > comp.lang.java.databases > #693

Re: Is there a tool like this? SQLStomp.

Date 2014-09-07 17:58 -0400
From Arne Vajhøj <arne@vajhoej.dk>
Newsgroups comp.lang.java.databases
Subject Re: Is there a tool like this? SQLStomp.
References <7i9e0ahupludhrmta4gci7r4m45jqrflv3@4ax.com> <5409b602$0$2917$e4fe514c@news.xs4all.nl> <grtj0a909hq5dgbf1gm7s3s5t4c5hacenr@4ax.com>
Message-ID <540cd4fb$0$296$14726298@news.sunsite.dk> (permalink)
Organization SunSITE.dk - Supporting Open source

Show all headers | View raw


On 9/5/2014 1:49 PM, Roedy Green wrote:
> On Fri, 05 Sep 2014 15:09:22 +0200, Silvio <silvio@internet.com>
> wrote, quoted or indirectly quoted someone who said :
>> Congratulations. You just invented something for which I suggest the
>> name ORM which is short for Object Relational Mapper.
>
> I was thinking of something ultra-light weight that did not take over
> your project.

Going from direct JDBC to ORM will reduce the database code in your
project significantly.

I do not consider that to take over your project.

"light weight" and "heavy weight" are two common terms in IT
but without any well defined meaning.

ORM means less code.

ORM can be intrusive or non-intrusive in data classes depending
on whether you use annotations or config.

ORM usually require a few more jar files in the classpath.

ORM usually works in both SE and EE environment today (no EE
container dependency).

ORM does require you to learn a new API (JDBC API and SQL also
required learning XX years ago).

Bottom line is that you get a lot for very little.

Arne

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


Thread

Is there a tool like this? SQLStomp. Roedy Green <see_website@mindprod.com.invalid> - 2014-09-03 07:38 -0700
  Re: Is there a tool like this? SQLStomp. Arne Vajhøj <arne@vajhoej.dk> - 2014-09-04 18:49 -0400
  Re: Is there a tool like this? SQLStomp. Silvio <silvio@internet.com> - 2014-09-05 15:09 +0200
    Re: Is there a tool like this? SQLStomp. Roedy Green <see_website@mindprod.com.invalid> - 2014-09-05 10:49 -0700
      Re: Is there a tool like this? SQLStomp. Arne Vajhøj <arne@vajhoej.dk> - 2014-09-07 17:58 -0400

csiph-web