Enterprise Java
-
Camel: Now with Twitter and Websocket
The upcoming Apache Camel 2.10 is well underway. A lot of new components is being added, and two really exiting…
Read More » -
WebSphere Application Server Performance Tuning Toolkit
IBM has released the WebSphere Application Server Performance Tuning Toolkit that gives the ability to monitor multiple WebSphere Application Servers…
Read More » -
Spring & JSF integration: Navigation
This is the first in what I hope will be a series of blogs about my efforts to provide deep…
Read More » -
Filter irrelevant stack trace lines in logs
I love stack traces. Not because I love errors, but the moment they occur, stack trace is priceless source of…
Read More » -
GWT Custom Button using UIBinder
Here’s an example on how to create a custom button using UIBinder on GWT. public class GwtUIBinderButton implements EntryPoint {…
Read More » -
Play 2.0: Akka, Rest, Json and dependencies
I’ve been diving more and more into scala the last couple of months. Scala together with the “Play Framework” provides…
Read More » -
The Java EE 6 Example – Galleria
Have you ever been wondering where to find some good end-to-end examples build with Java EE 6? I have. Most…
Read More » -
Web Services with JAX-WS on Tomcat
Let us assume an enterprise is maintaining user authentication details in a centralized system. We need to create an AuthenticationService…
Read More » -
Apache Thrift Quickstart Tutorial
Thrift is a cross language RPC framework initially developed at Facebook, now open sourced as an Apache project. This post…
Read More »