RESTful Web Services Developer's Guide

Mapping the URI Paths and JSP Pages

The mapping of the URI paths and JSP pages is shown in the following table.

URI Path  

JSP Page 

/com/sun/jersey/samples/bookstore/resources/Bookstore/index.jsp 

/count 

/com/sun/jersey/samples/bookstore/resources/Bookstore/count.jsp 

/time 

/com/sun/jersey/samples/bookstore/resources/Bookstore/time.jsp 

/items/{itemid} 

/com/sun/jersey/samples/bookstore/resources/Book/index.jsp 

/items/{itemid} 

/com/sun/jersey/samples/bookstore/resources/CD/index.jsp 

/items/{itemid}/tracks/{num} 

/com/sun/jersey/samples/bookstore/resources/Track/index.jsp