-
Enterprise Java
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 » -
Enterprise Java
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 » -
DevOps
Give your developers prod access – it’s trust
This isn’t a new idea and plenty of companies already do this. I had a discussion with a co-worker about…
Read More » -
Enterprise Java
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 » -
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 »