• ShrinkWrap | Feature Brainstorming

    Proposed / Incubating Features  Here lies a freeform list of proposed community features which may or may not be further considered for incorporation into the project.  Feel free to add ideas, backed by an ...
    Profile Photo
    last modified by alrubinger
  • Integration with Jetty

    https://jira.jboss.org/jira/browse/SHRINKWRAP-125   I hijacked some prototyping code I did awhile back and ported it into an extension component allowing for Jetty integration.  Client code looks similar to...
    Profile Photo
    last modified by alrubinger
  • Integration with GlassFish

    FYI, I've been discussing a bit w/ GlassFish guys support for ShrinkWrap deployment:   http://markmail.org/message/j3oqjraeovo6autb   Discussion there is to dev@glassfish.dev.java.net   S, ALR
    Profile Photo
    last modified by alrubinger
  • Integration with OpenEJB

    I've stalked David Blevins on Twitter to see if he'd like to bring ShrinkWrap support to OpenEJB (I think the aims of the projects are consistent).  This is my public response for us to sync up. ShrinkWrap arch...
    Profile Photo
    last modified by alrubinger
  • Non Blocking IO

    [SHRINKWRAP-116 |https://jira.jboss.org/jira/browse/SHRINKWRAP-116] introduced a couple of new concepts to ShrinkWrap.   To be consistent across the ShrinkWrap API and with other APIs I suggest some changes/feat...
    Profile Photo
    last modified by aslak
  • SHRINKWRAP-116: Write on-demand during ZIP Export

    There are a couple issues with our implementation of the ZIP Exporter:   The caller must wait until we've encoded the full archive before he/she may start reading We hold the full contents of the ZIP in memory ...
    Profile Photo
    last modified by alrubinger
  • SHRINKWRAP-112 - Create a Unified Importer API

    We continue the discussion from [SHRINKWRAP-112|https://jira.jboss.org/jira/browse/SHRINKWRAP-112] This is the current unified API description.   {code} package org.jboss.shrinkwrap.api.importer; import java.i...
    Profile Photo
    last modified by aslak
  • Java 7 - java.nio.file.Path(s)

    As Nicklas Karlsson so kindly pointed out, the upcoming Java 7 release has a some new classes in the nio package.   * [java.nio.file.Path|http://download.java.net/jdk7/docs/api/java/nio/file/Path.html] * [java....
    Profile Photo
    last modified by aslak