Re: Help - client extensions in WAR file

2011-07-17 Thread hariharansrc
I'm not understanding what you are telling actually but i will give you an suggestion you can use Enterprise Archive(EAR) to deploy many modules as a single module. -- View this message in context: http://maven.40175.n5.nabble.com/Help-client-extensions-in-WAR-file-tp4587253p4596202.html Sent

Help - client extensions in WAR file

2011-07-14 Thread Colin Yates
Hi all, I have a WAR which exposes an extension point: MyStrategyInterface. I then have a number of clients who all provide their own implementation of said extension. The code is structured so there is a web-project and then multiple client-projects which only contain the extension point. The