GWT Link Library


Single Page Applications and MVC vs MVP

As it turns out, there is still no clear, a well-define architecture for building SPAs, or rich browser clients. I’ve been working on some UI recently and found this Paper by Martin Fowler that does a good job summarizing a variety of approaches to building UI: https://martinfowler.com/eaaDev/uiArchs.html.

The article references a couple of foundational publications that lead to 404s, so I found those after some digging. Definitely a must read foe those of us who want to understand MVP on the level where it can be made practical:


Building Java Docker Images

Found this article on building Java Docker images. Good stuff:
https://www.javacodegeeks.com/2019/02/docker-ise-java-application-maven-plugin.html