huntxkzrh19
New Member
I have a requirement to generate xml feed file from a database (Oracle 10g), would like to know what are the industry standard best practices / procedures that are followed to generate xml feed ?background: It is a Java based application. and the data in database is spread across more than 10 tables, also need to generate the feed everyday and send the delta changes to client.....answeres that I knew presently: I knew an option, qry the database and populate the values to bean classes and by using JAXB annotations we can generate the XML file, but would like to know other possibilities - so that I can choose the best one !Thanx in advance.