On Thu, Mar 20, 2008 at 2:25 PM, Rishi Solanki <[EMAIL PROTECTED]> wrote:
> 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. This is not a best practice, this totally does not favour code re-usability and maintenance. Vikas > > Suggestion's are most welcome. > > > Thanks and Regards : > [Rishi Solanki] >
