Java
-
Java EE 6 Testing Part I – EJB 3.1 Embeddable API
One of the most common requests we hear from Enterprise JavaBeans developers is for improved unit/integration testing support. EJB 3.1…
Read More » -
Grails Dynamic Dropdown
Recently I had a UI requirement where a customer wanted to select values from two separate dropdowns. The value of…
Read More » -
Spring & JSF integration: Internationalization and Localization
If you are working on a JSF application that is targeted to multiple languages, you may well be familiar with…
Read More » -
Using Tomcat JDBC Connection Pool in Standalone Java Application
This is a guest article from our W4G partner Clarence Ho author of Pro Spring 3 from APress. You may…
Read More » -
Profiling JavaFX Mobile applications
NOTE: This article was originally published in 2009 and is provided for reference reasons. Please check out the rest of…
Read More » -
Comparing OpenDDR to WURFL
Web content delivered to mobile devices usually benefits from being tailored to take into account a range of factors such…
Read More » -
Avoid Null Pointer Exception in Java
Null Pointer Exception is the most common and most annoying exception in Java. In this post I want to avoid…
Read More » -
Array, list, set, map, tuple, record literals in Java
Occasionally, when I’m thrilled by the power and expressiveness of JavaScript, I find myself missing one or two features in…
Read More » -
Distribute Spring Beans in Oracle Coherence
This article shows how to distribute Spring beans by using EntryProcessor and Portable Object Format(POF) features in Oracle Coherence. Coherence…
Read More »