I have web application, where I have classes generated from xsd schema. I am creating one Marshaller instance and one Unmarshaller instance as static final fields on application startup.
I want to know whether this is good practice, or it is better to create independent instances per need ?