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 updated real-time via ajax. (The person who is checking into the hotel is usually the person who is picking up the tickets to the show, for example). That sort of flexibility means that I have not hit a nasty road block with Wicket.
Cheers, Scott On Feb 6, 2008 8:36 AM, Maeder Thomas <[EMAIL PROTECTED]> wrote: > Having gone trough a web framework evaluation myself in the last year, my > recommendation is to actually build a small wicket application. The benefits > over other web frameworks are very real, but not evident from studying the > brochures. > > Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
