-
Software Development
Why Open Source Software?
I decided to look at something everyone thinks we know well, Open Source Software (OSS) and see what I discover.…
Read More » -
Core Java
Setup your Java Development Environment in Windows 7
I have been receiving a lot of requests over the time, from students and people willing to experiment with the…
Read More » -
Scala
Gang of Four Patterns With Type-Classes and Implicits in Scala
Type-classes, as they’re known within the Scala language, have a wonderful place in library development. They make code open to…
Read More » -
Groovy
Groovy and HTTP Servers
This article originally appeared in the January 2013 issue of GroovyMag. There’s no denying that the World Wide Web has…
Read More » -
Software Development
What’s in a name : Reason behind naming of few great projects
Ever wondered about how the project , framework or product names are coined ? Why the particular name , what…
Read More » -
Enterprise Java
Hadoop Books Giveaway by Java Code Geeks and Packt
Dear geeks, due to high participation and in order to give the opportunity to win to as many Hadoop fans…
Read More » -
Core Java
Serialization in java
Java provides mechanism called serialization to persists java objects in a form of ordered or sequence of bytes that includes…
Read More » -
Core Java
The Big Java News Keeps Coming: Java SE 6 and OpenJDK
I recently posted Recent Java 8 News, summarizing some of the recent developments in Java 8. In less than a…
Read More » -
Enterprise Java
DeferredResult – asynchronous processing in Spring MVC
DeferredResult is a container for possibly not-yet-finished computation that will be available in future. Spring MVC uses it to represent…
Read More »