Search

 

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

Tags

Archives

Archive for December 31st, 2008

BLOB from Java to Flex via BlazeDS

Wednesday, December 31st, 2008

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