Re: Comparison

2007-09-30 Thread Borut Bolčina
I ment for GWT mimicking 50 page web app. 2007/9/30, kranga <[EMAIL PROTECTED]>: > > We've been using serialize + gzip + base64 encode using T3 for a couple of > years - never had an issue with performance at all ... > >

Re: Comparison

2007-09-29 Thread kranga
We've been using serialize + gzip + base64 encode using T3 for a couple of years - never had an issue with performance at all ... - Original Message - From: "Howard Lewis Ship" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, September 27, 2007

Re: Comparison

2007-09-28 Thread Borut Bolčina
yes :-) I have great concern for pages source size, but I guess I will have to get my hands dirty and try GWT to see the results. Unfortunately time is luxury. Would anyone of you guys use GWT to build "portal" like pageflakes or netvibes? What technology stack do you see most appropriate? I wa

Re: Comparison

2007-09-27 Thread Anton Gavazuk
king), > > > > I can't have state hidden in forms persisted through the redirect > and > > > > hence > > > > am forced to use the session. > > > > > > > > - Original Message - > > > > From: "Francois Armand&quo

Re: Comparison

2007-09-27 Thread Howard Lewis Ship
ve state hidden in forms persisted through the redirect and > > > hence > > > am forced to use the session. > > > > > > - Original Message - > > > From: "Francois Armand" <[EMAIL PROTECTED]> > > > To: "Tapestry users"

Re: Comparison

2007-09-27 Thread Anton Gavazuk
design decision I think a framework shouldn't be > > making), > > I can't have state hidden in forms persisted through the redirect and > > hence > > am forced to use the session. > > > > - Original Message - > > From: "Francois Arm

Re: Comparison

2007-09-27 Thread Howard Lewis Ship
d to use the session. > > - Original Message - > From: "Francois Armand" <[EMAIL PROTECTED]> > To: "Tapestry users" > Sent: Thursday, September 27, 2007 4:24 AM > Subject: Re: Comparison > > > > Christian Gorbach wrote: >

Re: Comparison

2007-09-27 Thread kranga
e redirect and hence am forced to use the session. - Original Message - From: "Francois Armand" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, September 27, 2007 4:24 AM Subject: Re: Comparison Christian Gorbach wrote: Here's a recent compari

Re: Comparison

2007-09-27 Thread kranga
one pages into panels within a single page. - Original Message - From: "Borut Bolčina" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, September 27, 2007 5:29 AM Subject: Re: Comparison Thanks for your input Francois. Nobody has mentioned GWT so far.

Re: Comparison

2007-09-27 Thread Howard Lewis Ship
Does that qualify as "damning with faint praise""? On 9/27/07, Christian Gorbach <[EMAIL PROTECTED]> wrote: > > > Here's a recent comparison of Wicket and Tap from Ken Tong: > http://agileskills2.org/blog/2007/09/my_thoughts_on_the_differences.html > cheers > c)hristian > > > Borut Bolčina-2 wrote

Re: Comparison

2007-09-27 Thread Borut Bolčina
Thanks for your input Francois. Nobody has mentioned GWT so far. Is it an enterprise player at all? There are posts on the web and seminars on how to build large web apps with GWT. How does the dev cycle between developer and designer look like with GWT? -Borut 2007/9/25, Francois Armand <[EMAIL

Re: Comparison

2007-09-27 Thread Renat Zubairov
Great post indeed, it explains allot! Thanks! On 27/09/2007, Christian Gorbach <[EMAIL PROTECTED]> wrote: > > Here's a recent comparison of Wicket and Tap from Ken Tong: > http://agileskills2.org/blog/2007/09/my_thoughts_on_the_differences.html > cheers > c)hristian > > > Borut Bolčina-2 wrote: >

Re: Comparison

2007-09-27 Thread Francois Armand
Christian Gorbach wrote: Here's a recent comparison of Wicket and Tap from Ken Tong: http://agileskills2.org/blog/2007/09/my_thoughts_on_the_differences.html cheers c)hristian (I'm sorry, I would have answer on your blog, but it seems that something does not work with typekey login, I get a e

Re: Comparison

2007-09-27 Thread Massimo Lusetti
On 9/27/07, Christian Gorbach <[EMAIL PROTECTED]> wrote: > Here's a recent comparison of Wicket and Tap from Ken Tong: > http://agileskills2.org/blog/2007/09/my_thoughts_on_the_differences.html > cheers > c)hristian Great post! :) -- Massimo http://meridio.blogspot.com

Re: Comparison

2007-09-27 Thread Christian Gorbach
Here's a recent comparison of Wicket and Tap from Ken Tong: http://agileskills2.org/blog/2007/09/my_thoughts_on_the_differences.html cheers c)hristian Borut Bolčina-2 wrote: > > Hello, > > has anyone done a fair comparison of T5, JSF (any incarnation), Wicket > or/and any other Java web framew

Re: Comparison

2007-09-25 Thread Christian Gruber
I agree with Francois, but would add WebObjects, since it is going to be open-sourced, and has a long history and is a "mature" product. I'd fit it between Wicket and Tapestry 5. It has the core component architecture that inspired Tapestry, has some nice tools, and can run outside of a

Re: Comparison

2007-09-25 Thread Francois Armand
Borut Bolčina wrote: Hello, has anyone done a fair comparison of T5, JSF (any incarnation), Wicket or/and any other Java web framework. I Well, realy broad question. You should find some ideas here : http://raibledesigns.com/rd/entry/choosing_a_jvm_web_framework1 and all around the web. Of

RE: Comparison

2007-09-25 Thread Kolesnikov, Alexander GNI
One objective and undisputable benefit of any version of Tapestry over JSF is that in Tapestry you can create custom controls very easily, and so you have plenty of freedom in designing your interfaces. Everything else is arguable. You cannot compare frameworks without specifying some set of crit