-
Scala
Scala function literals
Functions are an important part of the Scala language. Scala Functions can have a parameter list and can also have…
Read More » -
Software Development
Data Warehouse Design Approaches
In our previous posts we have got to learn about Data Warehousing Objects, different kinds of Data Warehouse schemas and…
Read More » -
Groovy
Spring Dynamic Language Support with Groovy
Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded…
Read More » -
Enterprise Java
Testing Spring Data MongoDB Applications with NoSQLUnit
Spring Data MongoDB is the project within Spring Data project which provides an extension to the Spring programming model for…
Read More » -
Enterprise Java
Optimizing Neo4j Cypher queries
Last week, I spent a good number of hours trying to optimize around 20 Cypher queries that were performing disastrously(36866ms…
Read More » -
Enterprise Java
SLF4J Logging in Eclipse Plugins
Developing with Maven and pure Java libraries all the time, I never thought it could be a problem to issue…
Read More » -
Enterprise Java
Be Careful With Cache Managers
If you are using spring and JPA, it is very likely that you utilize ehcache (or another cache provider). And…
Read More » -
Core Java
Inferred exceptions in Java
It’s always nice to borrow and steal concepts and ideas from other languages. Scala’s Option is one idea I really…
Read More »