Hello
I am wondering on how to develop an interface for changeset and changelog xml generation.
The main idea is to present a web page to the user, then he may choose and select his script needs (like a wizard SGBD screen), and then the web app output scripts for different databases (such as Oracle, MSSQL, Sybase..).
I initially started unmarshalling XSD Changelog to work with POJOs, but I am just checking if is there a better way to do that.
Thank you in advance!