The Artima Developer Community
Sponsored Link

Java Buzz Forum
Filthy SQL in Enterprise Java Apps

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
Scott Stirling

Posts: 54
Nickname: sstirling
Registered: Jan, 2003

Scott Stirling is a Senior Software Engineer at Workscape, Inc.
Filthy SQL in Enterprise Java Apps Posted: Mar 22, 2004 6:33 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Stirling.
Original Post: Filthy SQL in Enterprise Java Apps
Feed Title: Blaug Blawg Blog
Feed URL: http://users.rcn.com/scottstirling/rss.xml
Feed Description: Java Testing, Tools and Engineering
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Stirling
Latest Posts From Blaug Blawg Blog

Advertisement

It's everywhere! No object orientation. Causes problems especially when you have components that provide base view names and columns names, etc. and other components that pass around SQL fragments to build queries or, worse, depend on public or protected access to constant view names/columns, etc. in other components. How to pass this stuff around in an OO manner? How to externalize it in a pattern-like way?  How to encapsulate it?

Closest thing I've seen to a solution is the Query Object pattern in Martin Fowler's P of EAA.

Read: Filthy SQL in Enterprise Java Apps

Topic: Photos go bye-bye after all Previous Topic   Next Topic Topic: Rocketinfo - free web-based feed aggregator

Sponsored Links



Google
  Web Artima.com   

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