-
Best Of The Week
Best Of The Week – 2011 – W44
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Enterprise Java
JBoss AS 7 EJB3 Pools Configuration
Now that AS 7.0.1 has been released, let’s take a look at what new EJB3 features are available. Like I…
Read More » -
Enterprise Java
Everybody Knows About MVC…
From a recent blog, you may have gathered that I’ve recently been conducting some interviews and as they were for…
Read More » -
Scala
Scala Tutorial – scripting, compiling, main methods, return values of functions
Preface This is part 10 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Enterprise Java
Java RESTful API integration testing
This post will focus on basic principles and mechanics of writing Java integration tests for a RESTful API (with a…
Read More » -
Enterprise Java
Spring & Quartz Integration with Custom Annotation, the SPANN way
In a previous post, we demonstrated how to create and configure Quartz jobs with annotations in a Spring container. We…
Read More » -
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 »