This task shows you how to develop a JAX-RS resource that takes advantage of the IBM JAX-RS implementation features that automatically split and decode the parts in a multipart/form-data HTTP form submission. Using these features allows a JAX-RS resource method to receive a File object, freeing the method from having to process the raw part payloads itself. You also see how to receive the raw data so that, if desired, the JAX-RS resource method retains complete control of the processing of the raw part data.
You have developed and deployed a JAX-RS web application on the application server that processes multipart/form-data content for requests and responses.
In this information ...
Related tasks
Related reference
|
(Index) IBM Redbooks, demos, education, and more |