-
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 » -
Enterprise Java
Swapping out Spring Bean Configuration at Runtime
Most Java developers these days deal with Spring on a regular basis and there are lots of us out there…
Read More » -
Software Development
When Inheriting a Codebase, there are more questions than answers…
There will be that time in your life when you inherit someone else’s source tree or codebase and you’ll need…
Read More » -
Enterprise Java
Practical Introduction into Code Injection with AspectJ, Javassist, and Java Proxy
The ability to inject pieces of code into compiled classes and methods, either statically or at runtime, may be of…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W38
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Android Core
Android Tutorial: Gestures in your app
Gestures in mobile apps are pretty common place these days. Almost anyone with smart phone experience knows that pinching will…
Read More » -
Enterprise Java
Configuration Management in Java EE
Configuration Management has a lot of relevance in Cloud Computing as I tried to argue earlier. Actually, I would boldly…
Read More » -
Core Java
Database schema navigation in Java
An important part of jOOQ is jooq-meta, the database schema navigation module. This is used by the code generator to…
Read More »