PDA

View Full Version : Best Practice: POST object pass-through


Tom Sheehan
Sep 14th, 2007, 12:28 PM
I have a need to process a POST object from a web page generated by a vendor application. Processing involves reading/acting on the data and calling a web page on the vendor application, passing the post data back to it.

Is there a Resolver/Controller configuration that stands out as superior option?

This all happens on a Tomcat 5.5.23.

Thanks