webtier@glassfish.java.net

Re: [webtier] Blob image and JSF 2

From: Celinio Fernandes <papouasied_at_yahoo.com>
Date: Thu, 7 Jan 2010 07:51:22 -0800 (PST)

well,
i managed to handle it with a servlet and the <h:graphicImage> tag.
Someone knows better ?


--- On Thu, 1/7/10, Celinio Fernandes <papouasied_at_yahoo.com> wrote:

From: Celinio Fernandes <papouasied_at_yahoo.com>
Subject: [webtier] Blob image and JSF 2
To: webtier_at_glassfish.dev.java.net
Date: Thursday, January 7, 2010, 8:09 PM

Hi,
I have an image which is stored in a database. It is mapped to a Blob variable in an entity bean.
Before digging further into the documentation, I thought I'd ask here :
is there a standard or a recommended way to handle a Blob image in JSF 2 ?

Thanks.