Java
-

LINQ and Java
LINQ has been quite a successful, but also controversial addition to the .NET ecosystem. Many people are looking for a…
Read More » -

Apache Server and JMeter debugging
I had been using JMeter to generate load for my production server to test my application. The test-plan has 13+…
Read More » -

Unit Testing of Spring MVC Controllers: Configuration
Writing unit tests for Spring MVC controllers has traditionally been both simple and problematic. Although it is pretty simple to…
Read More » -

Auditing a Spring MVC Webapp with AspectJ. Part 1
If you’re like me, then you’ll have those kinds of programming days where everything seems to go incredibly well. You…
Read More » -

Java DB Embedded Mode
Java DB is a relational database management system that is based on the Java programming language and SQL. This is…
Read More » -

Strategy Pattern using Lambda Expressions in Java 8
Strategy Pattern is one of the patterns from the Design Patterns : Elements of Reusable Object book. The intent of…
Read More » -

Integrating JavaFX and Swing (Revised)
I’ve just finished rewriting a component of my app that was using Swing and now is using JavaFX, I’ve ended up with…
Read More » -

Algorithms and Data Structures of JDK 7
While checking periodically if there is one or another standard algorithm in JDK I’ve decided to make such index. It…
Read More » -

Spring from the Trenches: Using Environment Specific Cron Expressions with the @Scheduled Annotation
The @Scheduled annotation offers an easy way to create scheduled tasks in Spring powered applications. We can use it to…
Read More »





