-
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…
-
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…
-
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…
-
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.…
-
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…