Mercurial > dive4elements > framework
diff Changelog @ 28:019b9f02d523
Added REST handler for 'advance' and 'feed' to be called by HTTP POST '/artifact/{uuid}'.
artifacts/trunk@65 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 10 Sep 2009 14:44:25 +0000 |
parents | 75bdaf900473 |
children | 22b03d5c84c5 |
line wrap: on
line diff
--- a/Changelog Thu Sep 10 14:21:58 2009 +0000 +++ b/Changelog Thu Sep 10 14:44:25 2009 +0000 @@ -1,7 +1,12 @@ 2009-09-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java: - Handler for describe to be fetced by HTTP GET '/artifact/{uuid}'. + Added handler for 'advance' and 'feed' to be called by HTTP POST '/artifact/{uuid}'. + +2009-09-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java: + Added handler for 'describe' to be fetched by HTTP GET '/artifact/{uuid}'. * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/RestApp.java: Add route to new describe handler.