-
Enterprise Java
Log4j, Stat4j, SMTPAppender Integration – Aggregating Error Logs to Send Email When Too Many
Our development team wanted to get notified as soon as something goes wrong in our production system, a critical Java…
Read More » -
Enterprise Java
What are procedures and functions after all?
Many RDBMS support the concept of “routines”, usually calling them procedures and/or functions. These concepts have been around in programming…
Read More » -
Enterprise Java
The new Java Caching Standard (javax.cache)
This post explores the new Java caching standard: javax.cache. How it Fits into the Java Ecosystem This standard is being…
Read More » -
Core Java
Java Secret: Loading and unloading static fields
OVERVIEW To start with it is natural to assume that static fields have a special life cycle and live for…
Read More » -
Software Development
Weird Funny Java!
Sometimes we can do really weird and funny things with Java; Some other times we are just being creative! Take…
Read More » -
Enterprise Java
Testing GWT Apps with Selenium or WebDriver
Good functional testing is one of the most difficult tasks for web application developers and their teams. It is a…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W43
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Software Development
On the importance of communication in the workplace
When I just started learning how to program, I thought programming as a profession was about code, design and algorithms…
Read More » -
Enterprise Java
Spring 3 Testing with JUnit 4 – ContextConfiguration and AbstractTransactionalJUnit4SpringContextTests
Looking in the internet for a way to test my Spring 3 application, I found many articles that describe how…
Read More »