开发者

Web application architecture with web services [closed]

开发者 https://www.devze.com 2023-04-09 17:57 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for开发者_JAVA技巧 guidance. Closed 11 years ago.

I want to build a web application + web service just to learn some new technologies, and I was thinking about the architecture of the projects in the application. I made an architectural diagram (never made one before), but I was wondering if this is a good one, if it's reusable, and if I should stick with it.

Here is the diagram, waiting for your opinions. Thanks.

Web application architecture with web services [closed]


Your architecture diagram is in line with a common 3-tier architecture. Some other images providing the same idea.

Web application architecture with web services [closed]

The seperation between the UI / logic and database is needed as deployment pre-requisite, being able to scale-up and scale-out your application. The seperation between the DAL and the data source is for sake of DB technology abstraction, so you can privide compatibility with diffent DB technologies without your UI and business logic knowing this.

Web application architecture with web services [closed]

A bit more detailed picutre showing the different components and their placement in the layer pattern. But in principle, all follow the same high-level concept you have drawn.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号