Has anyone used JBoss AS 7.1 with DCEVM and HotSwap agent in production? Any tutorial anywhere? Is it possible to add new packages/classes through HotSwap agent, or just to replace existing ones?
I'm sorry the question is so vague. I'm merely researching proposed technologies.
Another point: do I have to deploy as exploded .war always, and replace/add .class files inside it? Or can I deploy as zipped .war and copy additional zipped .jars alongside it?
My architecture is that I have a servlet and then additional components need to be accessible from it. These components I want to add/replace at runtime.