You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/11/06 22:43:11 UTC

[jira] [Commented] (WICKET-6025) Read resource files with Java's NIO API

    [ https://issues.apache.org/jira/browse/WICKET-6025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994493#comment-14994493 ] 

ASF subversion and git services commented on WICKET-6025:
---------------------------------------------------------

Commit e0c2f1bbae576d26f2dc54996905e9acb63ccca0 in wicket's branch refs/heads/master from [~klopfdreh]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=e0c2f1b ]

WICKET-6025 Read resource files with Java's NIO API


> Read resource files with Java's NIO API
> ---------------------------------------
>
>                 Key: WICKET-6025
>                 URL: https://issues.apache.org/jira/browse/WICKET-6025
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 7.1.0, 8.0.0-M1
>            Reporter: Tobias Soloschenko
>            Assignee: Tobias Soloschenko
>             Fix For: 7.2.0, 8.0.0-M1
>
>
> As described here: http://apache-wicket.1842946.n4.nabble.com/VOTE-Integration-of-the-FileSystemResourceReference-td4672449.html it would be nice to have an implementation to read resources based on Java's NIO API.
> Examples:
> {code}
> Path path = FileSystemResourceReference.getPath(URI.create("jar:file:///folder/test.zip!/folderInZip/video.mp4"));
> add(new Video("video", new FileSystemResourceReference("name",path)));
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)