JSP, tag libs and servlet
In the previous article, we saw how to marshal the XML returned by the web service to a Stock object. Now we are going to create a JSP template to create the structure of the popup using tag libs to manipulate the data from the Stock object and a servlet to handle the request and response of the client. Continue reading.
Leave a Reply