-
Enterprise Java
JBoss Modules Example – Modular Web Application
Recently I read Why there is no standard for developing real modular web applications? by Patroklos Papapetrou (also featured in…
Read More » -
Scala
Scala Tutorial – Scala REPL, expressions, variables, basic types, simple functions, saving and running programs, comments
Preface The is the first of several Scala tutorials I’m creating for my Fall 2011 graduate Introduction to Computational Linguistics…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W39
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Software Development
Add APPLY to Your TSQL Tool Belt
Every once in a while I stumble across some SQL keyword that I didn’t really know about, but is extremely…
Read More » -
Software Development
Can we replace requirement specification with better understanding?
On larger projects, I’ve always ended up resorting to writing down a lot of detailed specifications, many of which are…
Read More » -
Core Java
Logging exceptions root cause first
The 0.9.30 release of Logback logging library brings new awesome feature: logging stack traces starting from root (innermost) exception rather…
Read More » -
Scala
Fun with function composition in Scala
The goal of this post is to show how a list of functions can be composed to create a single…
Read More » -
Software Development
This comes BEFORE your business logic!
This is post originally published by Ron Gross one of our JCG partners. It focuses in .NET technologies at times,…
Read More » -
Software Development
Measuring Code Complexity
Lately, development managers have put a lot of interest in measuring code quality. Therefore, things like code reviews and analysis…
Read More »