Calendar

December 2008
S M T W T F S
« Nov   Jan »
 123456
78910111213
14151617181920
21222324252627
28293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

Archive for December 31st, 2008

BLOB from Java to Flex via BlazeDS

Wednesday, December 31st, 2008

I 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 [...]