| Author |
images in database
|
modesty brenin
Greenhorn
Joined: Dec 21, 2009
Posts: 7
|
|
i am creating project in servlet and jsp which i'm be embedding images of size of thumbnail.
would it be better idea to save images in database ooor path.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Welcome to JavaRanch!
It depends on how the images will be used. If they are largely for display, I recommend keeping them on the file system. Until HTML5 is widely used in which case, they can just stream as part of the page.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
"modesty aqua", please check your private messages for an important administrative matter.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: images in database
|
|
|