I am trying to get my head around how to do this - I hope somebody can tell
me how, please.
I have a database table in which I want to store image files (like .png, jpg,
etc) - something like:
table images( key int, blob bigpicture )
I want to extract pictures from the table and display them in a jsf page; I
know how to go about database tables etc in general in Java EE, but I am not
sure about images - is there a place I can read more about it? Or is it just
really simple?
Another things is - how about uploading pictures, which is the other,
important part of this?
--
[Message sent by forum member 'janpla']
View Post: http://forums.java.net/node/883394