[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

SmokingAPipe do-not-reply at jboss.com
Wed Jan 17 14:46:24 EST 2007


I haven't looked at Peter's solution but I know it would be quite easy and efficient to write a plain old Servlet to do this.  It is perfectly possible to use EntityManagers within Servlets, and serving an image from a Servlet is a good way to go.  You avoid any overhead of Seam, JSF or anything else, and it can be done with just a few lines of code in a servlet.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002998#4002998

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002998



More information about the jboss-user mailing list