Enterprise Java
-
JMX and Spring – Part 3
This article is the last one of this series. Take a look at Part 1 and Part 2. In this…
Read More » -
JMX and Spring – Part 2
This post continues from Part 1 of the tutorial. Hi, in my previous article I explained how to setup a…
Read More » -
JMX and Spring – Part 1
This is the first of three articles which will show how to empower your Spring applications with JMX support. Maven…
Read More » -
Ultimate JPA Queries and Tips List – Part 3
Before you read the third part , remember the first and second part of the series JPA: Creating a object…
Read More » -
Ultimate JPA Queries and Tips List – Part 2
This part continues from the first part of the series. JPA: NamedQuery, querying with dates, warnings about the getSingleResult method…
Read More » -
Ultimate JPA Queries and Tips List – Part 1
There are several JPAs “how to” that we can find on the internet, here in this blog, that teaches how…
Read More » -
Spring Custom Namespaces
Spring Custom Namespaces provides a good way to simplify the xml files used to describe the bean definitions of a…
Read More » -
Spring Security Part 1 – Simple Login application with database
What is Spring Security? Spring security is a framework that provides security solution, handling authentication and authorization at both the…
Read More » -
Logback: Application errors notification
Some months ago when I was doing big application refactoring I found really annoying pieces of log4j based code used…
Read More »