-
Enterprise Java
Generating JSON Schema from XSD with JAXB and Jackson
In this post, I demonstrate one approach for generating JSON Schema from an XML Schema (XSD). While providing an overview…
Read More » -
Core Java
Strategy Pattern in Java 8
These are two examples on how to implement a Strategy pattern design using Java 8 functional style together with Cyclops…
Read More » -
Enterprise Java
JBoss BPM Suite Quick Guide – Import External Data Models to BPM Project
You are working on a big project, developing rules, events and processes at your enterprise for mission critical business needs.…
Read More » -
Software Development
Two people coding is twice as productive, right?
Stands to reason, doesn’t it? If one person can make 5 widgets an hour, then two people can make 10 widgets an…
Read More » -
Core Java
Auto-encrypting Serializable Classes
A crazy idea came up during the post-mortem discussions in the Coursera security capstone project. Can a class encrypt itself…
Read More » -
Software Development
Build your own robot arm – assembly
I have written a few posts about software development, coding and Java related topics. This time I decided to share…
Read More » -
Software Development
The “Done” Fallacy
One of the earliest ideas you learn as an agile practitioner is “Done, Done, Done”. There’s a lot of thinking…
Read More » -
Core Java
Infer: A Look Into Facebook’s New Java Static Analysis Tool
How can you improve your Java development workflow with Facebook’s Infer? If you keep in the loop with tech buzz (which…
Read More »