Can u tell us, on which criterias you have implemented criteriaFind ?
This might be stupidest Qn to ask, since I am very much confused in Design
Patterns. I hardly know patterns. So can you please elaborate, the way Adapter pattern used at server side ?
I'll just explain you what I am doing,
DataServerLocal extends Data - Responsible for Standalone operation
DataServerRemote extends Data implements RemoteInterface - Responsible for Distributed operation
These 2 classses individually have diff methods, but share functions from Data.
I feel whatever I am doing is adapter, since I feel I am adapting functionality of Data, but ur implementation is diff, can u please elaborate ?
waiting earnestly !
[This message has been edited by Shivaji Bhosale (edited November 24, 2001).]