Strategies for Streaming large Files?! 2004-03-31 - By Stefan Frank
Back Hi,
we are currently building an Imaging-Database, which will store huge quantities of Binary Data in the Database. Along with these Images, we will store Meta-Data about the Images, which we can pass as usual as a TransferObject to some SessionBeans that deal with Persistence. This works fine for the Meta-Data, for the Images, we want to be able to stream them to and from the Database - are there any patterns for this existing?! We can circumvent the EJB-Layer completely, by just taking a http-stream and streaming its contents directly into the DB - but if it was only for the sake of symetry, I'd prefer to pass the Stream to a SessionBean for Persistence. Has anyone tried something like this in j2ee?!
Cheers stf
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|