Folks,
Just been looking at changing the DAO intefaces a little, I was
thinking along the lines of having the different AWS operations
captured in their own interface, and then have Book/DVD/etc/DAO extend
these.
So instead of having=20
BookDAO.getBook(...);
or
DVDDAO.getDVD(...);
we'll have
BookDAO.getItem(...);
DVDDAO.getItem(...);
I've commited the changes for you to have a look at and comment, any
thoughts let me know.
If people want to jump in, theres still the intefaces to define for
allot of the AWS operations (assuming this is the opproach, they
should all be consistent with the outline above though) and we need to
figure out a consistent approach to ItemLookup's parameters.
Cheers,
--=20
Toby
|