Re: intercomponent communications

2009-07-29 Thread Marcin Palka

That's quite interesting stuff. Could you contribute your code to the
wicketsuff  (e.g. create a new wicketstuff project) ?

cheers,
Marcin


Vladimir K wrote:
 
 I don't see much buzz about this topic here, just a request for the trick
 for the forthcoming Johnatan Locke book. So it seems for now that just a
 few
 poople are interested in.
 
 I experienced problems in different places with approaches where
 components
 are loosely coupled and they try on their own to find the component which
 is
 supposed to be the source of events.
 
 I ended up with a form that serves as a subscription service for the
 components and dispatches the events. Let me know if somebody is
 interested
 in the implementation.
 
 

-- 
View this message in context: 
http://www.nabble.com/intercomponent-communications-tp24703947p24715276.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



intercomponent communications

2009-07-28 Thread Vladimir Kovalyuk
I don't see much buzz about this topic here, just a request for the trick
for the forthcoming Johnatan Locke book. So it seems for now that just a few
poople are interested in.

I experienced problems in different places with approaches where components
are loosely coupled and they try on their own to find the component which is
supposed to be the source of events.

I ended up with a form that serves as a subscription service for the
components and dispatches the events. Let me know if somebody is interested
in the implementation.