-
DevOps
GlassFish Operations: Log Notifications
The of the most prominent requirements for application servers derive from the operations space. Taking this into account the next…
Read More » -
Core Java
Native C/C++ Like Performance For Java Object Serialization
Do you ever wish you could turn a Java object into a stream of bytes as fast as it can…
Read More » -
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 »