-
Scala

How could Scala do a merge sort?
Merge sort is a classical “divide and conquer” sorting algorithm. You should have to never write one because you’d be…
Read More » -
Enterprise Java

Running Solr with Maven
Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…
Read More » -
Enterprise Java

Secure Web Application in Java EE6 using LDAP
In our previous article we have explained on how to protect the data while it is in transit through Transport…
Read More » -
Core Java

Five advanced Java Synchronizers you probably don’t know
Besides the common synchronize which is based in the lock bit that every Java object has, you have more sophisticated…
Read More » -
Groovy

Grails AJAX Examples
Early on, newcomers to Grails encounter a lack of working samples accompanying the framework. Good places for examples and documentation…
Read More » -
Enterprise Java

JUnit and Mockito cooperation
This time I want to make an overview of testing framework Mockito. Definitely this is one of the most popular…
Read More » -
Desktop Java

Some Java based AI Frameworks: Encog, JavaML, Weka
While working through I am working through Programming Collection Intelligence I found myself sending a lot of time translating the Python…
Read More » -
Enterprise Java

ElasticSearch on EC2 in Less Than 60 Seconds
Curious to see what all the ElasticSearch hubbub is about? Wanna see it in action without a lot of elbow…
Read More » -
Enterprise Java

Spring MVC, Ajax and JSON Part 3 – The Client Side Code
If youâve been following this short series of blogs on Spring, Ajax and JSON youâll recall that Iâve got as…
Read More »







