跳到主要内容

Web 开发模式的进化

· 阅读需 1 分钟
Xiao Yu

https://www.jianshu.com/p/bec6736dcc3d

https://blog.csdn.net/JavaEETeacher/article/details/6478450

https://www.bilibili.com/video/BV1qc411W78Q 架构的演进

In this blog I am going to talk about the development history of Java Web

前后端分离

https://github.com/calidion/calidion.github.io/issues/17 https://blog.csdn.net/shaobingj126/article/details/49420145 https://www.zhihu.com/question/267014376 https://www.jianshu.com/p/2a14bb3c7505

  • 设计

    后端: 数据库, 中间件, 缓存

    前端:

    交互: 通过 http 接口, 定义好数据格式 (json)

  • 开发 and 测试

    前后端同时独立开发

    前端可以暂时从 mock server 拿设计阶段规划好的数据使用.

  • 部署

    前后端独立部署, 两者的版本要一一对应.

    Jenkins 持续发布

DDD

domain driven design 领域驱动开发

领域驱动架构(DDD)建模中的模型到底是什么? - dz902的回答 - 知乎 https://www.zhihu.com/question/25089273/answer/233316164

https://www.cnblogs.com/ealenxie/p/9559781.html - 微服务 + DDD

Loading Comments...