-
Core Java
Externalizable in java
Before understanding Externalizable interface, you need to have idea about Serialization.You can read more about Serialization at Serialization in java.…
Read More » -
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Apache Spark is now a top-level project
The Apache Software Foundation (ASF) happily announced that Apache Spark has graduated from the Apache Incubator to become a Top-Level…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Scala
Using Scala traits as modules, or the “Thin Cake” Pattern
I would like to describe a pure-Scala approach to modularity that we are successfully using in a couple of our…
Read More »