Hi, I have one application that comprises of core processing logic and CRUD operations. We plan to have a web application for CRUD operations for end users. Core/Business logic comprises of trasformation and communication with different external systems using different protocols and message formats. For this, we feel ServiceMix is the right solution. As I read from document/website, there are two ways to deploy servicemix
a. Standalone. Here ServiceMix is not part of WAR/EAR and run independently of web application b. Combine and package both servicemix and web application as a WAR/EAR and deploying to the container If we go with first approach, WEB application would use a POJO BC component to communicate with SEs for services (assuming both are running on same machine and different JVMs). Now since WEB app and ServiceMix are on diff JVMs and have different classloaders, how WEB app would access a POJO component? I am not sure how second approach can be implemented. I do not find any good documentation on it. Has anyone came accross such situation? Help would be appreciated. Regards, Amit -- View this message in context: http://www.nabble.com/Using-ServiceMix-with-App-Server-Web-Container-tf3233110s12049.html#a8983439 Sent from the ServiceMix - User mailing list archive at Nabble.com.
