The Artima Developer Community
Sponsored Link

Java Buzz Forum
JDBC 4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Brian McCallister

Posts: 1282
Nickname: frums
Registered: Sep, 2003

Brian McCallister is JustaProgrammer who thinks too much.
JDBC 4 Posted: Jun 30, 2004 5:59 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Brian McCallister.
Original Post: JDBC 4
Feed Title: Waste of Time
Feed URL: http://kasparov.skife.org/blog/index.rss
Feed Description: A simple waste of time and weblog experiment
Latest Java Buzz Posts
Latest Java Buzz Posts by Brian McCallister
Latest Posts From Waste of Time

Advertisement

Great, now there are 4 object/relational mapping "standards" going into the java[x].*.* namespaces.

On a seriouser note, JDBC4 == commons-dbutils with some annotation sugar and XML. It is SQL for VBScript. I don't think really hacking database code (which in the java world is apparently people doing O/R (possibly to one of the 4 official standards, and 1 unofficial standard (if hibernate is a standard like TSSS would have you think ;-))) will use any of the new stuff aside from the SQL 03 support =/ It is SQL for VBScript programmers. Certainly useful, but in jdbc?

Actually, it is worse. Right now when people want to do raw sql they *usually* externalize it. Now it sits in annotations which require a recompile and hunting through sourcecode to find. I guess you could do:

    public ResultSet @Query { sql="{query}" } find(String query);

but that is bleeding silly and i don't think would work as I suspect the variable binding is only for prepared statement population.

Read: JDBC 4

Topic: JetBrains is an ancient cult? :) Previous Topic   Next Topic Topic: [Jun 25, 2004 03:40 PDT] 8 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use