52類110個主流的Java框架

上次寫了一篇講 Java 工具的文章。

有讀者看完在微信問我,能不能總結一個更全的 Java 主流框架?

我本以爲整理這個沒多難,後來一邊整理一邊感覺越來越多……花了不少時間,最後經過刪減,一共整理出來

52 類 110 個常用的組件和框架!

以下排序是按照從技術組件開發框架代碼工具

WEB 容器

Tomcat
https://tomcat.apache.org/

Jetty
https://www.jetty.com/

JBoss
https://www.jboss.org/

Resin
https://caucho.com/products/resin

數據庫

H2
https://h2database.com/

SQLite
https://www.sqlite.org/

MySQL
https://www.mysql.com/

Oracle
https://www.oracle.com/index.html

SQL Server
https://www.microsoft.com/en-us/sql-server/sql-server-downloads

PostgreSQL
https://www.postgresql.org/

MariaDB
https://mariadb.org/

緩存

Redis
https://redis.io/

Memcached
https://memcached.org/

消息隊列

Kafka
https://kafka.apache.org/

RocketMQ
https://rocketmq.apache.org/

Pulsar
https://pulsar.apache.org/

RabbitMQ
https://www.rabbitmq.com/

負載均衡

LVS
http://www.linuxvirtualserver.org/

NGINX
https://www.nginx.com/

分佈式存儲

Ceph
https://docs.ceph.com/

HDFS
https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html

數據庫集羣

MHA
https://github.com/yoshinorim/mha4mysql-manager

分佈式協調

ZooKeeper
https://zookeeper.apache.org/

大數據相關

Storm
https://storm.apache.org/

Flink
https://flink.apache.org/

Spark
https://spark.apache.org/

HBase
https://hbase.apache.org/

Flink
https://flink.apache.org/

ClickHouse
https://clickhouse.com/

Doris
https://doris.apache.org/

日誌收集與分析

Filebeat
https://www.elastic.co/beats/filebeat

Logstash
https://www.elastic.co/logstash/

Kibana
https://www.elastic.co/kibana

搜索

Elasticsearch
https://www.elastic.co/

系統監控

SkyWalking
https://skywalking.apache.org/

zipkin
https://zipkin.io/

分庫分表

ShardingSphere
https://shardingsphere.apache.org/

Mycat2
http://mycatone.top/

微服務

Spring Cloud
https://spring.io/projects/spring-cloud

RPC 框架

Dubbo
https://github.com/apache/dubbo

gRPC
https://github.com/grpc/grpc-java

網絡框架

Netty
https://netty.io/

MVC 框架

Spring Framework
https://spring.io/projects/spring-framework

Spring Boot
https://spring.io/projects/spring-boot

數據層框架

MyBatis
https://github.com/mybatis/mybatis-3

MyBatis-Plus
https://github.com/baomidou/mybatis-plus

Hibernate
http://hibernate.org/orm/

數據庫連接池

HikariCP
https://github.com/brettwooldridge/HikariCP

Druid
https://github.com/alibaba/druid

Redis 客戶端

Jedis
https://github.com/xetorthio/jedis

Redisson
https://github.com/redisson/redisson

Rest 接口設計與開發

Swagger
https://swagger.io/

數據參數校驗

Hibernate Validator
https://hibernate.org/validator/

安全相關

Shiro
https://shiro.apache.org/

Bouncy Castle
https://www.bouncycastle.org/java.html

jjwt
https://github.com/jwtk/jjwt

Reactive 編程

Akka
https://akka.io/

RxJava
https://github.com/ReactiveX/RxJava

vert.x
https://vertx.io/

單元測試

JUnit
https://junit.org/junit5/

測試輔助

JMockit
http://jmockit.github.io/

Mockito
https://github.com/mockito/mockito

JMeter
http://jmeter.apache.org/

Selenium
https://www.selenium.dev/

日誌記錄

Log4j2
https://logging.apache.org/log4j/

Logback
http://logback.qos.ch/

SLF4J
http://www.slf4j.org/

代碼質量檢查

Checkstyle
https://github.com/checkstyle/checkstyle

Spotbugs
https://github.com/spotbugs/spotbugs

代碼生成

Lombok
https://projectlombok.org/

領域語言定製

ANTLR
https://www.antlr.org/

配置文件解析

config
https://github.com/lightbend/config

序列化格式

Avro
https://avro.apache.org/

Thrift
https://thrift.apache.org/

Protobuf
https://github.com/protocolbuffers/protobuf

模板引擎

Freemarker
https://freemarker.apache.org/

Thymeleaf
https://www.thymeleaf.org/

Office 文檔處理

POI
https://poi.apache.org/

PDF 處理

iText
https://itextpdf.com/en

Apache PDFBox
https://pdfbox.apache.org/

高性能隊列

Disruptor
https://lmax-exchange.github.io/disruptor/

HTTP 客戶端

Async Http Client
https://github.com/AsyncHttpClient/async-http-client

Feign
https://github.com/OpenFeign/feign

Retrofit
https://square.github.io/retrofit/

二維碼解析

ZXing
https://github.com/zxing/zxing

定時任務調度

Quartz
https://github.com/quartz-scheduler/quartz

JSON 解析

Gson
https://github.com/google/gson

Jackson
https://github.com/FasterXML/jackson

fastjson
https://github.com/alibaba/fastjson

分佈式事務

Seata
https://github.com/seata/seata

屬性映射

MapStruct
https://github.com/mapstruct/mapstruct

本地緩存

Ehcache
http://www.ehcache.org/

Caffeine
https://github.com/ben-manes/caffeine

系統排錯與調優

JMH
http://openjdk.java.net/projects/code-tools/jmh/

Arthas
https://github.com/alibaba/arthas

命令行參數解析

JCommander
http://jcommander.org/

計算機視覺

JavaCV
https://github.com/bytedeco/javacv

工具集合

Guava
https://github.com/google/guava

Hutool
https://hutool.cn/

構建工具

Maven
https://maven.apache.org/

Gradle
https://gradle.org/

Bazel
https://bazel.build/

本地系統開發

JNA
https://github.com/java-native-access/jna

JVM

Adopt Open JDK
https://adoptopenjdk.net/

Graal
https://github.com/oracle/graal

Open JDK
https://openjdk.java.net/

多版本 Java 支持

jenv
https://github.com/jenv/jenv

爬蟲相關

Nutch
https://nutch.apache.org/

Crawler4j
https://github.com/yasserg/crawler4j

jsoup
https://jsoup.org/

webmagic
https://github.com/code4craft/webmagic

整理不易,求個贊


你好,我是四猿外。

一家上市公司的技術總監,管理的技術團隊一百餘人。

我原創了不少文章,把其中的一些精華文章做了個彙總整理,搞了一份PDF——《爬坡》,其中包括了15篇技術文章(學習編程技巧、架構師、MQ、分佈式)和 13 篇非技術文章(主要是程序員職場)。

這份文檔的質量咋樣?我就不多自吹了,很多人看完說“受益匪淺”。

想獲取《爬坡》,可以掃下圖的碼,關注我的公衆號「四猿外」,在後臺回覆:爬坡

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章