Re: client timezone and flickering

2013-12-03 Thread Martin Grigorov
Hi Maxim, Please file a ticket in Wicket Jira for this feature request. Link to this discussion and to your repository. There are some things I don't like in ClientInfoBehavior but we will improve it. Thanks! On Tue, Dec 3, 2013 at 1:18 AM, Maxim Solodovnik solomax...@gmail.comwrote: Hello

Re: client timezone and flickering

2013-12-03 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/WICKET-5435 Thanks! On Tue, Dec 3, 2013 at 4:08 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi Maxim, Please file a ticket in Wicket Jira for this feature request. Link to this discussion and to your repository. There are some things I don't

Wicket and Responsive Design question

2013-12-03 Thread gerritqf
Hello, I am new to Wicket and i need some advice about building a webapplication with Wicket and making this suitable for several devices, like tablet and smartphone. What is the best way of building the markup pages with Wicket, or is it just a way of including the right css3 and html5 to the

a discussion on current java web stacks

2013-12-03 Thread francois meillet
http://www.reddit.com/r/java/comments/1rwvqa/current_java_web_stacks/?sort=old François

Modern javascript/html code generation, is Wicket the only one?

2013-12-03 Thread Brown, Berlin [PRI-1PP]
This is more a general question. Is wicket pretty much the only mainstream java framework that generates javascript calls from Java code. E.g. Wicket generates ajax code for those particular widgets. With the web moving to javascript heavy frameworks, does struts/spring mvc really stand up

Re: Modern javascript/html code generation, is Wicket the only one?

2013-12-03 Thread Paul Bors
Take your pick: http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks#Java On Tue, Dec 3, 2013 at 10:10 AM, Brown, Berlin [PRI-1PP] berlin.br...@primerica.com wrote: This is more a general question. Is wicket pretty much the only mainstream java framework that generates

Re: Wicket and Responsive Design question

2013-12-03 Thread Jeremy Thomerson
Responsive design means different things to different people. However, the most common definition these days has to do with markup that adjusts to various types of devices. Accomplishing this primarily centers around your HTML, CSS (using media queries, etc), and JS for enhanced features. Thus,

Re: Wicket and Responsive Design question

2013-12-03 Thread Gabriel Landon
For this, I'm using Twitter's Bootstrap 3 : http://getbootstrap.com It's mainly HTML5 and CSS 3 stuff. With the wicket-boostrap project : https://github.com/l0rdn1kk0n/wicket-bootstrap/ The master branch is still using Bootstrap2 but there is a bootstrap3 branch. Enjoy. -- View this

Re: Problem with SVG Rendering with Wicket 6.5.0

2013-12-03 Thread Paul Bors
Consult Wicket's website for directions on how to create a QuickStart: http://wicket.apache.org/start/quickstart.html If you need help on installing Maven (or a quick tutorial): http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html You'll need Maven to create the QuickStart.

Re: Wicket and Responsive Design question

2013-12-03 Thread Gerrit Wassink
Thanks a lot. This helps me further! Jeremy Thomerson jer...@wickettraining.com , 3-12-2013 18:29: Responsive design means different things to different people. However, the most common definition these days has to do with markup that adjusts to various types of devices. Accomplishing this

Re: Wicket and Responsive Design question

2013-12-03 Thread Gerrit Wassink
Ok thanks, i will give it a try! Gabriel Landon glan...@piti.pf , 3-12-2013 18:59: For this, I'm using Twitter's Bootstrap 3 : http://getbootstrap.com It's mainly HTML5 and CSS 3 stuff. With the wicket-boostrap project : https://github.com/l0rdn1kk0n/wicket-bootstrap/ The master branch