VOOZH about

URL: https://www.javacodegeeks.com/author/stef-epardaud

⇱ Stef Epardaud, Author at Java Code Geeks


  • Ceylon👁 Image
    Stef EpardaudJuly 5th, 2016
    0 140

    Modularity Changes

    TL;DR: This article describes the modularity changes in the Ceylon run-time and distribution, in order to make them lighter at…

    Read More »
  • Ceylon👁 Image
    Stef EpardaudJune 3rd, 2016
    0 161

    Ceylon on Android

    In my last post, I explained how you can use Ceylon in Apache Cordova to write applications for every mobile…

    Read More »
  • Ceylon👁 Image
    Stef EpardaudApril 22nd, 2016
    0 193

    Ceylon on mobile devices

    Ceylon already runs on the JVM, whether bare-bones, via JBoss Modules, Vert.x, Java EE Servlet containers such as WildFly, or…

    Read More »
  • Ceylon👁 Image
    Stef EpardaudNovember 15th, 2015
    0 83

    Running Ceylon on OpenShift

    This year we released three different ways you can run your Ceylon code on OpenShift: Bare-bones, using the Ceylon cartridge,…

    Read More »
  • Ceylon👁 Image
    Stef EpardaudOctober 30th, 2014
    0 115

    Ceylon: Ceylon command-line plugins

    With Ceylon we try our best to make every developer’s life easier. We do this with a great language, a…

    Read More »
  • Core Java👁 Image
    Stef EpardaudMay 15th, 2013
    0 235

    Java Reflection oddities with inner class constructor parameters

    About Java inner classes Java allows member classes (classes that are defined inside other classes), local classes (classes that are…

    Read More »
  • Ceylon👁 Image
    Stef EpardaudApril 17th, 2013
    0 168

    About modules

    Modules, ah, modules. The albatross of Java. I frequently joke that modules are scheduled for Java N+1 where N moves…

    Read More »
Back to top button
Close