Log in to follow, share, and participate in this community.
Article ShrinkWrap | Feature Brainstorming
ShrinkWrap | Feature BrainstormingProposed / 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 ...
Integration with Jettyhttps://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...
Integration with GlassFishFYI, 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
Integration with OpenEJBI'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...
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...
Thread SHRINKWRAP-116: Write on-demand during ZIP Export
SHRINKWRAP-116: Write on-demand during ZIP ExportThere 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 ...
Thread SHRINKWRAP-112 - Create a Unified Importer API
SHRINKWRAP-112 - Create a Unified Importer APIWe 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...
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....