Wildfalcon

Thinking and developing in everything – by Laurie Young

Tag archive for ‘Java’

  • Rapid Prototyping for Java using JRuby: A Presentation

    On Thursday 30th of August I will be presenting a talk as part of the LRUG BOF (Birds of a Feather) session at NFJS, No Fluff Just Stuff. It will be my first time presenting outside of an academic conference and I am really looking forward to it. I’m going to be talking about how [...]

  • Using JRuby to rapidly prototype changes in a Java codebase

    Today, as an exercise, I coded up a simple piece of java and ruby integration, via JRuby.
    The task I set myself was simple. Start with a java only application, and then use JRuby to rapidly prototype adding a new feature to it. I used my favourite sample application: A library with three entities, books, borrowers [...]