-
Enterprise Java
Quartz scheduler misfire instructions explained
Sometimes Quartz is not capable of running your job at the time when you desired. There are three reasons for…
Read More » -
Enterprise Java
Quartz scheduler plugins – hidden treasure
Although briefly described in the official documentation, I believe Quartz plugins aren’t known enough, looking at how useful they are.…
Read More » -
Enterprise Java
Configuring Quartz with JDBCJobStore in Spring
I am starting a little series about Quartz scheduler internals, tips and tricks, this is a chapter 0 – how…
Read More » -
Enterprise Java
Filter irrelevant stack trace lines in logs
I love stack traces. Not because I love errors, but the moment they occur, stack trace is priceless source of…
Read More » -
Enterprise Java
Client-side server monitoring with Jolokia and JMX
The choice of Java monitoring tools is tremendous (random selection and order powered by Google): javamelody psi-probe JVisualVM jconsole JAMon…
Read More » -
Enterprise Java
Automatically generating WADL in Spring MVC REST application
Last time we have learnt the basics of WADL. The language itself is not as interesting to write a separate…
Read More » -
Enterprise Java
WADL in Java: Gentle introduction
WADL (Web Application Description Language) is to REST what WSDL is to SOAP. The mere existence of this language causes…
Read More » -
Enterprise Java
Enabling JMX in Hibernate, EhCache, Quartz, DBCP and Spring
Continuing our journey with JMX (see: JMX for human beings) we will learn how to enable JMX support (typically statistics…
Read More » -
Enterprise Java
Spring Pitfalls: Transactional tests considered harmful
One of the Spring killer-features is an in-container integration testing. While EJB lacked this functionality for many years (Java EE…
Read More »