forked from wosyingjun/beauty_ssm_dubbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc39813
commit e12eb8a
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
#将"优雅的SSM框架"拆分为分布式架构(基于dubbo+zookeeper) | ||
|
||
- Maven(模块化构建) | ||
- Spring(IOC DI 声明式事务处理) | ||
- SpringMVC(支持Restful风格) | ||
- Hibernate Validate(参数校验) | ||
- Mybatis(最少配置方案) | ||
- Quartz时间调度 | ||
- Redis缓存(ProtoStuff序列化) | ||
- [Redis Sentinel主从高可用方案](https://wosyingjun.iteye.com/blog/2289593) | ||
- [Druid(数据源配置 sql防注入 sql性能监控)](https://wosyingjun.iteye.com/blog/2306139) | ||
- **Dubbo+Zookeeper分布式服务框架** | ||
- **[Redis Sentinel主从高可用方案](https://wosyingjun.iteye.com/blog/2289593)** | ||
- **[Druid(数据源配置 sql防注入 sql性能监控)](https://wosyingjun.iteye.com/blog/2306139)** | ||
- **[Dubbo+Zookeeper分布式服务框架](https://dubbo.io/Home-zh.htm)** | ||
- **合理的分布式服务划分(common+api+service+web)** | ||
- **资源调度和治理中心(SOA)(dubbo-admin)** | ||
- **服务监控方案(dubbo-monitor)** | ||
- **[资源调度和治理中心(SOA)(dubbo-admin)](https://github.com/dangdangdotcom/dubbox/tree/master/dubbo-admin)** | ||
- **[服务监控方案(dubbo-monitor)](https://github.com/handuyishe/dubbo-monitor)** | ||
- **分布式系统中的异常处理** | ||
- **分布式事务(待完善)** | ||
- **分布式锁(待完善)** | ||
- **dubbo服务集群、负载均衡策略(待完善)** | ||
- **Redis集群高可用方案(待完善)** | ||
- **Zookeeper集群高可用方案(待完善)** | ||
- **[Zookeeper集群高可用方案](https://wosyingjun.iteye.com/blog/2312960)** | ||
- **消息中间件 ActiveMQ 的引入(待完善)** | ||
- **ActiveMQ 集群高可用方案(待完善)** | ||
- **分布式文件系统(FastDFS)的引入(待完善)** | ||
- **FastDFS集群高可用方案(待完善)** | ||
|
||
###**架构图:** | ||
![](https://i.imgur.com/q46ieis.png) | ||
![](https://i.imgur.com/JRQ5Zwa.png) |