Hi
In rich Client side could controller be used to talk to bussiness delegate which in turn is responsible for
ejb bussiness tier abstraction(making connection and invoking methods).I could see no examples but it makes sense that controller only looks for decoupling swing view classes and bussiness delegate methods.
other way round bussiness delegate functionality be shifted to Controller,which might make it more cluttered.
Pls let me know your views on the same.
Thanks