VOOZH about

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

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


  • Android Core👁 Image
    Rakesh CusatSeptember 11th, 2012
    1 564

    Android dynamic and XML layout

    Android activity contains various user interface components e.g Button, Radio button, List, Text field etc. The user interface component can…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesAugust 14th, 2012
    0 563

    Spring Profiles in XML Config Files

    My last blog was very simple as it covered my painless upgrade from Spring 3.0.x to Spring 3.1.x and I…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Konrad GarusAugust 8th, 2012
    1 191

    Testing Spring & Hibernate Without XML

    I’m very keen on the improvements in Spring 3 that eventually let you move away from XML into plain Java…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Blaise DoughanAugust 7th, 2012
    0 506

    JAXB and Root Elements

    @XmlRootElement is an annotation that people are used to using with JAXB (JSR-222). It’s purpose is to uniquely associate a…

    Read More »
  • Enterprise Java👁 Image
    Biju KunjummenJuly 30th, 2012
    0 420

    EclipseLink MOXy as a JAXB provider

    EclipseLink MOXy is a JAXB provider and is a compelling alternative to the default JAXB provider built into JDK. First…

    Read More »
  • Desktop Java👁 Image
    Alonso DominguezJuly 25th, 2012
    5 329

    RichText editor component for SWT based applications

    This article will go through the task of implementing our own RichText editor component with SWT. I faced the need…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 108

    Approaches to XML – Part 2 – What about SAX?

    Part 1 introduced the idea that there are different ways to approach XML parsing and highlighted the point that XML…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 194

    Approaches to XML – Part 4 – XMLBeans

    If you remember from Part 1, Part 2 and Part 3, I’m covering different approaches to parsing XML messages using…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 112

    Approaches to XML – Part 3 – JAXB

    If you remember from Part 1 and Part 2, I’m covering different approaches to parsing XML messages using the outrageously corny scenario…

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