Dear All,
I am developing an application with Hibernate as Data Access backend and Swing GUI as client side.
Hibernate and Data Access layer is centralized.
Swing GUI is distributed at client side.
My application should send large binary data (media file such as ..mp3, graphic, etc).
I put these data as byte[] in my Java object and mapp to db using hibernate.
My question is, how do i send this larga data across network?
Im implementing Data Transfer Object pattern to gain coarse-grained advantange.
Any help/reference/links are very muich appreciated.
Thank you .
|