Thanks John!

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
John Hicks
Sent: Friday, August 04, 2000 12:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Help! XML intergration!


Message Queue middleware (MQSeries from IBM
(http://www.ibm.com/software/ts/mqseries/ or MSMQ, Microsoft Message Queue,
for example) makes sure each message (here, XML) gets delivered once and
only once.  Best if you have it running at both ends of the connection,
theirs and yours.  But it still helps pipe messages (or message-group
transactions) from app to app at your  end.

John Hicks
ceriumworks.com
XMLOutline XMLdb XMLServlet

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Howard Lee
Sent: Friday, August 04, 2000 1:13 PM
To: [EMAIL PROTECTED]
Subject: Help! XML intergration!


Hi folks,

Maybe some of you have done this before and shed some light on me. We have a
third party vendor who is working on web pages which basically collect
information and turn it into XML and wants to give it to us (they are on a
separate web server). Our environment is EJB/JSP/Servlet, and my question is
how should I receive that XML file? I thought about them passing me URI of
the XML file and from that URI I go grab the XML file, but I thought it
could get messy (cleaning up old XML files etc). Any idea how I should
approach this? What would be the best approach to this? Thank you very much
folks!

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to