patterns-discussion AT lists.siebelschool.illinois.edu
Subject: General talk about software patterns
List archive
- From: Jevon Wright <j.m.wright AT massey.ac.nz>
- To: patterns-discussion AT cs.uiuc.edu
- Subject: [patterns-discussion] Data Access pattern
- Date: Tue, 23 Nov 2010 15:53:32 +1300
- List-archive: <http://lists.cs.uiuc.edu/pipermail/patterns-discussion>
- List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>
Hi all,
In our work we have noticed a fairly common data access pattern when
dealing with iterators (in Java, Iterator<T>) and iterator factories
(Iterable<T>), with respect to a given structure (T). This pattern is
illustrated in the attached image. Essentially it separates the
physical source of the data (such as a database, or memory) when it is
accessed iteratively.
The Iterator must also be closable, so that it can clean up
references, close database connections etc. Jena has a similar
interface ClosableIterator.
As far as we can tell, this has not been explicitly published
somewhere. Is anyone aware of a similar design pattern for data access
using iterators?
Cheers
Jevon
Attachment:
access-pattern.png
Description: PNG image
- [patterns-discussion] Data Access pattern, Jevon Wright, 11/22/2010
- Re: [patterns-discussion] Data Access pattern, Ralph Johnson, 11/22/2010
- Re: [patterns-discussion] Data Access pattern, Philipp Bachmann, 11/23/2010
Archive powered by MHonArc 2.6.16.