An open source application demonstrating the level of Architcture

Many of you will agree that learning about an open source project is another way to improve your programming skills. Can I make a list of open source applications that best demonstrate the use of layer architecture.

+3
source share
3 answers

I think JBoss is a good example of layered architecture ...

alt text http://www.jboss.com/images/appInstrumentation.gif

+1
source

, , Ignite Realtime Openfire Server . , .

0

It depends on which application you would like to see. I find Kigg a good example of layered architecture if we are talking about a web application. It is written in asp.net mvc and has a good separation of problems / responsibilities.

0
source

Source: https://habr.com/ru/post/1702906/


All Articles