Hi I"m new to jaxb and i'm using j2sdk 1.4.2_06, My task is to refer an xsd and use my own
java object filled with values to its properties and generate an xml.
I'm confused with the context path param in the below method.
JAXBContext.newInstance( �com.acme.foo:com.acme.bar� );
How am i suppose to generate jaxb.propertise file ? and what am i refering to from the context path ? Please help
Thanks