-
Core Java
Java Object Interning
Java stores the string contants appearing in the source code in a pool. In other words when you have a…
Read More » -
Enterprise Java
3 Reasons to choose Vert.x
Modern web applications and the rise of mobile clients redefined what is expected from a web server. Node.js was the…
Read More » -
Enterprise Java
Parameterized JUnit tests
Sometimes you encounter a problem that just screams for using “parameterized” tests rather than copy/pasting the same method many times.…
Read More » -
Enterprise Java
Spring Data Couchbase 1.0 GA Released
Spring Data Couchbase 1.0 GA release is here! The project is a part of the Spring Data project which aims…
Read More » -
Enterprise Java
How to start multiple WebLogic managed servers
The WebLogic Server docs recommand you to create a dedicated admin server and then sepearate managed servers for application deployment.…
Read More » -
Software Development
Atom, Hackable Text Editor By GitHub
GitHub has recently announced its new text editor – Atom. It claimed it would be a 21st century text editor…
Read More » -
Scala
Scala: OOP basics
The most part of time when I’m coding I use Java. So it’s my main programming language. It satisfies me…
Read More » -
Enterprise Java
Using Lucene’s search server to search Jira issues
You may remember my first blog post describing how the Lucene developers eat our own dog food by using a…
Read More » -
Enterprise Java
HOW-TO: Test dependencies in a Maven project (JUnit, Mockito, Hamcrest, AssertJ)
JUnit itself is not enough for most of today’s Java projects. You also need a mocking library, maybe something else.…
Read More »