-
Enterprise Java
Getting started with Apache Camel using Java
Apache Camel is a very useful library that helps you process events or messages from many different sources. You may…
Read More » -
Enterprise Java
How to configure SLF4J with different logger implementations
There are many good benefits in using slf4j library as your Java application logging API layer. Here I will show…
Read More » -
Enterprise Java
Taming the JMX on WebLogic Server
Let assume couple things first: I assume you have heard of Java’s JMX features and familiar what it does (expose…
Read More » -
Enterprise Java
Choosing Technology Stack to build a common platform
There are many talks in the Java community about Spring vs Java EE. Fans of one group would argue you…
Read More » -
Groovy
A simple Groovy issue tracker using file system
It will be a chaos not to track bugs and feature requests when you developing software. Having a simple issue…
Read More » -
Enterprise Java
Getting started with Quartz Scheduler on MySQL database
Here are some simple steps to get you fully started with Quartz Scheduler on MySQL database using Groovy. The script…
Read More » -
Groovy
A very light Groovy based web application project template
A very light Groovy based web application project template You might have heard of the project Grails is a Groovy…
Read More » -
Groovy
Quartz 2: Exploring different scheduling types
We often think of Cron when we want to schedule a job. Cron is very flexible in expressing an repeating…
Read More » -
Enterprise Java
Enhancing Spring Test Framework with beforeClass and afterClass setup
How to allow instance methods to run as JUnit BeforeClass behavior JUnit allows you to setup methods on the class…
Read More »