"emuckenhuber" wrote :
| | DeployableFactory
| | {
| | Deployable create(String name, InputStream archive);
| | Deployable create(File archive);
| | Deployable create(URL archive);
| | }
| |
|
| Maybe as well one for creating a Deployable based on a shrinkwrap archive. All the
code is already there. I'm just suggesting not using the name VfsVdfDeployableFactory
- as the name somehow implies a VFS and VDF based deployable.
| In the end which deployable is created should not matter for the user and is more
related to what embedded can deploy.
I'm actually in the process of removing the ShrinkWrap dep from tmpdpl-api, so
I'll do this at the same time. Then I'll introduce some more tmpdpl-shrinkwrap
integration components. With the name changes you suggest.
S,
ALR
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261290#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...