分布式框架:
一、dubbo
http://dubbo.io/
前期主要看用户指南和开发指南
用户指南:http://dubbo.io/User+Guide-zh.htm
开发指南:http://dubbo.io/Developer+Guide-zh.htm
二、dubbox
https://github.com/dangdangdotcom/dubbox
前期主要看:在Dubbo中开发REST风格的远程调用(RESTful Remoting)
https://dangdangdotcom.github.io/dubbox/rest.html
三、elastic-job
https://github.com/dangdangdotcom/elastic-job
处理大数据的作业
四、sharding-jdbc
https://github.com/dangdangdotcom/sharding-jdbc
处理大数据,分库分表
五、zookeeper
分布式应用程序协调服务、注册中心