Posts Tagged: SLF4J

JAXB Example : XML reading, writing in Java

Goal of this example Java SE includes many XML parsing technologies like SAX, DOM and StaX providing API to directly manipulate XML. In contrast JAXB does not allow direct XML manipulation, instead it provides a way to transform Java objects

JAXB Example : XML reading, writing in Java

Goal of this example Java SE includes many XML parsing technologies like SAX, DOM and StaX providing API to directly manipulate XML. In contrast JAXB does not allow direct XML manipulation, instead it provides a way to transform Java objects

CXF example : SOAP(JAX-WS), REST(JAX-RS), Spring

Goal of this example Which one is better SOAP or REST? The answer is neither. REST is newer, fancier therefore many consider it better. Both solution has pros and cons therefore the nature of the project should drive the decision, not

CXF example : SOAP(JAX-WS), REST(JAX-RS), Spring

Goal of this example Which one is better SOAP or REST? The answer is neither. REST is newer, fancier therefore many consider it better. Both solution has pros and cons therefore the nature of the project should drive the decision, not