VOOZH about

URL: https://www.javacodegeeks.com/author/dan-newton

⇱ Dan Newton, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Dan NewtonSeptember 17th, 2019
    0 225

    Augmenting a Spring Data repository through delegation

    I have recently written several posts about Kotlin’s delegation. In doing so, I realised a useful way to apply it…

    Read More »
  • Kotlin👁 Image
    Dan NewtonSeptember 8th, 2019
    0 150

    Implementing multiple interfaces through delegation

    In Kotlin, a class can implement multiple interfaces. This is common knowledge. A class can also use delegation to implement…

    Read More »
  • Enterprise Java👁 Image
    Dan NewtonSeptember 3rd, 2019
    0 173

    Streaming live updates from a reactive Spring Data repository

    This post details a naive implementation of streaming updates from a database to any other components that are interested in…

    Read More »
  • Kotlin👁 Image
    Dan NewtonAugust 19th, 2019
    0 146

    The potential traps in Kotlin’s Data Classes

    The aim of this post is not to point out some massive flaws in Kotlin’s design of data classes and…

    Read More »
  • Kotlin👁 Image
    Dan NewtonAugust 15th, 2019
    0 269

    Verifying a Contract with CSV data

    Attachments in Corda can be more than just PDFs sent along with a transaction. They can actually be used programmatically…

    Read More »
  • Kotlin👁 Image
    Dan NewtonAugust 14th, 2019
    0 173

    Connecting a Ktor web server to a Corda node

    The preparation for this blog post began several weeks ago (probably over a month by now). Before I could write…

    Read More »
  • Kotlin👁 Image
    Dan NewtonAugust 6th, 2019
    0 887

    Ktor – a Kotlin web framework

    Ktor is an asynchronous web framework written in and designed for Kotlin. Allowing the more impressive features of Kotlin, such…

    Read More »
  • Kotlin👁 Image
    Dan NewtonAugust 6th, 2019
    0 149

    Flows can do anything

    In Corda, Flows can do a lot more than proposing new transactions to record between organisations. Although, saying they can…

    Read More »
  • Kotlin👁 Image
    Dan NewtonAugust 3rd, 2019
    0 113

    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 »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close