Hierarchical URI routing w/ Spring

2009-06-25 Thread webpost
I have a hierarchy of container type objects that I want to be able to use. ex: /branch/{branch_id}/ /branch/{branch_id}/branch/{branch_id}/ /branch/{branch_id}/branch/{branch_id}/branch/{branch_id}/ etc. This structure can be arbitrarily deep, and each branch can have other items

Re: Hierarchical URI routing w/ Spring

2009-06-25 Thread Rhett Sutphin
Hi, On Jun 24, 2009, at 11:40 AM, webp...@tigris.org wrote: I have a hierarchy of container type objects that I want to be able to use. ex: /branch/{branch_id}/ /branch/{branch_id}/branch/{branch_id}/ /branch/{branch_id}/branch/{branch_id}/branch/{branch_id}/ etc. This structure