Nested resource routing

2009-06-25 Thread webpost
I want to be able to nest arbitrarily deep items in a hierarchical format, and route them based on URI patterns in Spring. For example, I can have objects nested like: /branches/{branch_id}/ /branches/{branch_id}/leaves/{leaf_id}/ /branches/{branch_id}/buds/{bud_id}/ However, the

Nested resource routing

2009-06-25 Thread webpost
I want to be able to nest arbitrarily deep items in a hierarchical format, and route them based on URI patterns in Spring. For example, I can have objects nested like: /branches/{branch_id}/ /branches/{branch_id}/leaves/{leaf_id}/ /branches/{branch_id}/buds/{bud_id}/ However, the