On Aug 6, 2009, at 12:49 AM, Michael Alderton-Smith wrote:
Simple question at the end of the day.... can you use the lighter clientclasses locally somehow?
Yes. Try using org.apache.cayenne.remote.service.LocalConnection for your local work. It still incurs the overhead of two layers of objects, but at least it all happens in the same JVM and there's no extra network communication, so it should be bearable in most cases.
Andrus