Enterprise Java
-
Spring MVC – @RequestBody and @ResponseBody demystified
In this post i want to dig into spring mvc a little, revealing what happens behind the scenes when a…
Read More » -
Spring MVC: REST application with CNVR vol. 1
Not so long time ago I have read an article written by Paul Chapman about Content Negotiating View Resolver (CNVR).…
Read More » -
Run your Unit Tests in Parallel
It was about time when the developer of Unit Tests had the ability to run the tests in Parallel using…
Read More » -
Log4j 2: Performance close to insane
Recently a respected member of the Apache community tried Log4j 2 and wrote on Twitter: @TheASF #log4j2 rocks big times!…
Read More » -
Passivation and Activation of View Objects with Transient Attributes
Within passivation/activation cycle of application modules the framework passivates and activates view objects as well. Usually the framework saves information…
Read More » -
Monitor full page, non AJAX, requests to be notified
Recently, working on new charts and chart “exporting service” in JSF, I’ve faced a quite common problem. When you execute…
Read More » -
Getting started with the Neo4j Java Rest Binding (Heroku deployment)
Believe it or not, the last couple of days were my first attempt at using Neo4j’s Java Rest Binding. My…
Read More » -
Getting Started With Spring’s MVC Test Framework – Part 2
The first blog in this mini-series introduced the Spring MVC Test Framework and demonstrated its use in unit testing Spring MVC…
Read More » -
JPA 2 | Fetch Joins and whether we should use them
Introduction Recently I have been working with FETCH JOINS in JPA 2 to fetch the data eagerly from the Database…
Read More »