Im tring to make a composite application (i am still learning how it all works)
Lets say there are two regions with a view in each that interact with each other via drag and drop, view A contains a list of tasks that view b (which contains a list of People) doesnt really know about.
When I select some tasks in the list from view a and drop it to another list maintained by view b which module should know what happened? does the module that maintains the tasks need to know about the module that maintains the people, or vise vera? where should I start? any clarity on the whole interaction and how its best handled would be greatly appresiated
thanks