On Nov 17, 2013, at 12:27 AM, Adrian A. <a.adrian.t...@googlemail.com> wrote:
>> 1. Monolithic cayenne.jar for regular apps, for ROP clients, for >> CayenneModeler >> 2. Partial modularity - Client/server split between the modules, with >> separate DI and backend-indepdendent “core” : >> ... >> Anyways, these are our options… Feel free to comment, while I continue my >> refactoring. > What about offering both? The modules, but also a "cayenne-all.jar" > (or simply "cayenne.jar") ? > > > Adrian This will take us back to aggregation of multiple modules into one. It was not a pretty picture, so now I am *hoping* we can align the source modules with the binaries that we release. However this can be an option for non-maven users I guess. A.