Re: Restrict wicket/bookmarkable

2016-05-02 Thread Илья Нарыжный
Yea - that's possible. Even instrumentation is possible, but probably this problem somehow solved already in wicket. I would briefly summarize the problem like: Wicket allow to directly address bookmarkable pages from 3rd party libraries without good way to manage accessibility. Potentially it mea

Re: Wicket jQuery UI - 4th anniversary!

2016-05-02 Thread Tobias Soloschenko
Congratulations also from me! Good to see that project is moving forward! Also a very cool design with some fancy animations on hover. :-) One hint: For the background image you can use srcset provided via wicket-core to only load an img with the required size, or to change it when resizing the wi

Re: Restrict wicket/bookmarkable

2016-05-02 Thread Ernesto Reinaldo Barreiro
Use component instantiation listener? On Tue, May 3, 2016 at 3:17 AM, Илья Нарыжный wrote: > Hello, > > Is there good way to restrict accessing bookmarkable pages through > /wicket/bookmarkable URL? > > Use case: there is ability in our software (http://orienteer.org) > dynamically enable or dis

Restrict wicket/bookmarkable

2016-05-02 Thread Илья Нарыжный
Hello, Is there good way to restrict accessing bookmarkable pages through /wicket/bookmarkable URL? Use case: there is ability in our software (http://orienteer.org) dynamically enable or disable module with Development utils. This module of cource use wicket-devutils, but neverheless fact that m

Re: Wicket jQuery UI - 4th anniversary!

2016-05-02 Thread Andrea Del Bene
Congratulations Sebastien!!! And the new site is REALLY nice! Andrea On 02/05/2016 22:52, Sebastien wrote: Dear Wicket jQuery UI users, I'm happy to announce the 4th anniversary of the project since its first release! :) *Stats* A few words about project's stats: - visits on the demo site

Wicket jQuery UI - 4th anniversary!

2016-05-02 Thread Sebastien
Dear Wicket jQuery UI users, I'm happy to announce the 4th anniversary of the project since its first release! :) *Stats* A few words about project's stats: - visits on the demo site almost reach 550k pageviews since its launch - artifact downloads are still increasing - Kendo UI is confirming i

Re: Wicket on the Amazon Cloud?

2016-05-02 Thread Urbani, Edmund
On 05/02/2016 04:10 PM, Entropy wrote: We've done our last several apps in Wicket. It's our framework. But our next app, the client has stated they want implemented on Amazon WebServices Cloud. Because of the automatic scaling, the advice seems to be that you want to write your apps to be stat

Re: Wicket on the Amazon Cloud?

2016-05-02 Thread Urbani, Edmund
On 05/02/2016 04:10 PM, Entropy wrote: We've done our last several apps in Wicket. It's our framework. But our next app, the client has stated they want implemented on Amazon WebServices Cloud. Because of the automatic scaling, the advice seems to be that you want to write your apps to be stat

Wicket on the Amazon Cloud?

2016-05-02 Thread Entropy
We've done our last several apps in Wicket. It's our framework. But our next app, the client has stated they want implemented on Amazon WebServices Cloud. Because of the automatic scaling, the advice seems to be that you want to write your apps to be stateless. But of course, Wicket is very sta

Re: wicket/bookmarkable

2016-05-02 Thread durairaj t
OK. I will check my code. Thank you. On Fri, Apr 29, 2016 at 7:55 PM, Martin Grigorov wrote: > Hi, > > On Apr 29, 2016 11:35 PM, "durairaj t" wrote: > > > > I’m seeing different URL’s while navigating to the different pages. > > Whenever wicket writes “wicket/bookmarkable” in the URL everything