Thanks for very quick reply :) I am sorry but I don't understand it entirely. I am trying to understand SMX4 architecture and I am a little confused because... If I would write my services as OSGi bundles where is there JBI, NMR and the whole enterprise service bus stuff? Maybe I don't fully understand ESB features but I thought that it gives one to loosely couple services also between computers (I read that you work on clustering :)) and gives "abstraction" of transport protocols. I used ServiceMix 3 and I was very exited to see that one service got automatically knowledge that on another computer some service was deployed and now this first service can transfer to the second. And it was transparent to us... We didn't have to construct explicit flows... But I agree that building explicit flows give developer more power on configuration them. But please explain me what remains from what I thought is ESB - only "transport abstraction"? Please don't be angry for such even less than beginner questions... I am trying to understand what SMX4 will give us and what will be architecture of it... I am very interested in it so I ask even questions like this... even "maybe stupid" at first sight.
gnodet wrote: > > OSGi and JBI packaging are both supported, but you don't need to use both. > If you have an existing application running on Smx3, I would advise to > use the JBI packaging to ease the migration. > If you develop a new application, I would advise to use the OSGi > packaging which brings more flexibility and more features. > > ServiceMix JBI components are packaged in both ways so that the same > components can be used in ServiceMix 3 and 4. > For examples on how to develop JBI components, I would advise you to > look at the servicemix components. For developing applications, there > are a few examples in the ServiceMix 4 distribution that you can look > at. > > On Mon, Jan 26, 2009 at 09:49, melu <[email protected]> wrote: >> >> Hello, >> >> Could someone explain in more detail architecutre in ServiceMix 4? Does >> all >> components needs to be both JBI and OSGi? What maven plugin should I use >> - >> jbi-maven-plugin or osgi-bundle-plugin or both? Could one give an example >> of >> doing such things? How to do something to be both JBI and OSGi packaged? >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/SMX4---JBI---OSGi-tp21662106p21662106.html >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > ------------------------ > Open Source SOA > http://fusesource.com > > -- View this message in context: http://www.nabble.com/SMX4---JBI---OSGi-tp21662106p21662698.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
