-
Enterprise Java
WebServerSocket with JWebSocket in Java
First, go to http://jwebsocket.org/ to Download 2 package Server and Client . If you want to view Source, plz download…
Read More » -
Enterprise Java
Oracle Coherence: Distributed Data Management
This article shows how to provide distributed(partitioned) data management by using Oracle Coherence. In below sample application, a new cluster…
Read More » -
Software Development
HOWTO: Increase performance in your application
If there’s one thing that developers hate it’s seeing your piece of code becoming a performance hog. That piece of…
Read More » -
Enterprise Java
EhCache replication: RMI vs JGroups
Recently, I was working on one product which required replicated caching. Caching provider was already decided – EhCache, and the…
Read More » -
Enterprise 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 » -
Enterprise Java
Java EE 6 Testing Part II – Introduction to Arquillian and ShrinkWrap
In Java EE 6 Testing Part I I briefly introduced the EJB 3.1 Embeddable API using Glassfish embedded container to…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
So you are a programmer…
Been there. Done that. And suffered for that… Programming is fun. But there are some other associated stuff we programmers…
Read More »