[shrinkwrap-issues] [JBoss JIRA] Updated: (SHRINKWRAP-50) Create a 'Spercialize' style api

Aslak (JIRA) jira-events at lists.jboss.org
Wed Oct 14 10:48:05 EDT 2009


     [ https://jira.jboss.org/jira/browse/SHRINKWRAP-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak updated SHRINKWRAP-50:
----------------------------

    Fix Version/s: 1.0.0-beta-1


> Create a 'Spercialize' style api
> --------------------------------
>
>                 Key: SHRINKWRAP-50
>                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-50
>             Project: ShrinkWrap
>          Issue Type: Task
>          Components: api
>            Reporter: Aslak
>            Assignee: Aslak
>             Fix For: 1.0.0-beta-1
>
>
> Create a unified api for creation, import, export, descriptor and type handling/swaping.
> ie:
>     Archives.create()
>             .as(ZipImporter.class)
>                .import("my.war")
>             .as(WebArchiveDescriptor.class)
>                .addListener(this.getClass())
>                .addContextParameter("context-1", "value")
>                .addServlet(Exception.class, "/*")
>             .as(WebArchive.class)
>                .addClass(this.getClass())
>             .as(ZipExporter.class)
>                .export("my-new.war");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list