| Author |
Bulk Data + SOAP
|
Maneesh Chauahn
Ranch Hand
Joined: Mar 06, 2006
Posts: 48
|
|
Hi We are using the Hessian in our J2EE Application , to send the bulk data to client ( A server - client J2EE Application with Spring MVC FrameWork). Can we the use the Hessian for the bulk data ( Bulk Data , 200, 000 POJO object each Object contains the 400 Bytes . Total Data = 200,000 * 400 = 800,000,000 Bytes ) We are also looking for the option of using the SOAP ( XFire ). Can we use the SOAP for such Bulk Data Thanks
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
Bulk data does not belong INSIDE a SOAP message, it belongs as an attachment. Thats why the SOAP with Attachments API for Java - SAAJ was created. Most SOAP toolkits provide for SAAJ, if yours doesn't - look for a better one. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Bulk Data + SOAP
|
|
|