On Jan 21, 2008 1:08 PM, Per Newgro <[EMAIL PROTECTED]> wrote:
> > Getting familiar with Swing will almost certainly help you get Wicket.
> > Just keep in mind that with Swing, you would update values by
> > 'pushing' them (for which you'd typically make heave use of the
> > observer pattern, e.g. using PropertyChangeListeners etc), whereas
> > with Wicket you would rely on the request cycle doing it for you (we
> > often call that 'pull' and it is in fact an example of Inversion of
> > Control, since you let your model objects being updated by the
> > framework rather than pushing out changes to the framework yourself).
> Btw. on that issue you can checkout for the jgoodies binding framework. It has
> similiar concepts like wicket - but is for swing components. But i don't want
> to hijack this thread :-)

I've never used it myself, but I have heard good things about it. So
yeah Scott, check it out :-)

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to