[jboss-dev-forums] [Design of POJO Server] - Re: Sub-Profiles ProfileService changes

emuckenhuber do-not-reply at jboss.com
Wed Jan 28 08:44:34 EST 2009


"emuckenhuber" wrote : 
  | I guess you don't have a need for an VFSDeployment for your use case? well there will be a similar ProfileDeployment.

btw. the profile deployment will look something like this:


  | public interface ProfileDeployment
  | {
  |    String getName();   
  |    VirtualFile getRoot();   
  |    Map<String, Object> getAttachments();   
  |    Object getAttachment(String name);   
  |    Object addAttachment(String name, Object attachment);   
  | }
  | 

The profile service takes care of transforming that into a VFSDeployment or normal deployment,
loading the persisted attachments and the usual stuff :)



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

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



More information about the jboss-dev-forums mailing list