-
Enterprise Java
(De)serialization and Validation of Custom Primitives and DTOs
Lately, we presented you with our new HTTP framework – HttpMate. In the introduction article, we referred to the mapping…
Read More » -
Kotlin
Broadcasting a transaction to external organisations
There is a misconception that Corda cannot broadcast data across a network. This is simply wrong. In fact, Corda can…
Read More » -
Kotlin
Class delegation in Kotlin
In software engineering, the delegation pattern is an object-oriented design pattern that allows object composition to achieve the same code…
Read More » -
Software Development
Behaviors That Will Make You an Unstoppable Programmer
Whether you’re a budding developer with a few Hello Worlds under your belt, or you’re a seasoned software engineer with…
Read More » -
Kotlin
Saving transactions where only a subset of parties are signers
It took a while for me to think of a title that could summarise the contents of this post without…
Read More » -
Enterprise Java
Introducing HttpMate
Nobody wants to write bad code. Nobody starts the application development with the thought “I’m going to create the most…
Read More » -
Core Java
Running a Java class as a subprocess
Running a Java class (not a jar) as a subprocess is something I needed to do this week. More precisely,…
Read More » -
Kotlin
Extending Flows to customise transaction validation
Through the use of flow extension, nodes running the same CorDapp can include extra validation to ensure that a transaction…
Read More » -
Kotlin
Running a Kotlin class as a subprocess
Last week I wrote a post on running a Java class as a subprocess. That post was triggered by my…
Read More »