JBoss Community

Re: How do dynamically load the images in JBoss AS 7

created by Peter Johnson in Beginner's Corner - View the full discussion

This is basically the same algorithm that a web server uses to serve images that are within the web app. Your JSP should be writing <img> tags into the HTML output and let the browser request the separate images, usally in parallel. Thus multiple instances of the servlet will be running, each processing a different image request.

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community