This project is a collection of small and focused tutorials - each covering a single and well defined area of development in the Java ecosystem.
Model-View-Controller (MVC) paradigm is an intuitive and widely accepted strategy in UI design, be it web or rich client. In fact it is so well established as a de-facto standard, that "compliance ...
I'm not sure if you'd call it an irony or a paradox, but something definitely is amusing about the fact that microservices sessions at JavaOne tend to pack the house, while Java Champion Ivar Grimstad ...
Todolist MVC is like TodoMVC but for Java Web Frameworks instead of Javascript Frameworks. The goal is to implement the same application using different technologies and compare them in order to help ...