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 means that with having control over some 3rd partly lib
it's possible to include "backdoor page"
Thanks,

Ilia

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 window. (picture tag - not supported with IE11) - Sweet
cat demo:

http://googlechrome.github.io/samples/picture-element/

If you use the picture tag, you can configure a fallback to be used for IE
or other browser which do not support it:

* http://caniuse.com/#search=picture
* http://caniuse.com/#search=srcset
* http://caniuse.com/#search=source

https://ci.apache.org/projects/wicket/guide/7.x/guide/resources.html#resources_3

//code







This will lead to a better performance for mobile devices with a bad
connection.

kind regards

Tobias

2016-05-02 23:03 GMT+02:00 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 almost reach 550k pageviews since its launch
>> - artifact downloads are still increasing
>> - Kendo UI is confirming its progression over jQuery UI
>>
>> There is a (very) big peak on march, which might be due to a recent InfoQ
>> interview about Wicket 7.2.0 (on which Wicket jQuery UI was quoted) [1].
>>
>> *Surprise!*
>>
>> This year, the project gets a very nice birthday gift from my
>> best-geek-girl-friend! Thanks to her, the demo site has a brand new
>> responsive skin :)
>> It is not yet officially active, but you can still have a preview [2],
>> your feedback is more than welcome!
>>
>>
>> Thanks again for your confidence and, to whom is concerned, your very
>> precious help! :)
>>
>> -Sebastien.
>>
>> [1] http://www.infoq.com/news/2016/03/apache-wicket-7.2
>> [2] http://163.172.29.241/wicket-jquery-ui/
>>
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
>


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 disable module with Development utils. This
> module of cource use wicket-devutils, but neverheless fact that module
> is disabled just because of presence of corresponding pages in
> classpath anyone can access them directly, for example by url:
>
> http://localhost:8080/wicket/bookmarkable/org.apache.wicket.devutils.inspector.LiveSessionsPage
>
> Expected behavior: disallow accessing pages through /wicket/bookmarkable/
>
> Thanks,
>
> Ilia
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro


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 module
is disabled just because of presence of corresponding pages in
classpath anyone can access them directly, for example by url:
http://localhost:8080/wicket/bookmarkable/org.apache.wicket.devutils.inspector.LiveSessionsPage

Expected behavior: disallow accessing pages through /wicket/bookmarkable/

Thanks,

Ilia

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 almost reach 550k pageviews since its launch
- artifact downloads are still increasing
- Kendo UI is confirming its progression over jQuery UI

There is a (very) big peak on march, which might be due to a recent 
InfoQ interview about Wicket 7.2.0 (on which Wicket jQuery UI was 
quoted) [1].


*Surprise!*

This year, the project gets a very nice birthday gift from my 
best-geek-girl-friend! Thanks to her, the demo site has a brand new 
responsive skin :)
It is not yet officially active, but you can still have a preview [2], 
your feedback is more than welcome!



Thanks again for your confidence and, to whom is concerned, your very 
precious help! :)


-Sebastien.

[1] http://www.infoq.com/news/2016/03/apache-wicket-7.2
[2] http://163.172.29.241/wicket-jquery-ui/



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




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 its progression over jQuery UI

There is a (very) big peak on march, which might be due to a recent InfoQ
interview about Wicket 7.2.0 (on which Wicket jQuery UI was quoted) [1].

*Surprise!*

This year, the project gets a very nice birthday gift from my
best-geek-girl-friend! Thanks to her, the demo site has a brand new
responsive skin :)
It is not yet officially active, but you can still have a preview [2], your
feedback is more than welcome!


Thanks again for your confidence and, to whom is concerned, your very
precious help! :)

-Sebastien.

[1] http://www.infoq.com/news/2016/03/apache-wicket-7.2
[2] http://163.172.29.241/wicket-jquery-ui/

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

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 stateless.  But of course, Wicket is very
stateful.

So the question here is, has anyone implemented Wicket in AWS Cloud in such
as way as to take advantage of the auto-scaling?  Any tips?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-on-the-Amazon-Cloud-tp4674520.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


Also, rather than using session replication, you might store sessions in Dynamo 
DB:
http://java.awsblog.com/post/Tx12CFK2FZ7PXRN/Amazon-DynamoDB-Session-Manager-for-Apache-Tomcat

--

Edmund Urbani
Liland IT Team

Email: edmund.urb...@lilandit.com 

Liland IT GmbH ...does IT better
Tel: +43 463 220111
Fax: +43 463 220111-33
Tel(GER): +49 221 65028588

Find us at Facebook http://facebook.com/Lilandit
http://green-badges.com
http://iventcloud.com
http://Lilandit.com

 

Copyright © 2016, Liland IT GmbH

Diese Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese Email irrtuemlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht 
gestattet.


This email may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this email in error) 
please notify the sender immediately and destroy this email. Any unauthorised 
copying, disclosure or distribution of the material in this email is strictly 
forbidden.




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 stateless.  But of course, Wicket is very
stateful.
A typical Wicket application is stateful in order to take full advantage of 
Wicket's features, but it does not have to be (see 
http://examples7x.wicket.apache.org/stateless/).


So the question here is, has anyone implemented Wicket in AWS Cloud in such
as way as to take advantage of the auto-scaling?  Any tips?
I have not done this with AWS but I assume the issues there are not that much 
different from other load-balancing / clustering setups. A crucial decision is 
whether to use sticky sessions. Without sticky sessions you will typically need 
session replication (again assuming your webapp is stateful) and if you keep 
your sessions to a minimal size eg. through loadable-detachable models, this 
should work reasonably well.





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-on-the-Amazon-Cloud-tp4674520.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




--

Edmund Urbani
Liland IT Team

Email: edmund.urb...@lilandit.com 

Liland IT GmbH ...does IT better
Tel: +43 463 220111
Fax: +43 463 220111-33
Tel(GER): +49 221 65028588

Find us at Facebook http://facebook.com/Lilandit
http://green-badges.com
http://iventcloud.com
http://Lilandit.com

 

Copyright © 2016, Liland IT GmbH

Diese Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese Email irrtuemlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht 
gestattet.


This email may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this email in error) 
please notify the sender immediately and destroy this email. Any unauthorised 
copying, disclosure or distribution of the material in this email is strictly 
forbidden.




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
stateful.  

So the question here is, has anyone implemented Wicket in AWS Cloud in such
as way as to take advantage of the auto-scaling?  Any tips?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-on-the-Amazon-Cloud-tp4674520.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 looks
>
> Wicket generates wicket/bookmarkable/com.example.YourPage when the page has
> not be explicitly mounted at a custom path.
>
> > good in a page, but sometimes it gives (http://hostname/wic/app/r1?2)
>
> It seems here you use a page mounted at "r1".
> The problem with the images must be something else.
>
> > without “bookmarkable” and it removes all the images from the page.
> >
> >
> > “mountPage(",")” is working in this case, but I have more than 87  module
> > (main) page classes and they are not in one package.   Mounting all these
> > pages in App.java may not be a good idea.
>
> I always mount all my pages explicitly. Just to have nicer urls.
>
> >
> >
> >  Any help?
>