I am just starting to use Castor with Axis, but I thought Castor was for creating Java Objects from XML Schema (and vice versa, serializing to XML Schema I guess) and I thought Hibernate was a proprietary thing to persist java objects and then it manages an offline store to a database (uses memory for all its interaction with the app and then periodically persists to database)?
So I probably dont understand correctly but the two dont really seem interchangeable to me. Does Castor persist somewhere other than to filesystem?
RE: Nice Java Web App - Struts->Spring->Hibernate
I am just starting to use Castor with Axis, but I thought Castor was for creating Java Objects from XML Schema (and vice versa, serializing to XML Schema I guess) and I thought Hibernate was a proprietary thing to persist java objects and then it manages an offline store to a database (uses memory for all its interaction with the app and then periodically persists to database)?
So I probably dont understand correctly but the two dont really seem interchangeable to me. Does Castor persist somewhere other than to filesystem?