Archive for December 31st, 2008
BLOB from Java to Flex via BlazeDS
Wednesday, December 31st, 2008I was recently tasked with the job of loading images into a Flex app that were being stored within an Oracle database under data type Blob.
It turns out that this is pretty simple to do. The following is a simplified example as my original involved some complex objects and Hibernate:
After selecting the field from the [...]







