Friday, September 8, 2017

marshalling and spring boot study

http://blog.bdoughan.com/2010/08/creating-restful-web-service-part-55.html
http://blog.bdoughan.com/2012/11/creating-generic-list-wrapper-in-jaxb.html
https://stackoverflow.com/questions/6467119/spring-mvc-rest-response-json-and-xml
http://springinpractice.com/2012/02/22/supporting-xml-and-json-web-service-endpoints-in-spring-3-1-using-responsebody/
http://springinpractice.com/2011/12/06/jackson-json-jaxb2-xml-spring/
https://stackoverflow.com/questions/27010315/how-to-use-spring-boot-rest-data-to-return-xml
https://github.com/sergpank/spring-boot-xml/blob/master/src/main/java/com/exmaple/RestfulClient.java
http://javasampleapproach.com/java-integration/convert-java-object-intofrom-xml-spring-boot
http://www.javainterviewpoint.com/spring-rest-hello-world-example/
https://github.com/jasonray/jersey-starterkit/wiki/serializing-a-pojo-to-xml-or-json-using-jaxb
http://www.journaldev.com/8934/spring-rest-xml-and-json-example
https://www.intertech.com/Blog/jaxb-tutorial-how-to-marshal-and-unmarshal-xml/
https://www.mkyong.com/spring3/spring-objectxml-mapping-example/
https://www.javatpoint.com/spring-and-jaxb-integration-example
http://www.concretepage.com/spring/spring-oxm-marshaller-unmarshaller-annotation-example-with-castor
http://websystique.com/java/jaxb/jaxb-helloworld-example-marshal-unmarshal-example/
https://www.java-success.com/jaxb-with-spring-orm-for-marshaling-tutorial/
https://www.dineshonjava.com/jaxb-unmarshalling-example/
https://stackoverflow.com/questions/44676532/how-to-use-spring-to-marshal-and-unmarshal-xml
https://stackoverflow.com/questions/16003005/problems-with-jaxb-xml-parsing
https://stackoverflow.com/questions/18783683/how-to-create-model-class-for-xml-parsing-which-has-iteration-of-element

No comments:

Post a Comment