[S2 Tip] Use namespaces to organize your application into logical modules

2007-03-23 Thread Ted Husted
Many Struts applications contain hundreds of pages. To help organize large applications, the Struts configuration is designed around the notions of packages and namespaces. Each package can set its own defaults, including a namespace setting. struts package name=example namespace=/example

Re: [S2 Tip] Use namespaces to organize your application into logical modules

2007-03-23 Thread Harring Figueiredo
Ted, Thank you so much for sending this out. I was wandering what was the difference between namespace and package. I guess this explain well. Thanks ! hff On 3/23/07, Ted Husted [EMAIL PROTECTED] wrote: Many Struts applications contain hundreds of pages. To help organize large

Re: [S2 Tip] Use namespaces to organize your application into logical modules

2007-03-23 Thread Vinny
yes, little tips like this are appreciated. On 3/23/07, Harring Figueiredo [EMAIL PROTECTED] wrote: Ted, Thank you so much for sending this out. I was wandering what was the difference between namespace and package. I guess this explain well. Thanks ! hff On 3/23/07, Ted Husted [EMAIL

Re: [S2 Tip] Use namespaces to organize your application into logical modules

2007-03-23 Thread Piero Sartini
Thank you Ted, like Harring I also wondered what namespaces are all about and decided they arent that important to me - however, already tried to make action names like foo/bar. Now I consider namespaces very useful. Maybe this should be included in the wiki somewhere. (Tips Tricks Corner?)