JAX-B is the xml modeling for Java.
It makes it easier to marshell classes.
import javax.xml
@XmlRootElement
public class Book{
private string isbn;
}
JAX-B is the xml modeling for Java.
It makes it easier to marshell classes.
import javax.xml
@XmlRootElement
public class Book{
private string isbn;
}