-
Desktop Java
JavaFX Coming Soon to an Android or iOS Device Near You?
There has been big news recently in the world of JavaFX regarding many more components of JavaFX being open sourced…
Read More » -
Software Development
Breaking build is not a crime
For years I’ve been taught that breaking continuous integration build is something that should be avoided under all circumstances. Let…
Read More » -
Enterprise Java
Exception Handling for REST with Spring 3.2
1. Overview This article will focus on how to implement Exception Handling with Spring for a REST API. We’ll look…
Read More » -
Core Java
Increased compile-time safety with phantom types
Introduction Using phantom types is a very simple technique that can be used to increase the compile-time safety of code.…
Read More » -
Software Development
Internationalization vs Localization (i18n vs l10n)
I always had a trouble how to explain this subject to other people. That’s why I’ve decided to collect the…
Read More » -
Enterprise Java
JQuery DataTables And Java Integration
Jquery DataTables is a open source plugin for creating tables in browser. It has many features like sorting,server side processing,…
Read More » -
Enterprise Java
Creating DataTable From RSS Feed And YQL
Yahoo Query Language(YQL ) is a query language like SQL.…
Read More » -
Enterprise Java
Don’t rely on unit tests alone
When you are building a complex system, barely testing components in isolation is not enough. It’s crucial, but not enough.…
Read More » -
Scala
Using twitter4j with Scala to access streaming tweets
Introduction My previous post provided a walk-through for using the Twitter streaming API from the command line, but tweets can…
Read More »