At first my app was going to access a MySQL database, but everything changed and now it must read from a XML file, it will only read from it.
The basic idea is:
1. Admin App persist to MySQL.
2. Admin App generates a MySQL xml dump (mysqldump tool).
3. App send the xml to client.
4. Client query the xml.
Maybe there are more clever ways to architecture this, but right now this is not the point. Is there any Hibernate like XML - Relational to do this, how could I achieve this?