Assemble JAX-RS web applications.
Implement a resource method to receive multipart/form-data parts from an HTML form submission.
Parent
Use multipart/form-data content in JAX-RS application requests and responses
After developing the Java class files for the JAX-RS web application and edit the web.xml file to enable the JAX-RS servlet, we are ready to assemble the application. Assemble the web application into a WAR package. We can assemble the WAR package into an EAR package, if required.
What to do next
Deploy JAX-RS web applications.
Subtopics
Related concepts
Development and assembly tools
Related tasks
Assembling JAX-RS web applications