On Fri, Dec 19, 2008 at 09:27, Ivanhoe Abrahams <[email protected]> wrote: > Thanks a million for that Guillaume.... > > Concerning my previous post....I would like to ask someone who has some more > experience in this area. > > Our situation.... > 1. We had a single monolithic application which has many integration points > and other needs like transformation/routing etc. (a typical modern day > application) > 2. We have embarked on an aggressive modularization excersize of our > application, resulting in multiple WAR files which we provide to the client. > 3. The above exercise has resulted in a situation where dependancy > management is needed (Resulting in our recognition of OSGI as a possible > solution). > 4. We have very little contol over the client's environment, ie. which > application/web server they use > > My question is... > 1. Would it make sense to deploy servicemix kernel as part of a single war > file and then deploy all the modules into servicemix?
Yes, somewhat. I guess my would be to create tailored web app that boot servicemix and all the bundles from your application without relying on an additional step to deploy your JBI application. > 2. Can anyone foresee issues, like what would happen if the client decides > to cluster his/her Application server?, I mean what is the effect on the > embedded Servicemix kernel of this clustering? Not really. If you use JMS, you should be able to leverage ActiveMQ clustering support too. > 3. Do you see any reason why this could be a STUPID idea? No > > Thankyou in advance > > > > On Fri, Dec 19, 2008 at 9:49 AM, Guillaume Nodet <[email protected]> wrote: > >> I've written an example some time ago. >> Take a look at: >> https://svn.apache.org/repos/asf/servicemix/smx4/kernel/branches/smx4web/ >> >> On Wed, Dec 17, 2008 at 19:15, Adrian Trenaman <[email protected]> >> wrote: >> > Hi there, >> > >> > Can anyone point me to some info on how to deploy SMX4 into a Tomcat or >> JEE >> > server? >> > >> > Thanks in advance, >> > Ade. >> > >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
