Tag: java


  1. Living documentation : a maven plugin

    After DevoxxFr 2016 and the talk from Cyrille Martraire (https://twitter.com/cyriux) I decided to implement the principles on my projects and began to code documentation generators based on the source publish by Cyrille on github. So did Benoît Prioux (https://twitter.com/binout) the same talk from Cyrille…

    java, maven, plugin, documentation

  2. Play!> framework design pattern #3 : Avoid Anemic Domain Model

    In my last post about data integrity, I noticed that with the MVC model of Play, you tend to put many logic in the controller, even a part of the domain model, thus creating an Anemic Domain Model as described by Martin Fowler. And it’s what I made…

    AnemicDomainModel, design patterns, java, play framework

  3. Play !> and 3-tier, n-tier architecture - Part II

    In Part I, I introduced the use of Play! framework on 3-tier architecture. In this one, we will see how to use the native  features of Play! to implement a 3-tier application. As we saw, the implementation of the Logic tier is easy with Play!. In this implementation, you can…

    Application programming interface, java, json, Multitier architecture, play framework

  4. My twitter account opened

    I’ve opened a twitter account, you’ll find my tweets at the bottom where I’ll send small messages like links related to subject I talk about here.…

    java, twitter

  5. Let's play!

    Working on a personal project, I was looking for a java framework to develop a web interface. I didn’t want to use a "full stack" java framework and searched for a RAD  approach and found some information on wicket and trapestry and finally found Play!. I first take…

    java, JavaScript, JQuery, play framework