JAXB marshalling/unmarshalling without any configuration?

JAXB does not require a schema, it is designed to start from Java objects. You then add annotations to customize the mapping to XML. Below are some useful examples to get started.

Your understanding is partially correct in my opinion. If you are starting from the Java ValueObject class, then there is no need for schema...you can refer to the example pointed by Blaise. But sometimes, the ValueObject class is not given to you.

Instead an xml schema definition is given. So using ANT as you say....you can generate the ValueObject class from the xml schema.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions