On Monday 14 October 2002 13:47, Gary Shea wrote: > Hi -- > > .... Moving that event through component interfaces would > violate IOC. I'm thinking of an 'event service' component to address > that issue. Sort of a local communications backbone orthogonal to both > the UI and the application core.
I think you could apply IoC and SoC by having visual components that can be wired together using an interface descriptor like XUL. A second descriptor could associate actions to the visual components. This will even allow to change the user interface type (Swing, SWT, and JavaScript) without any code changes in your application. Mircea -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
