From: tomo on 29 Jan 2010 06:59 Can someone post me link for some example regarding the topic ? I wan't to do it via hibernate. __________ Information from ESET NOD32 Antivirus, version of virus signature database 4817 (20100129) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: Lew on 29 Jan 2010 08:53 Don't depend on the subject to reveal part of your message. People can change the subject line. Make sure the body of your message includes all relevant parts of your communication. tomo wrote: > Can someone post me link for some example regarding the topic ? I wan't to > do it via hibernate [sic]. Map the BLOB to 'byte []'. Stream the XLS file into the array. Persist. -- Lew
From: tomo on 29 Jan 2010 09:22 Thx for that part. But I have a JSF web application that has to load that xls file from DB, create a copy of it, and save it in DB. The problem is that constructor for crating new workbook from jxl takes FILE as an argument, and I can't save any file to local disk. How can I solve it ? Create some temp. file on server ? "Lew" <noone(a)lewscanon.com> wrote in message news:hjup8b$p2l$3(a)news.albasani.net... > Don't depend on the subject to reveal part of your message. People can > change the subject line. Make sure the body of your message includes all > relevant parts of your communication. > > tomo wrote: >> Can someone post me link for some example regarding the topic ? I wan't >> to do it via hibernate [sic]. > > Map the BLOB to 'byte []'. Stream the XLS file into the array. Persist. > > -- > Lew > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4818 (20100129) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4818 (20100129) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
|
Pages: 1 Prev: Read utf-8 file return utf-16 coding hex string ? Next: closing an app |