Example of 4-Tier (for N-Tier) Architecture?

前端 未结 5 1559
野性不改
野性不改 2021-02-07 07:59

Recently a friend of mine asked me about N-Tier architectures and I was able to explain to him about 1, 2 and 3 tier architectures with examples. But I was stuck when I wanted t

5条回答
  •  春和景丽
    2021-02-07 08:33

    An easy example of 4 tier architecture is RMI JDBC Servlet. This involves The client tier The application server for theservlet Rmi server for server program Jdbc server for database

提交回复
热议问题