spring-framework/org.springframework.samples.../.settings
Chris Beams 3ddd08942c Polishing the new RESTful interface to the petclinic webapp (SPR-5487):
* Eliminated redundant 'clinic' servlet mapping (was: http://localhost:8080/petclinic/clinic/owners; now: http://localhost:8080/petclinic/owners)
* A parameterless GET for /owners now returns the list of all owners, rather than an error.
* /owners/form is now /owners/search (distinguishes the 'search form' resource from the 'edit owner form' resource)
* Eliminated any need for redirects, <welcome-file-list/>, and index.jsp. Deleted all of them.
* Updated /owners/{oid}/edit to submit using PUT instead of POST
* Updated URI for edit pet form from /owners/{oid}/pets/{pid} to /owners/{oid}/pets/{pid}/edit (the edit form is a distinct resource)
* Updated /owners/{oid}/pets/{pid}/edit to submit using PUT instead of POST

Changes unrelated to the web interface:

* Partitioned up JSPs into new owners, pets, and vets folders.
* Renamed those JSPs, e.g. ownerForm.jsp -> owners/form.jsp; findOwners.jsp -> owners/search.jsp; owners.jsp -> owners/list.jsp
* Updated various controllers to respect the changes to the URI templates, etc.
* Updated .classpath to include all necessary projects and libs to run the webapp successfully in WTP
* Updated JSP error checking rules to relax validation of fragments like header.jsp and footer.jsp
2009-02-14 09:11:14 +00:00
..
.jsdtscope adding eclipse/wtp project settings 2008-11-21 14:51:16 +00:00
com.springsource.server.ide.jdt.core.xml * Updated Eclipse classpath metadata 2009-02-14 03:09:59 +00:00
org.eclipse.jdt.core.prefs adding eclipse/wtp project settings 2008-11-21 14:51:16 +00:00
org.eclipse.jst.common.project.facet.core.prefs Polishing the new RESTful interface to the petclinic webapp (SPR-5487): 2009-02-14 09:11:14 +00:00
org.eclipse.jst.jsp.core.prefs * Updated Eclipse classpath metadata 2009-02-14 03:09:59 +00:00
org.eclipse.wst.common.component adding eclipse/wtp project settings 2008-11-21 14:51:16 +00:00
org.eclipse.wst.common.project.facet.core.xml Polishing the new RESTful interface to the petclinic webapp (SPR-5487): 2009-02-14 09:11:14 +00:00
org.eclipse.wst.jsdt.ui.superType.container adding eclipse/wtp project settings 2008-11-21 14:51:16 +00:00
org.eclipse.wst.jsdt.ui.superType.name adding eclipse/wtp project settings 2008-11-21 14:51:16 +00:00