I'm trying to find a simple solution for importing data from "any" given XML into a relational database based on Java.
That said, I've found the following libraries:
Unfortunately both (and others I've found) require code generation and compilation in order to work.
What I'm hunting for is some sort of mapping file (as JiBX contains) which represents the relational database state and would be parsed at runtime, generating needed POJO's on the fly which are then persisted to the database.
Is anybody aware of something like this?
No comments:
Post a Comment