Handling frequent schema change in the jaxb

WelaReefe

New Member
In my application we are using JAXB for unmarshalling incoming xml response.JAXB pojos are further mapped to DAOs for DB operations.My issue is our service provider is going to frequently update their schema(xsd)(insertion, deletion of elements and attributes) and i dont want to keep generating POJOs for different versions of the same schema and updating my other codes.Please suggest a solution to handle this scenario.
 
Top