Parsing XML File - From Session Bean 2004-04-16 - By Arul Prakasam
Back Parsing xml file is same irrespective of parsing location. It can be parsed from a servlet, bean, simple java etc.
Use sax parser for effective parsing.
-- --Original Message-- -- From: An interest list for Sun Java Center J2EE Pattern Catalog [mailto:J2EEPATTERNS-INTEREST@(protected)] On Behalf Of Sridhar Akula Sent: Thursday, April 15, 2004 7:43 PM To: J2EEPATTERNS-INTEREST@(protected) Subject: Parsing XML File - From Session Bean
Hi Guys,
I got a requirement as, i will get a XML file from legacy system as input to my Session Bean. I need to parse the XML file and extract data from it and saved to the database.
Here what pattern will be implemented for parsing XML file.
What are the best practices to parse xml file from session bean?.
Thanks in advance.
Thanks and Regards,
Sridhar Akula skyTECH Solutions Private Limited BIPPL Building A, Block EP & GP, Sector V Salt Lake Elctronics Complex, Kolkata-700 (See http://ata-700.ora-code.com) 091,INDIA Phone:(91-33)2357-5441, Ext:2034 Fax:(91-33)2357-5441/52
SCJP, OCP-Apps Developer
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted ,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|