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 » -
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 » -
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 »