I am currently using s custom class to attach routes to  a router but  
am now looking at using the SpringBeanRouter but have a couple of  
questions.

1.  In the example below if i also want to support the a query string  
would i change the bean name to  "/studies?{query}"

2. How do i specify a default route for the router.



<beans .. >
   <bean name="router" class="org.restlet.ext.spring.BeanNameRouter"/>
   <bean name="/studies" id="studiesResource" autowire="byName"  
scope="prototype" class="edu.northwestern.myapp.StudiesResource" >
</beans>

cheers
</jima>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1699583

Reply via email to