[jboss-dev-forums] [Design the new POJO MicroContainer] - New VFSDeployer Change Question

bytor99999 do-not-reply at jboss.com
Thu Jun 28 11:42:08 EDT 2007


In reading about the VFSDeployer change, I was wondering how this might affect what is needed to say create a Deployer for Seam

Seam has a class that deploys Seam applications based on a File class (see code below) and not using VFS. Will your change mean that it will be easier to wrap Seam's class into a simpler Depoyer class rather than having to create a new seperate deployment classes for Seam in MC.

Sorry for being so green on this stuff. :)


  | try
  |          {
  |             log.info("scanning: " + urlPath);
  |             File file = new File(urlPath);
  |             if ( file.isDirectory() )
  |             {
  |                handleDirectory(file, null);
  |             }
  |             else
  |             {
  |                handleArchive(file);
  |             }
  |          }
  |          catch (IOException ioe) 
  |          {
  |             log.warn("could not read entries", ioe);
  |          }
  | 

Thanks, if I made no sense, let me know and we can delete this thread and forget I said anything. :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058808#4058808

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058808



More information about the jboss-dev-forums mailing list