On Tue, Jun 30, 2009 at 3:25 PM, Purohit, Manoj R
<manoj.r.purohit@...> wrote:
Hello,
Apart from hot deployment, what is the difference between Mule 2.2.x and Mule 3.0 series ?
Specially some high level architectural insight would be helpful to community.
We will publish detailed migration guides for the release, once it's ready. In the meantime milestone notes will provide interim progress reports.
Is it a same code base or drastically different code base ?
Not the same, but not drastically different either. Apart from modifying the config namespace (strip the version from namespace, see hello app example in 3.0.0-M1), Mule 2.x configs should run as is.
What tech we are using to achive hot deployment some third party or mule custom code ?
This is a custom code. In its core, any hot deployment in Java does the same, one doesn't need osgi to provide redeployment.
3.0 is having osgi features ?
Not currently.
HTH,
Andrew