migration from jsf to wicket

2009-01-29 Thread janneru
we are on the way to migrate our old struts web app to something more modern. our first try was seam/jsf, but the performance of jsf was very disappointing. so now our plan is to use seam (as we like its component model and the performance was quite good - after using @BypassInterceptors) with

Re: migration from jsf to wicket

2009-01-29 Thread Martin Makundi
> 1) working with many attributes of an object > we have some pages where we access many attributes of an object, say we want > to show all 20 attributes of a person and all 10 attributes of > person.getAddress(); > in the PersonPage.java i would have to add 30 label (or input) components, > 30 lin

Re: migration from jsf to wicket

2009-01-29 Thread John Krasnay
On Thu, Jan 29, 2009 at 12:41:31PM +0200, Martin Makundi wrote: > > 1) working with many attributes of an object > > we have some pages where we access many attributes of an object, say we want > > to show all 20 attributes of a person and all 10 attributes of > > person.getAddress(); > > in the Pe

Re: migration from jsf to wicket

2009-01-29 Thread janneru
martin & john, thank you very much for your ideas! this helps me very much to make the next steps, i will post the results when the integration is done! bestregards, uwe! On Thu, Jan 29, 2009 at 11:41 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > > 1) working with many attri

Re: migration from jsf to wicket

2009-01-29 Thread dtoffe
when > the integration is done! > > bestregards, uwe! > > -- View this message in context: http://www.nabble.com/migration-from-jsf-to-wicket-tp21724080p21733565.html Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: migration from jsf to wicket

2009-02-05 Thread uwe janner
janneru wrote: > > > > martin & john, > > > > thank you very much for your ideas! > > this helps me very much to make the next steps, i will post the results > > when > > the integration is done! > > > > bestregards, uwe! > > > > > >