Tips and Tricks

  • submit to reddit

Using JAXB to Generate Java Objects from XML Document

Quite sometime back I had written about Using JAXB to generate XML from the Java, XSD. And now I am writing how to do the reverse of it i.e generating Java...

0 replies - 4636 views - 01/29/13 by Mohamed Sanaulla in Articles

Re-Pair Programming

When asked:”What’s the best thing I can do right now to improve my code quality” I always answer: code reviews. A code review is the best bug preventer...

0 replies - 4469 views - 01/28/13 by Gil Zilberfeld in Articles

Apache Isis Codebase Refactored, Adopting Semantic Versioning

Following on from Isis’ recent graduation as an Apache top-level project, I also blogged about how we have a new CMS-based site and also how we’ve moved...

0 replies - 1854 views - 01/28/13 by Dan Haywood in Articles

How we do Sprint Retrospectives

Sprint retrospectives are a key part of Scrum, which goes back to the lean roots of scrum with the focus on continous improvements. When I wrote this series on...

0 replies - 2235 views - 01/28/13 by Anders Abel in Articles

Java concurrency: the hidden thread deadlocks

Most Java programmers are familiar with the Java thread deadlock concept. It essentially involves 2 threads waiting forever for each other. This...

0 replies - 2089 views - 01/28/13 by Pierre - Hugues... in Articles

How aggressive is method inlining in JVM?

Ctrl + Alt + M is used in IntelliJ IDEA to extract method. Ctrl + Alt + M. It's as simple as selecting a piece of code and hitting this combination. Eclipse...

1 replies - 2829 views - 01/28/13 by Tomasz Nurkiewicz in Articles

Android – How to Display Information With Justify Alignment?

Problem: How do i display information with Justify alignment? Solution: I saw many developers asking questions on Stackoverflow for this problems. Here are...

0 replies - 1910 views - 01/28/13 by Paresh Mayani in Articles

One Jar to Rule Them All

Trip down the memory lane Back in 1998, when I was a C/C++ developer, trying my hands on Java, a few things about the language were, to put it mildly -...

0 replies - 2622 views - 01/27/13 by Partha Bhattacharjee in Articles

Android ListView – Fixing Missing/Blank Dividers

A post with code in it. Because it’s been a long time since the last one. If you work with ListViews in Android, as all Android developers will do at some...

0 replies - 1718 views - 01/27/13 by Dan Dyer in Articles

Java Messaging Service (JMS) Point to Point w/ JBoss Tutorial

From  http://www.zaneacademy.com | 00:00 What is a JMs Point to Point example? | 01:21 How to create a JBoss server in eclipse? | 01:51 What...

0 replies - 3604 views - 01/27/13 by Mitch Pronschinske in Articles

R: Filter a Data Frame Based on Values in Two Columns

In the most recent assignment of the Computing for Data Analysis course we had to filter a data frame which contained N/A values in two columns to only...

0 replies - 1346 views - 01/27/13 by Mark Needham in Articles

5 Tips on How to Use Metrics in an Agile Project

Metrics seems to be the part and parcel of any software development project. In typical waterfall development projects, different types of pre-defined ...

0 replies - 4035 views - 01/27/13 by Venkatesh Kris... in Articles

Clojure: Expectations Verify Interaction Args

The expectations framework provides the ability to create interaction (or behavior) based tests. I've previously written about adding interaction based testing...

0 replies - 1451 views - 01/26/13 by Jay Fields in Articles

MQTT on iPhone

Demo of MQTT with UIF demo of a transportation use case. This MQTT-UIF hybrid application is running on iOS 5.1, connecting to an MQTT server of MQ and Message...

0 replies - 1739 views - 01/26/13 by Mitch Pronschinske in Articles

Sorting Text Files with MapReduce

In my last post I wrote about sorting files in Linux. Decently large files (in the tens of GB’s) can be sorted fairly quickly using that approach....

0 replies - 1925 views - 01/26/13 by Alex Holmes in Articles