> 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 :-)

Cheers
Per


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

Reply via email to