-
Android Games
AndEngine for Android Game Development Cookbook Giveaway – Roundup
Fellow geeks, Our giveaway of Packt Publishing’s books on Andengine has ended. You may find the original post for the…
Read More » -
Enterprise Java
ActiveMQ Clustering, Durable Subscribers, and Virtual Topics to the rescue
So you want to do publish-subscribe with ActiveMQ across distributed topics and be reliable. You can just use durable subscriptions,…
Read More » -
Software Development
Common pitfalls in benchmarking
Every once in awhile each and every one of us is trying to measure performance of certain parts of the…
Read More » -
Enterprise Java
Implementing custom Future
Last time we learned the principles behind java.util.concurrent.Future<T>. We also discovered that Future<T> is typically returned by libraries or frameworks.…
Read More » -
Scala
Complex Numbers in Scala
Overview I recently delivered an introductory talk about Scala at an internal geek’s event at SAP. In this talk, I…
Read More » -
Core Java
java.util.concurrent.Future basics
Hereby I am starting a series of articles about future concept in programming languages (also known as promises or delays)…
Read More » -
Enterprise Java
JAXB tutorial – Getting Started
Note: Check out our JAXB Tutorial for Java XML Binding – The ULTIMATE Guide What is JAXB? JAXB stands for…
Read More » -
Enterprise Java
Hibernate inheritance: Table per class hierarchy
In this tutorial we will see how to implement inheritance in hibernate.There are 3 ways in which you can implement…
Read More » -
Software Development
Easy Mocking of Your Database
Test-driven development is something wonderful! Once you’ve established it in your organisation, you will start to: Greatly improve your quality…
Read More »