Status: New
Owner: [email protected]
CC: [email protected], jean.deruelle
Labels: Component-CDI-Telco-Framework Type-Enhancement CTF-1.0.0.ALPHA2
Release-Type-Alpha Roadmap-Issue Priority-Medium
New issue 2629 by jean.deruelle: CTF Integration with IDE and hot redeploy
support
http://code.google.com/p/mobicents/issues/detail?id=2629
<jeand> gvag, what vr_ means is that it improve the dev cycle
<jeand> because you don't have to redeploy the app each time
<jeand> or stop the server
<vr_> well pretty much the whole idea for CDI is speed up development
<vr_> it supports special type of hot deployment whered components live
outside container-0managed classloader
<gvag> ok but hot deployment cannot be done with MSS right now
<jeand> if JBoss supports it we should as well
<vr_> the kind of CDI hot deployment is container-independent
<vr_> it's like creating your own classloader from you war and putting
classes inside
<gvag> well i have to check it cause i am not aware of that... Do you have
a link ?
<gvag> I know that you can support hot deployment but i thought it was
container specific
<vr_> gvag: not sure it is properly documented
<gvag> vr_, i think that is implemented with maven plugin so it is
container specific
<vr_> only ides use it
<vr_> incremental hot deployment it is called
<gvag> i will check it and will take it into consideration