Deciding on frameworks - What has Wicket to offer for a Collaboration project?

2012-08-26 Thread seba.wag...@gmail.com
. Maybe there are other arguments positive for using Wicket that I have overseen? Thanks for sharing! Sebastian -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com

Re: Deciding on frameworks - What has Wicket to offer for a Collaboration project?

2012-08-26 Thread seba.wag...@gmail.com
martin-g On Sun, Aug 26, 2012 at 2:24 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Hi, we are developers from the Apache project Apache OpenMeetings, we provide a Web-Conferencing application that is currently Flash-based on the client side. We already have a server side stack

Re: Deciding on frameworks - What has Wicket to offer for a Collaboration project?

2012-08-26 Thread seba.wag...@gmail.com
problem for http worker threads, possible deadlock too. So you may need to deploy the different parts on different nodes. Also think early how you will implement the security part of the application. Sometimes classics are much easier ;-) On Sun, Aug 26, 2012 at 5:36 PM, seba.wag...@gmail.com

Re: Deciding on frameworks - What has Wicket to offer for a Collaboration project?

2012-08-26 Thread seba.wag...@gmail.com
is valid if your Wicket code makes these additional http requests to the REST APIs. In any case, I'll be glad to know which direction you and your colleagues at OpenMeetings will choose. On Sun, Aug 26, 2012 at 8:12 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: The security aspect

Setup Wicket in Eclipse without need to re-initialize the whole servlet container

2012-09-09 Thread seba.wag...@gmail.com
! Sebastian -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

what license is WicketStuff DataTables ?

2012-09-14 Thread seba.wag...@gmail.com
/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: JavaScript execution on Ajax response in Wicket

2012-09-17 Thread seba.wag...@gmail.com
/googlecode/wicket/jquery/ui/JQueryAbstractBehavior.java Also, these integrations are designed to be extended and already solve these kind of issues... Best regards, Sebastien. On Sun, Sep 16, 2012 at 10:25 AM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Hi, we build a single page

Re: issue with file download out of form component

2012-10-17 Thread seba.wag...@gmail.com
version of Jetty. But I'll add the check anyway with https://issues.apache.org/jira/browse/WICKET-4818 On Wed, Oct 17, 2012 at 9:16 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Tue, Oct 16, 2012 at 7:59 PM, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Hi, I did follow

Why is it forbidden to overwrite getString method in the Component class ?

2012-10-23 Thread seba.wag...@gmail.com
http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com

Re: Why is it forbidden to overwrite getString method in the Component class ?

2012-10-23 Thread seba.wag...@gmail.com
, seba.wag...@gmail.com seba.wag...@gmail.com wrote: Hi, I am wondering why it is forbidden to overwrite public final String getString(final String key) in org.apache.wicket.Component ? What is the reason of forbidding anybody to use his custom resource loading mechanism

Submitting a DateTextField value in a different timezone that the browser

2013-08-02 Thread seba.wag...@gmail.com
to resolve that? Thanks, Sebastian -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com

Re: Submitting a DateTextField value in a different timezone that the browser

2013-08-06 Thread seba.wag...@gmail.com
() { return yourspecifictimezone; } })); François Le 3 août 2013 à 02:38, seba.wag...@gmail.com a écrit : Hi, According to: http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/datetime/markup/html/form/DateTextField.html