Hi All, I have a question related to including other application controller in to new under development application. For example : We have included five more controller in projectmgr application as ; catalog, ordermgr, accounting, workeffort, and humanres. Here I think that if we have to use 20 - 30 uri of other controller, and suppose all controllers have 100 uri. So, Here is my question that, Should we include these five controllers in projectmgr or we may create new uri's for the same in the projectmgr component. Because as per my understanding, every time the uri when not found in the controller of projectmgr it will search the same uri in other controller as per sequence they included in the projectmgr controller. Now which approach is better in such case if we consider the performance : " Either we should include the controller in the new application controller or we may write our own uri's in new application controller. "
My vote is we should go for Write our own uri in the new application controller. Suggestion's are most welcome. Thanks and Regards : [Rishi Solanki]
