VOOZH about

URL: https://www.javacodegeeks.com/tag/xml/page/4

⇱ XML Archives - Page 4 of 7 - Java Code Geeks


  • Enterprise Java👁 Image
    Blaise DoughanMarch 28th, 2013
    0 110

    MOXy’s Object Graphs – Input/Output Partial Models to XML & JSON

    Suppose you have a domain model that you want to expose as a RESTful service. The problem is you only…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanMarch 19th, 2013
    3 264

    Binding to JSON & XML – Handling Collections

    One of EclipseLink JAXB (MOXy)‘s strengths is the ability to map an object model to both JSON and XML with…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanMarch 7th, 2013
    0 404

    JAXB and java.util.Map

    Is it ironic that it can be difficult to map the java.util.Map class in JAXB (JSR-222)? In this post I…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Arpit MandliyaFebruary 22nd, 2013
    14 625

    JAXB tutorial – Getting Started

    Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…

    Read More »
  • Core Java👁 Image
    Javin PaulJanuary 27th, 2013
    1 402

    10 XML Interview questions and answers for Java Programmer

    XML Interview questions are very popular in various programming job interviews, including Java interviews for web developer. XML is a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivJanuary 21st, 2013
    0 192

    Testing REST with multiple MIME types

    1. Overview This article will focus on testing a RESTful Service with multiple Media Types/representations. This is the tenth of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanDecember 24th, 2012
    1 2,131

    JAXB – Representing Null and Empty Collections

    Demo Code The following demo code will be used for all the different versions of the Java model. It simply…

    Read More »
  • Software Development👁 Image
    Bozhidar BozhanovNovember 5th, 2012
    3 151

    Don’t Use JSON And XML As Internal Transfer Formats http

    You have a system that has multiple components and they have to communicate. They do that either via internal web…

    Read More »
  • Core Java👁 Image
    Blaise DoughanNovember 2nd, 2012
    0 1,121

    Applying a Namespace During JAXB Unmarshal

    For some an XML schema is a strict set of rules for how the XML document must be structured. But…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • ...
  • Last
Back to top button
Close