Enterprise Java
-
The JDBC Boolean Compatibility List
Interestingly, boolean types have been introduced only late in the SQL standard, namely in SQL:1999. Even today, not all databases…
Read More » -
5 techniques to improve your server logging
In the recent time we’ve seen a plethora of tools that help you make sense of your logs. Open-source projects…
Read More » -
Init.d shell script for Play framework distributed applications
I wrote a shell script to control Play framework applications packaged using built-in command dist. Applications packaged this way are…
Read More » -
Automating the Deployment and Upload of Snapshot Java Artifacts Using Jenkins on Window
This post will show how to automate the deployment process of a Java Web Application (Student Enrollment Application developed using…
Read More » -
Custom Spring namespaces made easier with JAXB
First of all, let me tell this out loud: Spring is no longer XML-heavy. As a matter of fact you…
Read More » -
Fast Remote Service Tests
Testing code that interacts with remote services is often pretty hard. There are a lot of tradeoffs that influence what…
Read More » -
Injecting configuration values using CDI’s InjectionPoint
Dependency injection is a great technology for the organization of class dependencies. All class instances you need in your current…
Read More » -
Building Java Web Application Using MyBatis With Spring
This post will show how to create a Student Enrollment Application using MYSQL DB with MyBatis framework in a Spring…
Read More » -
4 simple steps to migrate legacy projects from Ant to Maven
For some time we were thinking about migrating our build to maven from ant. It happened last month and was…
Read More »