RE: RE: User Notification

2002-09-24 Thread Galbreath, Mark
IL PROTECTED]] > Sent: Monday, September 23, 2002 4:49 PM > To: Struts Users Mailing List > Subject: Re: RE: User Notification > > > > What else would you suggest? > > The reason I am thinking about use DOM is that messages are > stored in a XML format in DB since the

RE: RE: User Notification

2002-09-24 Thread Galbreath, Mark
Absolutely use SAXP (java.sun.com) or JDOM (www.jdom.org) to parse the XML in a messaging system! DOM parsing would be a big bottleneck on any high-traffic system. Mark -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 7:49 PM The reason I a

RE: RE: User Notification

2002-09-23 Thread Joe Barefoot
hen that's a horse of a different color peace, Joe > -Original Message- > From: Vernon Wu [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 4:49 PM > To: Struts Users Mailing List > Subject: Re: RE: User Notification > > > > What els

Re: RE: User Notification

2002-09-23 Thread Vernon Wu
What else would you suggest? The reason I am thinking about use DOM is that messages are stored in a XML format in DB since the number of messages can vary. The XML format data needs to be parsed either SAX or DOM. If DOM parsing is too slow, SAX parsing into a collection object is a way to