Open spring-operator opened 17 years ago
Sören Chittka commented
CRUD-Flows are a really good idea, I'd like to see this feature very soon.
But I think the semantics of a POST-request should be different: POST http://localhost:8080/app/account -> create account with id generated by server, redirect to http://localhost:8080/app/account/[generated id]
This is how RFC2616 (HTTP/1.1) defines this semantics for POST. PUT can be used to create and/or update resources at a known location (as shown in your previous posting).
nebhale commented
That is correct and the description has been updated.
Keith Donald opened SWF-369 and commented
We can generate flows from minimal metadata based on conventions. e.g. what is shown above is a basic flow to edit this account. We should be able to get that down to something like: