[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Deployment cleanup & modifications
alesj
do-not-reply at jboss.com
Sat Jan 31 06:36:30 EST 2009
Another use case that's puzzling me.
Or, actually it's the same as before, just new problems. :-)
* deploy/ (the context root)
** myapp.ear (packed)
So, during structure recognition, we already get a few unpacked nested jars.
Then it turns out that the user requested this app to be temped.
To be true to our unpacking/temp performace reasons (= reuse as much as possible),
do we then re-use this existing (from structure recognition) unpacked jars as children in temp's structure
(which would shake current impl severely, as we would have to 'unnaturally' re-wire handlers),
or do we just live with more copies (probably needing to know where it came from; client view vs. server view)?
e.g. VFSContext::addCacheInfo(path, viewType, handlerCopy);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206050#4206050
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206050
More information about the jboss-dev-forums
mailing list