Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylau/distributed-java
Distributed Java.《分布式 Java》
https://github.com/waylau/distributed-java
distributed distributed-systems java
Last synced: 1 day ago
JSON representation
Distributed Java.《分布式 Java》
- Host: GitHub
- URL: https://github.com/waylau/distributed-java
- Owner: waylau
- License: mit
- Created: 2016-01-14T12:07:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T22:03:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-23T21:11:41.712Z (8 days ago)
- Topics: distributed, distributed-systems, java
- Homepage:
- Size: 384 KB
- Stars: 349
- Watchers: 42
- Forks: 102
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distributed Java.《分布式 Java》
Distributed Java.Let's [READ](SUMMARY.md)!
《分布式 Java》是一本关于 Java 分布式应用的学习教程,是对市面上基于 Java 的分布式系统最佳实践的技术总结。图文并茂,并通过大量实例让你走近 Java 的世界!
本书业余时间所著,水平有限、时间紧张,难免疏漏,欢迎指正,[点此](https://github.com/waylau/distributed-java/issues)提问。感谢您的参与!
书中所有实例,在 的 `samples` 目录下,代码遵循《[Java 编码规范]()》。另外有 GitBook 的版本方便阅读 。
从[目录](SUMMARY.md)开始阅读吧!
## 本书所涉及的技术和相关版本
涉及的相关技术及版本如下。
* JDK 13
* Apache Maven 3.6.3
* Eclipse 2019-12 (4.14)
* JUnit 5.5.2
* Jersey 2.30
* Apache CXF 3.3.5
* Spring 5.2.3.RELEASE
* ActiveMQ 5.15.11
* Spring Boot 2.1.2.RELEASE
* Axon Framework 3.4.3
* Docker 17.09.1-ce-win42
* Spark 2.3.0
* MongoDB 3.4.6
* ZooKeeper 3.5.6
* Spring Security 5.2.0.BUILD-SNAPSHOT
* NGINX 1.15.8
* Spring Cloud Finchley.M9包含示例如下:
* [在Java中实现常用网络I/O模型](samples/java-io-mode)
* [并发带来的风险——死锁](samples/java-concurrency)
* [基于Java RMI实现分布式对象通信](samples/java-rmi)
* [基于JAX-WS实现Web服务](samples/java-ws)
* [基于JMS的消息发送和接收](samples/jms-msg)
* [基于Jersey来构建REST服务](samples/jersey-rest)
* [基于Apache CXF来构建REST服务](samples/cxf-rest)
* [基于Spring Web MVC来构建REST服务](samples/spring-rest)
* [Jetty HTTP Server](samples/javase-rest)
* [基于Spring Boot实现微服务](samples/spring-boot-rest)
* [基于CQRS微服务通信](samples/axon-cqrs)
* [使用AWS平台实现Serverless架构](samples/game-server)
* [基于Spark词频统计](samples/spark-word-count)
* [基于MongoDB文件服务器](https://github.com/waylau/mongodb-file-server)
* [基于ZooKeeper的服务注册和发现](samples/zk-registry-discovery)
* [基于Spring Cloud的服务器](samples/eureka-server)
* [基于Spring Cloud的客户端](samples/eureka-client)
* 陆续整理中...## 相关书籍
与本书配套的书籍已经出版:
* [《分布式系统开发实战》](https://github.com/waylau/distributed-system-tutorial-samples)
## 联系作者
您也可以直接联系我:
* 博客:https://waylau.com
* 邮箱:[waylau521(at)gmail.com](mailto:[email protected])
* 微博:http://weibo.com/waylau521
* 开源:https://github.com/waylau## 其他书籍
若您对本书不感冒,笔者还写了其他方面的超过一打的书籍(可见),多是开源电子书。
本人也维护了一个[books-collection](https://github.com/waylau/books-collection)项目,里面提供了优质的专门给程序员的开源、免费图书集合。
## 开源捐赠
![开源捐赠](https://waylau.com/images/showmethemoney-sm.jpg)
捐赠所得所有款项将用于开源事业!见[捐赠列表](https://waylau.com/donate/)。