Patterns for large Chunks of Data 2004-02-18 - By Stefan Frank
Back Hi,
we are currently developing an application that has to be able to handle large binary data (images, imagestacks, movies): Size of the images is between 200MB and 2GB - right now we are streaming this data into the Database directly using jdbc: This Streaming is encapsulated in a ImageStoreDAO, that accpety an InputStream as parameter and returns an id. Along with the Binary-Data we have to store meta-data about the image - as the InputStream is not serializable, we are currently holding this together in the web-tier, by calling the ImageStoreDAO and the MetaDataSessionBean. Does anyone have other patterns of handling huge binary data and meta-data in a j2ee-enviroment?!
cheers stefan
==================================================================== 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)
|
|