I think the use case is where you need to give a client lib to 3rd parties not using maven, otherwise the dependency issue will kill you unless you are doing this from an api-only module
On Saturday, 5 January 2013, Stanimir Stamenkov wrote: > Sat, 5 Jan 2013 23:52:50 +0100, /Anders Hammar/: > > I always argue for having the API (e.g. ejb client) as a separate module >> and then the impl (e.g. the ejb) as a separate module. >> > > That's what we're using after all, but I've recently discovered this > ejb-client option and started wondering if there's something I'm missing > about how things are supposed to work/be used. > > -- > Stanimir > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
