-
Core Java
Screaming fast Lucene searches using C++ via JNI
At the end of the day, when Lucene executes a query, after the initial setup the true hot-spot is usually…
Read More » -
Enterprise Java
Spring MVC Error handling flow
There are broadly three ways of handling an exception flow using Spring MVC, the objective being to intercept any application…
Read More » -
Scala
How does Scala work it’s Magic?
Hello everyone, today we’re gonna talk a little about the said “automagics” of Scala, how it does what it does,…
Read More » -
Enterprise Java
Working with Amazon Simple Queue Service using java
Amazon Simple Queue Service or SQS is a highly scalable hosted messaging queue provided by Amazon Webservice stack. Amazon SQS…
Read More » -
Core Java
Garbage Collection in Java (1)
This is the first in a series of posts about Garbage Collection (GC). I hope to be able to cover…
Read More » -
Core Java
Common Red Flags in Java Development
In several years of developing, reading, reviewing, and maintaining hundreds of thousands of lines of Java code, I have become…
Read More » -
Enterprise Java
The Biggest Flaw of Spring Web Applications
The developers who are using Spring Framework in their applications are good to talk about the benefits of dependency injection.…
Read More » -
Software Development
MEDIT Symposium Conference 2013
Starting this year, an exciting Software Development Conference, is planned in the heart of the Mediterranean, October 3-4, 2013. The…
Read More » -
Software Development
What is Important in Secure Software Design?
There are many basic architectural and design mistakes that can compromise the security of a system: Missing something important in…
Read More »