[jboss-user] [Beginner's Corner] - Re: How do dynamically load the images in JBoss AS 7

Peter Johnson do-not-reply at jboss.com
Mon Apr 16 11:15:49 EDT 2012


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

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

To view the discussion, visit: https://community.jboss.org/message/730324#730324

--------------------------------------------------------------
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
[https://community.jboss.org/message/730324#730324]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120416/c0c645c0/attachment-0001.html 


More information about the jboss-user mailing list