This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Importing XML documents to RDBMS using Java
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
These days, most companies across all industries use relational databases or RDBMS (Relational Databases Management Systems) to store and manage their critical business information. In fact, the three most important relational databases vendors happen to be the three most important software companies of the world: Oracle, IBM (DB2), and Microsoft (SQL Server). In parallel, over the last four years, XML has become the undisputable standard both for data exchange and content management. As a consequence, many thousands of database and application developers are now facing the development challenge of converting XML data to a relational format.
Ale Gicqueau of HiT software shows you how you can covert/import your XML documents into RDBMS using Java. The source code is also included.