Enterprise Java
-
A revolution with Business Activity Monitor (BAM) 2.0
Producing middle ware that is both lean and enterprise worthy is a difficult job. It’s either non-existent or requires innovative…
Read More » -
MapReduce with MongoDB
MapReduce is a software framework introduced by Google in 2004 to support distributed computing on large data sets on clusters…
Read More » -
Spring & JSF integration: Select Items
With JSF, to use comboboxes, listboxes and checkboxes, you need to be aware of the javax.faces.model.SelectItem class. A SelectItem represents…
Read More » -
Google App Engine Full Text Search with Cloud SQL
Many Google AppEngine developers have been waiting for the Full Text Search feature, especially coming from Google the biggest search…
Read More » -
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 » -
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 » -
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 » -
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 » -
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 »