wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
Hello All, According to wicketstuff rules if component does not declaring own license - it is AL. I was unable to find license for wicket-html5, but on the old project root at code.google.com/p/wickethtml5 the project is declared as GPLv2. If it is GPLv2 can anybody help me to create callback

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Martin Grigorov
Hi Maxim, WicketStuff-Html5 project is ASL2, so you can use it. On Fri, May 17, 2013 at 12:14 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello All, According to wicketstuff rules if component does not declaring own license - it is AL. I was unable to find license for wicket-html5,

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
Thanks a lot! On Fri, May 17, 2013 at 4:20 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi Maxim, WicketStuff-Html5 project is ASL2, so you can use it. On Fri, May 17, 2013 at 12:14 PM, Maxim Solodovnik solomax...@gmail.com wrote: Hello All, According to wicketstuff rules if

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
The latest version available in maven is 1.5-rc2.1/http://repo1.maven.org/maven2/org/wicketstuff/wicket-html5/1.5-rc2.1/ 26-Mar-2011 17:31 Is it compatible with Wicket 6? On Fri, May 17, 2013 at 4:27 PM, Maxim Solodovnik solomax...@gmail.comwrote: Thanks a lot! On Fri, May 17, 2013 at

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Martin Grigorov
http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-html5/6.7.0/ On Fri, May 17, 2013 at 12:29 PM, Maxim Solodovnik solomax...@gmail.comwrote: The latest version available in maven is 1.5-rc2.1/ http://repo1.maven.org/maven2/org/wicketstuff/wicket-html5/1.5-rc2.1/ 26-Mar-2011 17:31

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
Thanks! was looking at http://repo1.maven.org/maven2/org/wicketstuff/wicket-html5/ :( Sorry On Fri, May 17, 2013 at 4:40 PM, Martin Grigorov mgrigo...@apache.orgwrote: http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-html5/6.7.0/ On Fri, May 17, 2013 at 12:29 PM, Maxim Solodovnik

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
Unfortunately Html5Video seems to be not available to work with ResourceStreams, only static urls :( I'll try to ask more generic wicket question: I would like to implement following: video width=100% controls wicket:id=player source wicket:id=mp4 type=video/mp4/ /video in java I have:

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Martin Grigorov
On Fri, May 17, 2013 at 2:04 PM, Maxim Solodovnik solomax...@gmail.comwrote: Unfortunately Html5Video seems to be not available to work with ResourceStreams, only static urls :( Can you use a mounted resource that streams the content ? I'll try to ask more generic wicket question: I

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
Is it possible to create mounted resources available only to some users? I mean I would like to show video created by userA to userA only. All videos are stored in the same folder on the server (historically). On Fri, May 17, 2013 at 6:29 PM, Martin Grigorov mgrigo...@apache.orgwrote: On Fri,

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
I can commit my not working and paste the link to the SVN here. Video-Rclick-save video works as expected, but not play :( On Fri, May 17, 2013 at 6:33 PM, Maxim Solodovnik solomax...@gmail.comwrote: Is it possible to create mounted resources available only to some users? I mean I would like

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Martin Grigorov
On Fri, May 17, 2013 at 2:33 PM, Maxim Solodovnik solomax...@gmail.comwrote: Is it possible to create mounted resources available only to some users? I mean I would like to show video created by userA to userA only. All videos are stored in the same folder on the server (historically). You

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Martin Grigorov
On Fri, May 17, 2013 at 2:04 PM, Maxim Solodovnik solomax...@gmail.comwrote: Unfortunately Html5Video seems to be not available to work with ResourceStreams, only static urls :( I'll try to ask more generic wicket question: I would like to implement following: video width=100% controls

Re: wicketstuff wicket-html5 license

2013-05-17 Thread Maxim Solodovnik
Martin, Thanks for your help! I was struggling two issues: 1) ContentDisposition in my URL was ATTACHENT and should be INLINE 2) Somehow video on my page is not working in my Chome (works as expected in FF) Currently I have 2 working solutions :) On Fri, May 17, 2013 at 6:52 PM, Martin