-
Enterprise Java
Upgrading to Java 7 on Google’s AppEngine
If you are still running a Java 6 application on Google AppEngine, you’re about to get into serious trouble. Any…
Read More » -
Enterprise Java
Making HTTP content compression work in netty 4
Netty is really a great framework providing all the things needed to build a high performance HTTP server. The nice…
Read More » -
Enterprise Java
Hibernate: DDL Schema generation
Not so long time ago I have to work with in-memory database. This activity was related to integration testing. As…
Read More » -
Scala
My Priorities for Scala
What TypeSafe Should be Working On There was a Twitter thread that started off discussing Clojure REPL usage but devolved…
Read More » -
Software Development
The SQL Language’s Most Missing Feature
SQL is also awesome in many ways. We can write out the most complex truths and facts and have the…
Read More » -
Enterprise Java
Master/Slave Failover for Camel Routes
One way to implement a master/slave failover pattern is to have a cluster of instances of an application where one…
Read More » -
Software Development
9 technologies to be discussed in 2014
According to 9 technologies for a supercharged 2014 there are a few important technologies that are about to increase programmers’…
Read More » -
Android Core
Android Tutorial : Two methods of passing object by Intent (Serializable,Parcelable)
In this post, I will show you an simple example of how to pass object by intent in Android application.…
Read More » -
Software Development
Lesser-Known SQL Features: DEFAULT VALUES
A lesser-known SQL feature is the DEFAULT keyword, which can be used in INSERT and UPDATE statements. Consider the following…
Read More »