I want to update distribution/webapp module to use the new domain/node apis. I need a web app container for some app server experimentation and this one is interesting as it includes hot update features. At the moment the context listener (WarContextListener) included in this module creates and destroys nodes each time WARs are added/removed. This potentially fits in with the restricted function of the node exposed through the new node api. However it would seem sensible to reuse node instances as much as possible rather than completely removing them and recreating them.
Anyhow I'm going to see if I can make this work and use it to push at the node implementation on a bit from a different angle. If anyone is already working on this, wants to work on this or has specific ideas then we can progress it here. I'll report back here as I make progress. Regards Simon
