-
Android Core
Android Performance Tweaking: ParseArray Versus Hashmap
One of the more recent Android ADT updates added Android Lint. Lint will check your Android project for simples things…
Read More » -
Agile
In Agile development planning, a security framework loses out
In Agile Estimating and Planning, Mike Cohn explains the different factors that go into prioritizing work on a software development…
Read More » -
Software Development
Approaches to XML – Part 1 – XML is not a String…
XML has been around a long time: from memory, I’d guess that it’s about 12-14 years old by now; it’s…
Read More » -
Software Development
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
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 » -
Software Development
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
Confusion As A Usability Defect
As a software engineer, you should always be looking for the location of the next defect or at least clues…
Read More » -
Enterprise Java
Extending JMeter with a WS-Trust/STS sampler
JMeter does not have any inbuilt support for WS-Security or WS-Trust and that made me develop this STS Sampler for…
Read More » -
Enterprise Java
JSF Event-based communication: Old-school approach
Web applications written in JSF consist of beans which interact among each other. Communication between beans is one of the…
Read More »