RE: [OT] DOM Document as JMS message object's container

2004-08-10 Thread Pingili, Madhupal
August 06, 2004 12:39 PM > To: 'Struts Users Mailing List' > Subject: RE: [OT] DOM Document as JMS message object's container > > > Thanks for your suggestions. > The main reason to create an object (that contains Document as a member > and provide m

RE: [OT] DOM Document as JMS message object's container

2004-08-06 Thread Pingili, Madhupal
[EMAIL PROTECTED] > Sent: Thursday, August 05, 2004 5:59 PM > To: Struts Users Mailing List > Subject: Re: [OT] DOM Document as JMS message object's container > > Perhaps the XML document could be stored elsewhere, and the object you > embed in your JMS message could be

Re: [OT] DOM Document as JMS message object's container

2004-08-05 Thread Erik Weber
Perhaps the XML document could be stored elsewhere, and the object you embed in your JMS message could be of a simpler type which just contains a URI for the XML document. Then, the object that receives the JMS message could be a "reconstruction" wrapper, basically, that can use the URI to reco