1.OFBiz
Ref:Getting Started - Developers
Ref:OFBiz Tutorial - A Beginners Development Guide
Action:OFBiz实战系列
Running and Debugging OFBiz in Intellij IDEA
Step-by-step guide
- Navigate to Run -> Edit Configurations…
- Click + to add new configuration, and choose Gradle.
- Fill in the following fields:
-
Name: My OFBiz
-
Gradle project: <path to build.gradle>
-
Tasks: ofbiz
-
- Click OK.
- Navigate to Run -> Debug…, choose My OFBiz.
- Click Stop ‘My OFBiz’ when done with debugging.
2.Akka(Deprecated by Spark)
Ref:https://akka.io
Ref:Akka入门编程实践
Ref:Akka框架基本要点介绍
Action:
3.Netty:
Ref:http://netty.io
Ref:Netty系列解析
Action:
4.Microservices
Ref:Microservices-MartinFowler
Ref:Introduction to Microservices
Action:
5.Spring Boot
Ref:https://projects.spring.io/spring-boot/
Ref:
Action:
6.Spring Cloud
Ref:https://projects.spring.io/spring-cloud/
Ref:Spring Cloud Netflix构建微服务入门实践
Action:
7.MyBatis
Ref:http://www.mybatis.org/mybatis-3/
Ref:MyBatis中文文档
Action:
8.Dubbo
Ref:http://dubbo.io
Ref:Dubbo架构设计详解
Ref:基于Dubbo框架构建分布式服务
Ref:Dubbo实现RPC调用使用入门
Action:
9.Docker
Action:
10.Kubernetes
Ref:Kubernetes基础篇:主要特性、基本概念与总体架构
Action:
推荐博客:简单之美