ilkin0 / XML-parsing

Simple XML parsing project with different Java APIs, such as SAX, STAX, DOM, and JAXB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML-parsing

Introduction

This is a simple XML parsing project that used different JAVA APIs (SAX, STAX, DOM, JAXB) as well as Postgresql as a database. In the project, target XML, which I used, was from Central Bank of Azerbaijan Republic, daily currency values. All APIs were used, parsed and inserted into the database. Due to XML is dynamic, parsed values are also dynamic and values change days to days.

About

Simple XML parsing project with different Java APIs, such as SAX, STAX, DOM, and JAXB


Languages

Language:Java 100.0%