On 07/27/13 18:49, P. Ottlinger wrote:
Hi,
Am 27.07.2013 09:42, schrieb Robert Burrell Donkin:
I'm inclined towards factoring out a separate Maven module for our new
domain objects. If this turns out to be a mistake, we can always combine
it back in later. Potentially, this will allow legacy stuff to be kept
around for a while.
+1
Could be some sort of creadur-api module containing beans and services,
while the other modules provide implementations for CLI/mvn a.s.o.
+1
core is now too large to fill that role well
The ant tasks and maven plugins depend on core, and moving command line
stuff from core to a cli module sounds good. Code could be relocated
gradually from core to the new api module and (perhaps) into new
implementation modules.
Robert