@Mark,
Is there a set of such common interfaces in Spring Data:
Code:
REST
Protocol Buffer
toJson, toXml, etc.. / Jsonizable ...
findXyz, findByXyz, etc..
?
Last time I looked there was no real hierarchy, and Redis implementation mostly followed its own structure.
Would be really nice if we can reuse the same set of interfaces for various NoSQL / Distributed Cache implementations. Concrete implementation ( for a certain data store ) can of course provide more functionality, so the power of individual data store is available, but the set of core interfaces would be something nice to have.
/Anatoly
Humans are stateful and mutable beings that have no problems processing many things concurrently and share state with others + they are usually "coupled"