Spring MVC application architecture

Relatively short article explaining fairly complex idea of spring app architecture was published on codebeach: http://www.codebeach.com/2008/06/spring-mvc-application-architecture.html View, Controller, Service and Model layer explained in few sentences each. That helped me a lot when beginning Spring development

C4: A way to design the system architecture

Context -> Container -> Component -> Class is an approach to design system architecture. The first three are definetely the responsibility of an architect, but the class diagram is mostly dependant on developers' approach. I like this model, because I used its concepts and it helped me much on an early stages of system design. … Continue reading C4: A way to design the system architecture

Microservice architecture discussion

Microservice architecture is a quite new concept which currently I am fond of. I am gaining more and more experience and practical knowledge about its strengts and weaknesses as well. Until the system is deployed, still new conclusions appear. And new articles appear on the web. I would like to share an article that is a … Continue reading Microservice architecture discussion