Java
-
Getting started with GWT
GWT short for Google Web Development Kit lets programmers to develop Ajax web applications with java. Java codes are converted…
Read More » -
Functional programming with Map and Fold in Java
In functional programming, Map and Fold are two extremely useful operators, and they belong to every functional language. If the…
Read More » -
Why I will use Java EE instead of Spring in new Enterprise Java Projects in 2012
The question comes up often. It came up in my new project in November 2011, too. I will use Java…
Read More » -
Adding Ehcache to Openxava application
Introduction This article shows how to quickly enable Ehcache on Openxava applications and thus improving performance. When viewing an entity…
Read More » -
Why should you use Unchecked exceptions over Checked exceptions in Java
The debate over checked vs. unchecked exceptions goes way, way back. Some say it’s one of the best features Java…
Read More » -
Most often asked questions about JavaFX
Last week I did a talk about JavaFX at Jfokus 2012 in Stockholm, when I realized that there are three…
Read More » -
ActiveMQ IS Ready For Prime Time
The ActiveMQ project has been around since 2005 – and has been a top level project at the Apache Software…
Read More » -
Best Practices for JavaFX Mobile Applications, Part 2
WARNING: The tips I am giving here are true for the current version of JavaFX Mobile, which is part of…
Read More » -
RESTful Web Applications with Jersey and Spring
A couple of months ago, we were tasked with creating an API to expose some functions in our system to…
Read More »