Java
-
Exploring Apache Camel Core – File Component
A file poller is a very useful mechanism to solve common IT problems. Camel’s built-in file component is extremely flexible,…
Read More » -
Top 10 Questions of Java Strings
The following are top 10 frequently asked questions about Java Strings. 1. How to compare strings? Use “==” or use…
Read More » -
Scalable Counters For Multi Core
Counters are required everywhere , for e.g. to find key KPI of application, load on application, total number of request…
Read More » -
Three exciting Lucene features in one day
Yesterday was a productive day: suddenly, there are three exciting new features coming to Lucene. Expressions module The first feature,…
Read More » -
MongoDB and Web applications
Today’s era is when data grows at very huge scale. Data storage is not a problem, yes but the way…
Read More » -
Spring Integration: A lightweight integration Approach
Today’s application expects access of all business in enterprise environment regardless of application technologies, which require, seamless integration with desperate…
Read More » -
Better JUnit-based Unit Tests with NetBeans 7.4 beta Hints
In my last post, I wrote about hints provided in NetBeans 7.4 beta that improve a developer’s ability to avoid…
Read More » -
Exploring Apache Camel Core – Seda Component
The seda component in Apache Camel is very similar to the direct component that I’ve presented in previous blog, but…
Read More » -
WS-Security: using BinarySecurityToken for authentication
As we all know, one goal set by WS-Security is to enforce integrity and/or confidentially on SOAP messages. In case…
Read More »