-
Core Java
Does my method look big in this?
How big is the following Java method? public Collection getDescription() { SystemLibrary systemLib = registry.get(SystemLibrary.class); Analysis analysis = systemLib.getCurrentAnalysis(registry); return…
Read More » -
Enterprise Java
An introduction to the Oracle Service Bus
We are in the process of designing a new system for a telecommunication provider where we have looked at the…
Read More » -
Enterprise Java
An introduction to working with JAXB
I am in the process of migrating a few modules that are dependent on Apache XMLBeans to JAXB. It has been…
Read More » -
DevOps
Testing Spark Streaming: Integration testing with Docker Compose
In the first post of this series, we saw how to unit test Spark Streaming operations using Spark Testing Base.…
Read More » -
Enterprise Java
SpringOne Platform 2016 Retrospective
I recently wrapped up attending the SpringOne Platform conference in Las Vegas. This was my first time attending SpringOne; it…
Read More » -
Software Development
How I Chose my Replacement for Parse.com Part 2
You probably recently received the “Next Steps from the Parse Team” newsletter in your inbox in which you were urged…
Read More » -
Core Java
Remembering to Reset Thread Context Class Loader
I’m having a difficult time thinking of anything I like less about working with Java than working with class loaders.…
Read More » -
Software Development
Testing Spark Streaming: Unit testing
There is enough evidence to prove the importance of automated testing. Projects in new fields often neglect automated testing, as…
Read More » -
DevOps
Distributed Application Bundles (Tour Around Docker 1.12 Series)
The new Swarm bundled in Docker 1.12+ is a vast improvement compared to the old orchestration and scheduling. There is…
Read More »