Re: Evaluating Wicket

2008-02-07 Thread Johan Compagner
I do my best there to explain what kind of problems Wicket solves. what about global warming?

Re: Evaluating Wicket

2008-02-07 Thread gnuyiga
/Evaluating-Wicket-tp15306535p15333418.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Evaluating Wicket

2008-02-07 Thread Eelco Hillenius
Don't forget to read the first chapter of Wicket In Action, which you can download for free at: http://www.manning.com/dashorst/. I do my best there to explain what kind of problems Wicket solves. nice book man ... am loving it ... Good to hear, thanks. We're amateur writers, but we've gone

Evaluating Wicket

2008-02-06 Thread René Samselnig
Hi people, currently I'm evaluating wicket as the future framework in our company. I already found a lot of information but still there is some missing. I hope you can help me out answering these questions. * What experience do you have regarding performance of wicket applications

Re: Evaluating Wicket

2008-02-06 Thread Nino Saturnino Martinez Vazquez Wael
Try here: http://cwiki.apache.org/WICKET/how-to-do-things-in-wicket.html As for some of the other questions, Ive answered inline.. René Samselnig wrote: Hi people, currently I'm evaluating wicket as the future framework in our company. I already found a lot of information but still

Re: Evaluating Wicket

2008-02-06 Thread djo.mos
... Regards. -- View this message in context: http://www.nabble.com/Evaluating-Wicket-tp15306535p15309002.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Evaluating Wicket

2008-02-06 Thread Scott Swank
The chief advantage in my mind is that the code is all Java. I was easily (2 dozen lines of code) able to write a behavior that replicates model between related form components so that when someone types a first name into a field it is replicated to other first name fields and those fields are

Re: Evaluating Wicket

2008-02-06 Thread Patrick Angeles
systems under development. René Samselnig wrote: Hi people, currently I'm evaluating wicket as the future framework in our company. I already found a lot of information but still there is some missing. I hope you can help me out answering these questions. * What experience do you have

Re: Evaluating Wicket

2008-02-06 Thread djo.mos
Ah, just an addition about performance: Session size can be a bottleneck in performance, so one have just to be careful about what to put in his session and by using detachable models for example. -- View this message in context: http://www.nabble.com/Evaluating-Wicket-tp15306535p15309398

Re: Evaluating Wicket

2008-02-06 Thread Jonathan Locke
be careful only to evaluate performance in wicket in deployment mode. development mode is subject to a potentially very high level of overhead that you don't want to profile. René Samselnig wrote: Hi people, currently I'm evaluating wicket as the future framework in our company. I