-
Android Core👁 Image
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
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
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
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
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
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
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
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
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 »
