i have to write a component to read xml files and update already created database table. the problem is the xmls change to have new data and the corresponding database table structure then changes.
but i need a generic solution and one component doing it and do not want to code for specific changing xml and database structure
i do not find any ORM, JDBC technologies/ design patters to achieve this. any suggestions?
Thanks,