Hi,

I just wanted to ask if we should integrate the FileSystemResourceReference into wicket core which is mentioned and already discussed here:

http://apache-wicket.1842946.n4.nabble.com/Generic-resource-reference-for-video-audio-playback-td4672337.html

I provided two examples:

* Reading jar / zip files (Example > jar:file:///myFolder/test.zip!/myFolderInsideTheZip/video1.mp4) * Unified reading of files out of the file system (unix, windows, solaris) (Example > file:///myFolder/video1.mp4)

https://github.com/klopfdreh/wicket-components-playground/blob/master/wicket-components-playground/src/main/java/org/apache/wicket/markup/html/media/FileSystemExamplePage.java

Further FileSystemProviders and the corresponding FileSystems can be implemented as described here:

http://docs.oracle.com/javase/7/docs/technotes/guides/io/fsp/filesystemprovider.html

WDYT?

kind regards

Tobias

P.S.: If all tend the FileSystemResourceReference to be integrated I am going to create a PR and write some unit tests.

Reply via email to