-
DevOps
DevOps: Flexible configuration management? Not so fast!
You’re in charge of establishing a department-wide deployment automation capability. Your fellow developers are excited about it, and their managers…
Read More » -
Software Development
WSO2 Identity Server: Identity Management platform
WSO2 Identity Server provides a flexible, extensible and robust platform for Identity Management. This blog post looks inside WSO2 Identity…
Read More » -
Software Development
Best approach to software development
Today, talking about doing a big design up-front (BDUF) sounds a bit ridiculous, right? Who would do that? That’s not…
Read More » -
Enterprise Java
JBoss BRMS Best Practices – tips for your BPM Process Initialization Layer
I have posted some articles in the past on migration strategies, taken closer looks at process layers and provided some…
Read More » -
Software Development
What makes parallel programming hard?
Multi-cores are here, and they are here to stay. Industry trends show that each individual core is likely to become…
Read More » -
Desktop Java
Hello JavaFX 2.0: Introduction by Command Line
I looked at a simple JavaFX version of the ubiquitous Hello World example from a NetBeans 7.1 beta perspective in…
Read More » -
Communications
Telecommunications for Dummies – Telecom Basics and Introduction to BSS
Introduction This post is intended to be a crash course for beginners who wish to understand at a “broad level”…
Read More » -
Groovy
FreeChart with Groovy and Apache POI
The point of this article is to show you how to parse data from an Excel spreadsheet that looks like…
Read More » -
Enterprise Java
Spring @Configuration and FactoryBean
Consider a FactoryBean for defining a cache using a Spring configuration file: <cache:annotation-driven /> <context:component-scan base-package='org.bk.samples.cachexml'></context:component-scan> <bean id='cacheManager' class='org.springframework.cache.support.SimpleCacheManager'> <property…
Read More »