This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Book Reviews and the fly likes Data Access Patterns by Clifton Nock Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Books » Book Reviews
Reply Bookmark "Data Access Patterns by Clifton Nock" Watch "Data Access Patterns by Clifton Nock" New topic
Author

Data Access Patterns by Clifton Nock

Book Review Team
Bartender

Joined: Feb 15, 2002
Posts: 898
<pre>
Author/s : Clifton Nock
Publisher : Addison-Wesley
Category : Design Patterns, UML, and Refactoring
Review by : Matthew Phillips
Rating : 8 horseshoes
</pre>
This book is an excellent addition to Addison-Wesley's Software Pattern Series. At some point every software application is going to have to access data. The patterns in this book will be invaluable when its time to write data access code.
I really like the book's organization. While you don't need to read it cover to cover, it makes it very easy to do by putting the most common patterns first. Using the decoupling patterns alone will allow me to greatly improve my code.
While all of the patterns are written with a relational database in mind, there is no reason why many of these patterns could not be applied to flat files or any other data store. The author left all the patterns open to easy interpretation in that sense.
This book is all about documenting data access patterns. If you are new to patterns, this is probably not the book you want to start out with. After you read a more introductory pattern book, you really should consider adding this book to your library.


More info at Amazon.com
More info at Amazon.co.uk
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Data Access Patterns by Clifton Nock
 
Similar Threads
Implementation Patterns by Kent Beck
Anti-Patterns / Refactoring Software, Architectures, and Projects in Crisis
Patterns of Enterprise Application Architecture by Martin Fowler, et al
Pattern Languages of Program Design 5 by Dragos Manolescu, Markus Voelter, James Nobl
Design Patterns in Java by William C Wake