-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: retrieving blob images from databse to jsp
PostPosted: Thu Apr 24, 2008 6:54 pm 
Newbie

Joined: Sat Mar 29, 2008 11:12 am
Posts: 6
Location: USA
Hi

I'm new to Hibernate and get stuck with the issue. I'm using combination of Hibernate/Struts along with MySQL and Tomcat. I came across the following publication

http://www.arunma.com/2007/03/01/upload ... -hibernate

and made it working for me to upload images to MySQL as Blob. It's working fine.

Unfortunately, I'm unable to find anything suitable as an example or case study for the purpose of displaying those in JSP.

Can somebody please suggest me the right approach with using Hibernate for such a purpose?

Any help would be gretaly appreciated. Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 04, 2008 7:43 am 
Newbie

Joined: Sun Dec 04, 2005 2:24 pm
Posts: 9
I've done quite a bit of work with image storage, retrieval and basic manipulation (rescaling, thumbnailing etc) using Hibernate. So if you have any specific questions please ask (see email address below).

The main problem I encountered was memory leaks: and not all those issues are resolved to my satisfaction yet: I had to bypass the usual Hibernate mechanism for image binary data transfer and go direct to JDBC to avoid frequent out of memory crashes. I continue to use Hibernate for all other aspects of the image database.

Joe (user name jdesbonnet on gmail )


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.