Binding HTTP has been refactored to provide better support for http type of invocation based on servlets and to allow mapping of HTTP operations (e.g. GET, PUT, POST, DELETE) to interface operations matching that. The RPC over HTTP style is still available using the RPC OperationSelector.
I'm planning to also remove the servlet specific stuff from binding.rest, as it clear fits more with binding.http. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
