-
Enterprise Java
Spring Selenium Tests With Annotations
This post describes how to implement Selenium tests in Java. It is inspired from the post by Alex Collins, with…
Read More » -
Core Java
JUnit test method ordering
Junit until version 4.10 uses the order of test methods in a test class as returned by the reflection API…
Read More » -
Enterprise Java
Java EE 7 Public Draft was published. I demand Java EE Light Profile!
On December 20, 2012 a public draft of Java EE 7 has been uploaded. From the first sight, the new…
Read More » -
Software Development
Good Developer, Bad Developer
I recently read Ben Horowitz’s piece on the importance of training people in startup companies. At the end of this…
Read More » -
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 »