A curated list of noteworthy Java frameworks, libraries, tools and resources.
Frameworks and libraries that help implementing and verifying design and architecture concepts.
- ArchUnit - Test library for specifying and asserting architecture rules.
- jMolecules - Annotations and interfaces to express design and architecture concepts in code.
- jQAssistant - Static code analysis with Neo4J-based query language.
- Taikai - ArchUnit extension with predefined architecture rules for common Java technologies.
Frameworks for building applications with AI, agents and knowledge-based systems.
- Anahata ASI - Java agent container with local LLM adapters, stateful tool execution, context management and IDE integration.
- AgentScope Java - Framework for building distributed, long-running AI agents with tool execution, persistence and multi-agent orchestration.
- A2A Java SDK - Official Java SDK for the Agent2Agent protocol.
- Dokimos - Evaluation framework for LLM and AI-agent applications that scores responses, validates tool calls and execution traces, and catches quality regressions in CI.
- Google Gen AI Java SDK - Official Java SDK for integrating Google generative AI models.
- JADE - Framework and environment for building and debugging multi-agent systems. (LGPL-2.0-only)
- JamJet - Agent runtime with a Java SDK for building AI agents, supporting graph-based workflow orchestration, multi-agent coordination, and MCP/A2A protocols.
- LangChain4j - Simplifies integration of LLMs with unified APIs and a comprehensive toolbox.
- liter-llm - Provides a Java binding for a unified LLM API client across multiple providers.
- MCP Java SDK - Enables applications to interact with AI models and tools through a standardized interface (i.e. Model Context Protocol), supporting both synchronous and asynchronous communication patterns.
- Protégé - Provides an ontology editor and a framework to build knowledge-based systems.
- Regulus - Google ADK plugin suite that adds runtime compliance profiles, audit envelopes and GRC adapters for regulated Java AI agents.
- simple-openai - Library to use the OpenAI API (and compatible ones) in the simplest possible way.
- Spring AI - Application framework for AI engineering for Spring.
- Spring AI Alibaba - Agentic AI framework built on Spring AI with model, tool, RAG and workflow integrations.
Frameworks that ease bean mapping.
- Immuto - Annotation processor that generates type-safe mapper implementations for Java Records using canonical constructors, with zero runtime reflection.
- MapStruct - Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach.
- ModelMapper - Intelligent object mapping library that automatically maps objects to each other.
- reMap - Lambda and method handle-based mapping which requires code and not annotations if objects have different names.
Libraries and frameworks for building chatbots and messaging-platform bots.
- JBot - Framework for building chatbots.
- JDA - Wrapping of the Discord REST API and its WebSocket events.
- Nyagram - Reactive, type-safe framework for Telegram bots based on Spring Boot 3 and Java 21.
- TelegramBots - Java library for building bots with the Telegram Bot API.
Tools that handle the build cycle and dependencies of an application.
- Apache Maven - Declarative build and dependency management that favors convention over configuration. It might be preferable to Apache Ant, which uses a rather procedural approach and can be difficult to maintain.
- Bazel - Tool from Google that builds code quickly and reliably.
- Buck2 - Encourages the creation of small, reusable modules consisting of code and resources.
- Dependency Analysis Gradle Plugin - Analyzes JVM and Android builds and recommends dependency and plugin changes.
- Docker Maven Plugin - Builds and runs Docker images from Maven.
- Eclipse JKube - Maven and Gradle plugins for building and deploying Java applications on Kubernetes.
- Frontend Maven Plugin - Installs and runs Node.js frontend tooling from Maven builds.
- git-commit-id Maven Plugin - Exposes Git revision information to Maven builds and applications.
- Gradle - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management.
- Jib - Builds optimized container images for Java applications without a Docker daemon.
- Javadoc Publisher - Generate Javadoc from your maven/gradle project and deploy it automatically on GitHub Page.
- jar-cart - A modern, zero-configuration package manager and runner for the Java ecosystem written in Go, focusing on developer productivity and build speed.
- Maven Wrapper - Analogue of Gradle Wrapper for Maven, allowing projects to build without a preinstalled Maven.
- Polyglot for Maven - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML.
- ReleaseRun - Dependency health checker for pom.xml and Gradle projects that scans for CVEs and outdated packages.
- Shadow - Gradle plugin for creating and transforming executable fat JARs.
Libraries to manipulate bytecode programmatically.
- ASM - All-purpose, low-level bytecode manipulation and analysis.
- Byte Buddy - Further simplifies bytecode generation with a fluent API.
- bytecode-viewer - Java 8 Jar & Android APK reverse engineering suite.
- Byteman - Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting. (LGPL-2.1-or-later)
- Javassist - Tries to simplify bytecode editing.
- Maker - Provides low level bytecode generation.
- Recaf - JVM reverse engineering toolkit, essentially an IDE for Java bytecode.
Libraries that provide caching facilities.
- cache2k - In-memory high performance caching library.
- Caffeine - High-performance, near-optimal caching library.
- Ehcache - Distributed general-purpose cache.
- Infinispan - Highly concurrent key/value datastore used for caching.
- JetCache - Java cache framework with local and distributed caching, annotations and asynchronous APIs.
Libraries for everything related to the CLI.
Libraries to assist with parsing command line arguments.
- Airline - Annotation-based framework for parsing Git-like command-line arguments.
- JCommander - Command-line argument-parsing framework with custom types and validation via implementing interfaces.
- jbock - Reflectionless command line parser.
- JLine - Includes features from modern shells like completion or history.
- picocli - ANSI colors and styles in usage help with annotation-based POSIX/GNU/any syntax, subcommands, strong typing for both options and positional args.
Libraries that provide TUI frameworks, or building blocks related functions.
- AliveJTUI - Declarative, React-style TUI library for building terminal UIs as component trees with diff-based rendering, focus management, and themes.
- Jansi - ANSI escape codes to format console output.
- Jexer - Advanced console (and Swing) text user interface (TUI) library, with mouse-draggable windows, built-in terminal window manager, and sixel image support. Looks like Turbo Vision.
- Lanterna - Easy console text-GUI library, similar to curses.
Libraries to integrate or use cloud-specific features.
- AWS SDK for Java 2.x - Official Java APIs for interacting with Amazon Web Services.
- Google Cloud Client Libraries - Client libraries for accessing Google Cloud services from Java applications.
- Java Operator SDK - SDK for implementing Kubernetes operators in Java.
- kubernetes-client - Client provides access to the full Kubernetes & OpenShift REST APIs via a fluent DSL.
- Kubernetes Java Client - Official Java client for the Kubernetes API.
- minio-java - Provides simple APIs to access any Amazon S3-compatible object storage server.
Tools that provide metrics and quality measurements.
- Checkstyle - Static analysis of coding conventions and standards.
- Error Prone - Catches common programming mistakes as compile-time errors.
- Error Prone Support - Error Prone extensions: extra bug checkers and a large battery of Refaster templates.
- Infer - Modern static analysis tool for verifying the correctness of code.
- JSpecify - Standardized nullness annotations designed to work uniformly across various Java IDEs, compilers, and static analysis tools.
- Modernizer - Detect uses of legacy Java APIs.
- Mutability Detector - Reports whether instances of a given class are immutable.
- NullAway - Eliminates NullPointerExceptions with low build-time overhead.
- OpenRewrite - Automates large-scale source-code refactoring through reusable recipes.
- OpenTaint - Interprocedural taint analyzer for Java and Spring applications with reusable security rules and dependency models.
- PMD - Source code analysis for finding bad coding practices.
- RefactorFirst - Identifies and prioritizes God Classes and Highly Coupled classes.
- SonarJava - Static analyzer for SonarQube & SonarLint. (LGPL-3.0-only)
- Spoon - Library for analyzing and transforming Java source code.
- Spotbugs - Static analysis of bytecode to find potential bugs.
- ToolsHref - Online Java code analyzer and JSON-to-Mermaid visualization tool.
Frameworks and tools that enable code coverage metrics collection for test suites.
- OpenClover - Measures Java code coverage through source-code instrumentation, with build-tool and IDE integrations.
- Delta Coverage - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines.
- JaCoCo - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation.
Tools that format or restructure Java source code.
- google-java-format - Reformats Java source code to follow Google Java Style.
- JHarmonizer - Safely reorders Java source code with configurable rules and Palantir Java Format.
- Palantir Java Format - Formatter based on google-java-format with wider lines and lambda-friendly output.
- Spotless - A versatile code formatter for Gradle and Maven that enforces multiple styles (including Google and Palantir) across Java and other languages.
Tools that generate patterns for repetitive code in order to reduce verbosity and error-proneness.
- Auto - Generates factory, service, and value classes.
- Avaje HTTP - Generates HTTP server adapters and declarative clients, with a lightweight JDK HTTP client.
- Bootify - Browser-based Spring Boot app generation with JPA model and REST API.
- Chocotea - Generates postman collection, environment and integration tests from java code.
- CRUDGen - Compile-time annotation processor generating CRUD layers, DTOs, JSON Patch, and custom HTTP endpoints for Spring Boot.
- EasyEntityToDTO - Annotation processor for automatic DTO and Mapper generation with zero boilerplate.
- Geci - Discovers files that need generated code, updates automatically and writes to the source with a convenient API.
- Immutables - Annotation processors to generate simple, safe and consistent value objects.
- J2ObjC - Java-to-Objective-C translator for porting Android libraries to iOS.
- JHipster - Yeoman source code generator for Spring Boot and AngularJS.
- Joda-Beans - Small framework that adds queryable properties to Java, enhancing JavaBeans.
- jsonschema2pojo - Generates Java types from JSON Schema or example JSON.
- JPA Buddy - Plugin for IntelliJ IDEA. Provides visual tools for generating JPA entities, Spring Data JPA repositories, Liquibase changelogs and SQL scripts. Offers automatic Liquibase/Flyway script generation by comparing model to DB, and reverse engineering JPA entities from DB tables.
- JSpecify Package-Info Generator - Maven plugin that automatically generates package-info.java files with JSpecify annotations (@NullMarked and @NullUnmarked), helping you manage nullness boundaries in your Java projects without manual boilerplate.
- Lombok - Code generator that aims to reduce verbosity.
- Record-Builder - Companion builder class, withers and templates for Java records.
- Spring CRUD Generator - Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications.
- Telosys - Java code-generation toolkit with a CLI and model-driven template engine.
Frameworks that help to create parsers, interpreters or compilers.
- ANTLR - Complex full-featured framework for top-down parsing.
- JavaCC - Parser generator that generates top-down parsers. Allows lexical state switching and permits extended BNF specifications.
- JFlex - Lexical analyzer generator.
Libraries which seek to gain high level information from images and videos.
- BoofCV - Library for image processing, camera calibration, tracking, SFM, MVS, 3D vision, QR Code and much more.
- ImageJ - Medical image processing application with an API.
- JavaCV - Java interface to OpenCV, FFmpeg, and much more.
Libraries that provide external configuration.
- avaje config - Loads yaml and properties files, supports dynamic configuration, plugins, file-watching and config event listeners.
- centraldogma - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
- ClearConfig - Type-safe, composable configuration library with a focus on runtime clarity.
- config - Configuration library supporting Java properties, JSON or its human optimized superset HOCON.
- Configurate - Configuration library with support for various configuration formats and transformations.
- dotenv - Twelve-factor configuration library which uses environment-specific files.
- Externalized Properties - Simple, lightweight, yet powerful configuration library which supports resolution of properties from external sources such as files, databases, git repositories, and any custom sources, plus an extensible post-processing/conversion mechanism.
- Gestalt - Gestalt offers a comprehensive solution to the challenges of configuration management. It allows you to source configuration data from multiple inputs, merge them intelligently, and present them in a structured, type-safe manner.
- ini4j - Provides an API for handling Windows' INI files.
- KAConf - Annotation-based configuration system for Java and Kotlin.
- microconfig - Configuration system designed for microservices which helps to separate configuration from code. The configuration for different services can have common and specific parts and can be dynamically distributed.
- NightConfig - Configuration library supporting TOML, YAML, HOCON, JSON and in-memory formats.
- owner - Reduces boilerplate of properties.
- sealed-env - Encrypts environment files with a shared Node.js and Java/Spring Boot format plus optional TOTP unsealing.
Libraries that help with implementing optimization and satisfiability problems.
- Choco - Off-the-shelf constraint satisfaction problem solver that uses constraint programming techniques.
- JaCoP - Includes an interface for the FlatZinc language, enabling it to execute MiniZinc models. (AGPL-3.0)
- Timefold - Flexible solver with Spring/Quarkus support and quickstarts for the Vehicle Routing Problem, Maintenance Scheduling, Employee Shift Scheduling and much more.
Frameworks and libraries that simplify reading/writing CSV data.
- FastCSV - Performance-optimized, dependency-free and RFC 4180 compliant.
- jackson-dataformat-csv - Jackson extension for reading and writing CSV.
- opencsv - Simple CSV parser.
Tools for batch, stream, table and data-transformation workloads.
- Apache Flink - Fast, reliable, large-scale data processing engine.
- Apache Storm - Realtime computation system.
- easy-batch - Set up batch jobs with simple processing pipelines. Records are read in sequence from a data source, processed in pipeline and written in batches to a data sink.
- Embulk - Bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services.
- OpenRefine - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
- Siddhi - Cloud native streaming and complex event processing engine.
- Smooks - Framework for fragment-based message processing. (Apache-2.0 OR LGPL-3.0-or-later)
- Tablesaw - Includes a data-frame, an embedded column store, and hundreds of methods to transform, summarize, or filter data.
Efficient and specific data structures.
- CQEngine Next - Provides indexed, SQL-like queries over Java collections.
- HashSmith - Hash map and set implementations using SwissTable-style SWAR/SIMD control-byte probing, optimized for memory efficiency.
- Persistent Collection - Persistent and immutable analogue of the Java Collections Framework.
- RoaringBitmap - Fast and efficient compressed bitmap.
- Wormhole4j - High-performance sorted map with fast range scans and thread-safe concurrent access, based on the Wormhole index structure.
Everything that simplifies interactions with the database.
- Actual Schema Gradle Plugin - Generates PostgreSQL schema DDL from Liquibase migrations using Testcontainers.
- Apache Calcite - Dynamic data management framework. It contains many of the pieces that comprise a typical database management system.
- Apache Cassandra - Distributed wide-column database with linear scalability and fault tolerance.
- Apache Doris - Distributed SQL database for real-time analytics.
- Apache Drill - Distributed, schema on-the-fly, ANSI SQL query engine for Big Data exploration.
- Apache Phoenix - High-performance relational database layer over HBase for low-latency applications.
- ArcadeDB - Multi-model database supporting graphs, documents, key-value, time series, and vector embeddings with SQL, Cypher, Gremlin, MongoDB, and Redis API compatibility.
- ArangoDB - ArangoDB Java driver.
- Chronicle Map - Efficient, in-memory (opt. persisted to disk), off-heap key-value store.
- ClickHouse Java - Java clients and JDBC driver for ClickHouse.
- Debezium - Low latency data streaming platform for change data capture.
- druid - High-performance, column-oriented, distributed data store.
- eXist - NoSQL document database and application platform.
- FlexyPool - Brings metrics and failover strategies to the most common connection pooling solutions.
- Flyway - Simple database migration tool.
- H2 - Small SQL database notable for its in-memory functionality.
- HikariCP - High-performance JDBC connection pool.
- HSQLDB - HyperSQL 100% Java database.
- JanusGraph - Distributed graph database supporting pluggable storage and indexing backends.
- JDBI - Convenient abstraction of JDBC.
- Jedis - Java client for Redis with synchronous, asynchronous and cluster APIs.
- jetcd - Java client for etcd v3.
- Jinq - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ).
- jOOQ - Generates typesafe code based on SQL schema.
- Lettuce - Lettuce is a scalable Redis client for building non-blocking Reactive applications.
- Liquibase - Database-independent library for tracking, managing and applying database schema changes.
- MapDB - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
- MariaDB4j - Launcher for MariaDB that requires no installation or external dependencies.
- Modality - Lightweight ORM with database reverse engineering features.
- MongoDB Java Driver - Official synchronous, asynchronous and reactive Java drivers for MongoDB.
- ObjectBox - Embedded object and vector database for Java and Android.
- Open J Proxy - Type 3 JDBC driver and Layer 7 proxy server for decoupling applications from relational database connection management.
- OpenDJ - LDAPv3 compliant directory service, developed for the Java platform, providing a high performance, highly available, and secure store for the identities.
- Querydsl - Typesafe unified queries.
- QueryStream - Build JPA Criteria queries using a Stream-like API.
- Presto - Distributed SQL query engine for large data sources.
- QuestDB - High-performance SQL database for time series. Supports InfluxDB line protocol, PostgreSQL wire protocol, and REST.
- Realm - Mobile database to run directly inside phones, tablets or wearables.
- Redisson - Allows for distributed and scalable data structures on top of a Redis server.
- requery - Modern, lightweight but powerful object mapping and SQL generator. Easily map to or create databases, or perform queries and updates from any Java-using platform.
- SchemaCrawler - Discovers, documents and diagrams relational database schemas from Java, build tools and the command line.
- Spring Data Dynamic Query - Unified dynamic query interface for Spring Data JPA, MongoDB, and Elasticsearch, enabling advanced JOIN(s), OR logic, scoped conditions, powerful projections and advanced features with zero boilerplate.
- Spring Data JPA MongoDB Expressions - Allows you to use MongoDB query language to query your relational database.
- StarRocks - Distributed SQL query engine for real-time analytics and data lakehouses.
- Trino - Distributed SQL query engine for big data.
- Vibur DBCP - JDBC connection pool library with advanced performance monitoring capabilities.
- Xodus - Highly concurrent transactional schema-less and ACID-compliant embedded database.
- CosId - Universal, flexible, high-performance distributed ID generator.
- Apache ShardingSphere - Distributed SQL transaction & query engine that allows for data sharding, scaling, encryption, and more on any database.
Libraries related to handling date and time.
- iCal4j - Parse and build iCalendar RFC 5545 data models.
- Jollyday - Determines the holidays for a given year, country/name and eventually state/region.
- ThreeTen-Extra - Additional date-time classes that complement those in JDK 8.
- Time4J - Advanced date and time library.
Libraries that handle decentralization tasks.
- java-tron - Implementation of the Tron Protocol, whic utilizes blockchains to develop decentralized applications.
- bitcoinj - Library for working with the Bitcoin protocol and network.
- web3j - Java and Android library for integrating with Ethereum-compatible blockchains.
Libraries for decompiling JVM bytecode.
- CFR - Java decompiler focused on modern language features.
- Fernflower - Java decompiler with broad JVM bytecode support.
- jadx - Dex-to-Java decompiler with command-line and graphical interfaces.
- transformer-api - Unified API that exposes multiple decompilers through one in-memory transformation interface.
- Vineflower - Modern maintained fork of Fernflower.
Libraries that help to realize the Inversion of Control paradigm.
- Apache DeltaSpike - CDI extension framework.
- Avaje Inject - Microservice-focused compile-time injection framework without reflection.
- Dagger - Compile-time injection framework without reflection.
- Dimension-DI - JSR-330 runtime dependency injection using the JDK Class-File API.
- Governator - Extensions and utilities that enhance Google Guice.
- Guice - Lightweight and opinionated framework that completes Dagger.
- HK2 - Lightweight and dynamic dependency injection framework.
Augmentation of the development process at a fundamental level.
- AspectJ - Seamless aspect-oriented programming extension.
- Faux Pas - Library that simplifies error handling by circumventing the issue that none of the functional interfaces in the Java Runtime is allowed by default to throw checked exceptions.
- Ghidra - Extensible software reverse-engineering framework with Java APIs and scripting.
- HotswapAgent - Unlimited runtime class and resource redefinition.
- Jctx - Reads a Java project and generates a structured context file so AI tools can understand and help plan the codebase.
- JGit - Lightweight, pure Java library implementing the Git version control system.
- JavaParser - Parse, modify and generate Java code.
- Manifold - Re-energizes Java with powerful features like type-safe metaprogramming, structural typing and extension methods.
- NoException - Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
- RR4J - RR4J is a tool that records java bytecode execution and later allows developers to replay locally.
- SneakyThrow - Ignores checked exceptions without bytecode manipulation. Can also be used inside Java 8 stream operations.
- Tail - Enable infinite recursion using tail call optimization.
Libraries and frameworks for writing distributed and fault-tolerant applications.
- Apache Geode - In-memory data management system that provides reliable asynchronous event notifications and guaranteed message delivery.
- Apache ZooKeeper - Coordination service with distributed configuration, synchronization, and naming registry for large distributed systems.
- Axon - Framework for creating CQRS applications.
- Curator Framework - High-level API for Apache ZooKeeper.
- Dropwizard Circuit Breaker - Circuit breaker design pattern for Dropwizard.
- Failsafe - Simple failure handling with retries and circuit breakers.
- Hazelcast - Highly scalable in-memory datagrid with a free open-source version.
- JGroups - Toolkit for reliable messaging and cluster creation.
- resilience4j - Functional fault tolerance library.
- ScaleCube Services - Embeddable Cluster-Membership library based on SWIM and gossip protocol.
Distributed transactions provide a mechanism for ensuring consistency of data updates in the presence of concurrent access and partial failures.
- Atomikos - Provides transactions for REST, SOA and microservices with support for JTA and XA.
- Bitronix - Simple but complete implementation of the JTA 1.1 API.
- Narayana - Provides support for traditional ACID and compensation transactions, also complies with JTA, JTS and other standards.
- Seata - Delivers high performance and easy to use distributed transaction services under a microservices architecture.
Tools that handle the distribution of applications in native formats.
- Artipie - Binary artifact management toolkit which hosts them on the file system or S3.
- Boxfuse - Deployment of JVM applications to AWS using the principles of immutable infrastructure.
- Central Repository - Largest binary component repository available as a free service to the open-source community. Default used by Apache Maven, and available in all other build tools.
- Cloudsmith - Fully managed package management SaaS with support for Maven/Gradle/SBT with a free tier.
- Getdown - System for deploying Java applications to end-user computers and keeping them up to date. Developed as an alternative to Java Web Start.
- IzPack - Setup authoring tool for cross-platform deployments.
- JavaPackager - Maven and Gradle plugin which provides an easy way to package Java applications in native Windows, macOS or GNU/Linux executables, and generate installers for them.
- jDeploy - Deploy desktop apps as native Mac, Windows or Linux bundles.
- jlink.online - Builds optimized runtimes over HTTP.
- Nuts - Installs and runs Java applications from Maven repositories, reusing descriptors and provisioning required JDKs.
- Nexus - Binary management with proxy and caching capabilities.
- packr - Packs JARs, assets and the JVM for native distribution on Windows, Linux and macOS.
- really-executable-jars-maven-plugin - Maven plugin for making self-executing JARs.
Libraries that assist with processing office document formats.
- Apache Tika - Detects and extracts text and metadata from a wide range of document formats.
- commonmark-java - Parses and renders CommonMark-compatible Markdown.
- documents4j - API for document format conversion using third-party converters such as MS Word.
- docx4j - Create and manipulate Microsoft Open XML files.
- html-to-markdown - Converts HTML to CommonMark-compatible Markdown through a Java binding.
- JQuick Excel - Configures Excel import, export, validation, formulas and charts through a declarative XML DSL.
- xberg - Extracts text, tables and metadata from PDFs, Office documents, images and other formats through a Java binding.
Libraries and SDKs for evaluating and managing feature flags.
- FF4J - Feature Flags for Java.
- OpenFeature Java SDK - Vendor-neutral API for evaluating feature flags in Java applications.
- Rollgate Java SDK - Java SDK for evaluating Rollgate feature flags with real-time configuration updates.
- Togglz - Implementation of the Feature Toggles pattern.
- Unleash Java SDK - Java client SDK for the Unleash feature management platform.
Libraries related to the financial domain.
- Cassandre - Trading bot framework.
- Joda-Money - Basic currency and money classes and algorithms not provided by the JDK.
- OpenGamma Strata - Analytics and market risk library for financial products.
- Philadelphia - Low-latency financial information exchange.
- Stripe - Integration with the Stripe API.
- ta4j - Library for technical analysis.
- XChange - Consistent Java API for market data and trading across cryptocurrency exchanges.
- Wickra - Technical-analysis library with 514 streaming O(1)-per-tick indicators on a native Rust core, on Maven Central as org.wickra:wickra; more indicators and incremental updates than the pure-Java ta4j.
Frameworks and libraries for reading and writing fixed-length and delimited flat files.
- BeanIO - Maps flat files of fixed-length or delimited records to and from Java beans using XML or annotation configuration.
- fixedformat4j - Annotation-driven mapping of fixed-width flat files to and from POJOs and Java records.
- Flatpack - Parses and writes delimited and fixed-length flat files with optional column-mapping definitions.
Formal-methods tools: proof assistants, model checking, symbolic execution, etc.
- Checker Framework - Pluggable type systems. Includes nullness types, physical units, immutability types and more. (GPL-2.0-only WITH Classpath-exception-2.0)
- Daikon - Detects likely program invariants and generates JML specs based on those invariants.
- Java Path Finder (JPF) - JVM formal verification tool containing a model checker and more. Created by NASA.
- JMLOK 2.0 - Detects inconsistencies between code and JML specification through feedback-directed random tests generation, and suggests a likely cause for each nonconformance detected. (GPL-3.0-only)
- KeY - Formal software development tool that aims to integrate design, implementation, formal specification, and formal verification of object-oriented software as seamlessly as possible. Uses JML for specification and symbolic execution for verification. (GPL-2.0-or-later)
- OpenJML - Translates JML specifications into SMT-LIB format and passes the proof problems implied by the program to backend solvers. (GPL-2.0-only)
Libraries that facilitate functional programming.
- Fugue - Functional extensions to Guava.
- Functional Java - Implements numerous basic and advanced programming abstractions that assist composition-oriented development.
- jOOλ - Extension to Java 8 that aims to fix gaps in lambda by providing numerous missing types and a rich set of sequential Stream API additions.
- Packrat - Gatherers library for Java Stream API. Gatherers can enhance streams with custom intermediate operations.
- Parallel Collectors - Stream API Collectors for parallel processing with custom thread pools, designed for I/O-heavy workloads.
- protonpack - Collection of stream utilities.
- StreamEx - Enhances Java 8 Streams.
- Vavr - Functional component library that provides persistent data types and functional control structures.
Frameworks that support the development of games.
- FXGL - JavaFX Game Development Framework.
- input4j - Lightweight, cross-platform library for gamepad and joystick input handling.
- JBox2D - Port of the renowned C++ 2D physics engine.
- jMonkeyEngine - Game engine for modern 3D development.
- libGDX - All-round cross-platform, high-level framework.
- Litiengine - AWT-based, lightweight 2D game engine.
- LWJGL - Robust framework that abstracts libraries like OpenGL/CL/AL.
- Pathetic - A highly configurable 3D A* pathfinding library that uses specific optimizations for high performance.
- vulkan4j - Vulkan, OpenGL ES2 and GLFW Memory Allocator bindings.
Libraries for working with geospatial data and algorithms.
- Apache SIS - Library for developing geospatial applications.
- ArcGIS Maps SDK for Java - JavaFX library for adding mapping and GIS functionality to desktop apps.
- Geo - GeoHash utilities in Java.
- GeoTools - Library that provides tools for geospatial data.
- GraphHopper - Road-routing engine. Used as a Java library or standalone web service.
- H2GIS - Spatial extension of the H2 database.
- IP2Location.io Java SDK - Wrapper for the IP2Location.io Geolocation API and the IP2WHOIS domain WHOIS API.
- JTS - Geometry model and algorithms for manipulating vector geospatial data.
- Jgeohash - Library for using the GeoHash algorithm.
- Mapsforge - Map rendering based on OpenStreetMap data.
- Open Location Code - Encodes geographic coordinates as short, shareable Plus Codes.
- Spatial4j - General-purpose spatial/geospatial library.
Libraries to create modern graphical user interfaces.
- FlatLaf - Modern Swing Look and Feel with Darcula and IntelliJ themes.
- ControlsFX - UI controls and components that complement JavaFX.
- JavaFX - Successor of Swing.
- Scene Builder - Visual layout tool for JavaFX applications.
- SnapKit - Modern Java UI library for both desktop and web.
- Sierra - Lightwieght declarative DSL for rapid development of Swing applications.
- SWT - Graphical widget toolkit.
Everything about high-performance computation, from collections to specific libraries.
- Agrona - Data structures and utility methods that are common in high-performance applications.
- Disruptor - Inter-thread messaging library.
- Eclipse Collections - Collections framework inspired by Smalltalk.
- fastutil - Fast and compact type-specific collections.
- HPPC - Primitive collections.
- Hollow - High-performance in-memory datasets distributed from a single producer to many consumers.
- JCTools - Concurrency tools currently missing from the JDK.
- TransmittableThreadLocal - Propagates thread-local context across thread pools and asynchronous execution.
Libraries that assist with creating HTTP requests and/or binding responses.
- Apache HttpComponents - Toolset of low-level Java components focused on HTTP and related protocols.
- Async Http Client - Asynchronous HTTP and WebSocket client library.
- Feign - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket.
- Google HTTP Client - Pluggable HTTP transport abstraction with support for java.net.HttpURLConnection, Apache HTTP Client, Android, Google App Engine, XML, Gson, Jackson and Protobuf.
- methanol - HTTP client extensions library.
- OkHttp - HTTP client for the JVM, Android and GraalVM.
- Retrofit - Typesafe REST client.
- Ribbon - Client-side IPC library that is battle-tested in the cloud.
- Riptide - Client-side response routing for Spring's RestTemplate.
- unirest-java - Simplified, lightweight HTTP client library.
- JQuickCurl - Executes HTTP requests from cURL syntax through annotations, XML configuration and dynamic proxy clients.
Integrated development environments that try to simplify several aspects of development.
- Eclipse Java IDE - Extensible Java IDE assembled from the Eclipse Platform, JDT and PDE.
- Explyt - AI coding agent for JetBrains IDEs that uses IDE indexes, refactorings, test runners, static analysis and debugging for Java and Kotlin projects.
- IntelliJ IDEA - Supports many JVM languages and provides good options for Android development. The commercial edition targets the enterprise sector.
- jGRASP - Created to provide software visualizations that work in conjunction with the debugger such as Control Structure Diagrams, UML class diagrams and Object Viewer.
- NetBeans - Provides integration for several Java SE and EE features, from database access to HTML5.
- SnapCode - Modern IDE for Java running in the browser, focused on education.
- Visual Studio Code Java - Extension suite providing Java language support, debugging, testing, Maven, Gradle and project management in Visual Studio Code.
Libraries that assist with the creation, evaluation or manipulation of graphical images.
- Barcode-Lib4J - Generates QR Code, DataMatrix, and other 1D/2D barcodes as vector (PDF, EPS, SVG) and raster (PNG, BMP, JPG) images with DPI awareness, high precision, and CMYK color model support.
- Glide - Image loading and caching library for Android focused on smooth scrolling.
- Imgscalr - Simple, efficient and hardware-accelerated image-scaling library implemented in pure Java 2D.
- Tess4J - JNA wrapper for Tesseract OCR API.
- Thumbnailator - High-quality thumbnail generation library.
- TwelveMonkeys - Collection of plugins that extend the number of supported image file formats.
- ZXing - Multi-format 1D/2D barcode image processing library.
- image-comparison - Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Some parts of the image can be excluded from the comparison.
- vips-ffm - Comprehensive bindings for libvips, using Java's "Foreign Function & Memory" API.
- webcam-capture - Library for using built-in and external webcams directly in Java.
- scrimage - Immutable, functional, and performant JVM library for manipulation of images.
Libraries that help make the Java introspection and reflection API easier and faster to use.
- ClassGraph - ClassGraph (formerly FastClasspathScanner) is an uber-fast, ultra-lightweight, parallelized classpath scanner and module scanner for Java, Scala, Kotlin and other JVM languages.
- jOOR - jOOR stands for jOOR Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect package.
- Objenesis - Allows dynamic instantiation without default constructor, e.g. constructors which have required arguments, side effects or throw exceptions.
- ReflectASM - ReflectASM is a very small Java library that provides high performance reflection by using code generation.
- TypeTools - Tools for resolving generic types.
Libraries for scheduling background jobs.
- JobRunr - Job scheduling library which utilizes lambdas for fire-and-forget, delayed and recurring jobs. Guarantees execution by single scheduler instance using optimistic locking. Has features for persistence, minimal dependencies and is embeddable.
- Quartz - Feature-rich, open source job scheduling library that can be integrated within virtually any Java application.
- Sundial - Lightweight framework to simply define jobs, define triggers and start the scheduler.
- Wisp - Simple library with minimal footprint and straightforward API.
- db-scheduler - Persistent and cluster-friendly scheduler.
- shedlock - Makes sure that your scheduled tasks are executed at most once at the same time. If a task is being executed on one node, it acquires a lock which prevents execution of the same task from another node or thread.
- XXL-JOB - Distributed task scheduling platform with centralized administration and execution monitoring.
Libraries for serializing and deserializing JSON to and from Java objects.
- Avaje Jsonb - Reflection-free Json binding via source code generation with Jackson-like annotations.
- DSL-JSON - JSON library with advanced compile time databinding.
- Fastjson2 - High-performance JSON parser, serializer and object mapper.
- Gson - Serializes objects to JSON and vice versa. Good performance with on-the-fly usage.
- jackson-modules-java8 - Set of Jackson modules for Java 8 datatypes and features.
- Jackson - Similar to GSON, but offers performance gains if you need to instantiate the library more often.
- JSON-io - Convert Java to JSON/TOON and back. Supports complex object graphs, cyclic references, and TOON format for 40-50% LLM token savings.
- Moshi - Modern JSON library, less opinionated and uses built-in types like List and Map.
- Yasson - Binding layer between classes and JSON documents similar to JAXB.
- Jolt - JSON to JSON transformation tool.
- JsonPath - Extract data from JSON using XPATH-like syntax.
- JsonSurfer - Streaming JsonPath processor dedicated to processing big and complicated JSON data.
Current implementations of the JVM/JDK.
- Eclipse Temurin - OpenJDK distribution from the Eclipse Adoptium project.
- Corretto - No-cost, multiplatform, production-ready distribution of OpenJDK by Amazon. (GPL-2.0-only WITH Classpath-exception-2.0)
- Dragonwell8 - Downstream version of OpenJDK optimized for online e-commerce, financial, logistics applications.
- Graal - Polyglot embeddable JVM. (GPL-2.0-only WITH Classpath-exception-2.0)
- Liberica JDK - Built from OpenJDK, thoroughly tested and passed the JCK. (GPL-2.0-only WITH Classpath-exception-2.0)
- OpenJ9 - High performance, enterprise-calibre, flexibly licensed, openly-governed cross-platform JVM extending and augmenting the runtime technology components from the Eclipse OMR and OpenJDK project.
- Open JDK - Open JDK community home.
- RedHat Open JDK - RedHat's OpenJDK distribution. (GPL-2.0-only WITH Classpath-exception-2.0)
- SAP Machine - SAP's no-cost, rigorously tested and JCK-verified OpenJDK friendly fork.
- Zulu - OpenJDK builds for Windows, Linux, and macOS. (GPL-2.0-only WITH Classpath-exception-2.0)
- Microsoft JDK - Microsoft Build of OpenJDK, Free, Open Source, Freshly Brewed!
Libraries that log the behavior of an application.
- Apache Log4j 2 - Complete rewrite with a powerful plugin and configuration architecture.
- Echopraxia - API designed around structured logging, rich context, and conditional logging. There are Logback and Log4J2 implementations, but Echopraxia's API is completely dependency-free, meaning it can be implemented with any logging API.
- Graylog - Open-source aggregator suited for extended role and permission management. (GPL-3.0-only)
- Kibana - Analyzes and visualizes log files. Some features require payment.
- Logback - Robust logging library with interesting configuration options via Groovy.
- Logbook - Extensible, open-source library for HTTP request and response logging.
- Logstash - Tool for managing log files.
- SLF4J - Abstraction layer/simple logging facade.
- tinylog - Lightweight logging framework with static logger class.
- Flogger - Flogger is a fluent logging API for Java. It supports a wide variety of features, and has many benefits over existing logging APIs.
Tools that provide specific statistical algorithms for learning from data.
- Apache Mahout - Scalable algorithms focused on collaborative filtering, clustering and classification.
- DatumBox - Provides several algorithms and pre-trained models for natural language processing.
- Deeplearning4j - Distributed and multi-threaded deep learning library.
- DJL - High-level and engine-agnostic framework for deep learning.
- H2O - Analytics engine for statistics over big data.
- Intelligent java - Seamlessly integrate with remote deep learning and language models programmatically.
- JSAT - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution.
- LIBSVM - Support vector machine library with Java bindings and command-line tools.
- Neureka - A lightweight, platform independent, OpenCL accelerated nd-array/tensor library.
- oj! Algorithms - High-performance mathematics, linear algebra and optimisation needed for data science, machine learning and scientific computing.
- sklearn-java - Implements scikit-learn-style machine learning algorithms in pure Java.
- Smile - Statistical Machine Intelligence and Learning Engine provides a set of machine learning algorithms and a visualization library.
- Tribuo - Provides tools for classification, regression, clustering, model development and interfaces with other libraries such as scikit-learn, pytorch and TensorFlow.
- Weka - Collection of algorithms for data mining tasks ranging from pre-processing to visualization.
Tools that help send messages between clients to ensure protocol independency.
- Aeron - Efficient, reliable, unicast and multicast message transport.
- Apache ActiveMQ - Message broker that implements JMS and converts synchronous to asynchronous communication.
- Apache Camel - Glues together different transport APIs via Enterprise Integration Patterns.
- Apache Kafka - High-throughput distributed messaging system.
- Apache Pulsar - Distributed pub/sub-messaging system.
- Apache RocketMQ - Fast, reliable, and scalable distributed messaging platform.
- Apache Qpid for Java - Java messaging clients and brokers implementing AMQP.
- AutoMQ - AutoMQ is a cloud-native, serverless reinvented Kafka that is easily scalable, manage-less and cost-effective.
- CloudEvents Java SDK - Java SDK for creating, serializing and transporting CloudEvents.
- Emissary - Simple, lightweight, yet FAST messaging library for decoupling messages (requests and events) and message handlers.
- Hermes - Fast and reliable message broker built on top of Kafka.
- HiveMQ MQTT Client - Reactive and blocking Java client for MQTT 3.1.1 and MQTT 5.
- JeroMQ - Implementation of ZeroMQ.
- RabbitMQ Java client - RabbitMQ client.
- Pushy - Java library for sending Apple Push Notification service messages.
- Simple Java Mail - Mailing with a clean and fluent API.
- Smack - Cross-platform XMPP client library.
- Svix - Library for the Svix API to send webhooks and verify signatures.
- NATS client - NATS client.
Tools for creating and managing microservices.
- Armeria - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC.
- Eureka - REST-based service registry for resilient load balancing and failover.
- gRPC Spring - Spring Boot integration for building gRPC clients and servers.
- Helidon - Two-style approach for writing microservices: Functional-reactive and as an implementation of MicroProfile.
- Micronaut - Modern full-stack framework with focus on modularity, minimal memory footprint and startup time.
- Nacos - Dynamic service discovery, configuration and service management platform for building cloud native applications.
- Quarkus - Kubernetes stack tailored for the HotSpot and Graal VM.
- Sentinel - Flow control component enabling reliability, resilience and monitoring for microservices.
Everything else.
- JBake - Static website generator.
- JObfuscator - Source code obfuscator.
- yGuard - Obfuscation via renaming and shrinking.
Tools for creating or managing mobile applications.
- Codename One - Cross-platform solution for writing native mobile apps. (GPL-2.0-only WITH Classpath-exception-2.0)
- Gluon Substrate - Builds native JavaFX applications for desktop, mobile and embedded targets.
- MobileUI - Cross-platform framework for developing mobile apps with native UI in Java and Kotlin.
- Multi-OS Engine - Open-source, cross-platform engine to develop native mobile (iOS, Android, etc.) apps.
Tools that observe/monitor applications in production by providing telemetry.
- Apitally - Simple, privacy-focused API monitoring, analytics and request logging for Spring Boot apps.
- Arthas - Allows to troubleshoot production issues for applications without modifying code or restarting servers.
- Automon - Combines the power of AOP with monitoring and/or logging tools.
- BTrace - Dynamic tracing and diagnostics for running JVM applications without restarts.
- Boot Usage Spring Boot Starter - Spring Boot Actuator extension providing application startup and runtime metrics including JVM uptime, memory usage, and CPU load.
- Datadog - Modern monitoring & analytics.
- Dropwizard Metrics - Expose metrics via JMX or HTTP and send them to a database.
- Glowroot - Open-source Java APM.
- HertzBeat - Real-time monitoring system with custom-monitor and agentless.
- hippo4j - Dynamic and observable thread pool framework.
- inspectIT Ocelot - Java agent that collects application performance, tracing and behavioral data.
- JavaMelody - Performance monitoring and profiling.
- Jolokia - JMX over REST.
- Micrometer - Vendor-neutral metrics/observability facade for the most popular metrics/observability libraries.
- Micrometer Tracing - Vendor-neutral distributed tracing facade for the most popular tracer libraries.
- OpenTelemetry - Instrument, generate, collect, and export telemetry data to help you analyze your software’s performance and behavior.
- Pinpoint - Open-source APM tool.
- Prometheus - Provides a multi-dimensional data model, DSL, autonomous server nodes and much more.
- Sentry - Integration with Sentry, an application error tracking and performance analysis platform.
- SPM - Performance monitor with distributing transaction tracing for JVM apps.
- zipkin - Distributed tracing system which gathers timing data needed to troubleshoot latency problems in microservice architectures.
For working with platform-specific native libraries.
- Aparapi - Converts bytecode to OpenCL which allows execution on GPUs.
- JavaCPP - Provides efficient and easy access to native C++.
- JCuda - JCuda offers Java bindings for CUDA and CUDA-related libraries.
- JNA - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
- JNR - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming Project Panama.
- native-lib-loader - Native library loader for extracting and loading native libraries from Java.
Libraries that specialize in processing text.
- Apache OpenNLP - Toolkit for machine-learning-based natural language processing.
- CoreNLP - Provides a set of fundamental tools for tasks like tagging, named entity recognition, and sentiment analysis.
- DKPro - Collection of reusable NLP tools for linguistic pre-processing, machine learning, lexical resources, etc.
- Hypherator - Java hyphenation library with iterator-like interface. Can be used out-of-the box - dictionaries for multiple languages are bundled in.
- LingPipe - Toolkit for tasks ranging from POS tagging to sentiment analysis.
Libraries for building network clients and servers.
- AISmessages - Decodes NMEA-armoured AIS messages for maritime navigation and safety systems with ITU-R M.1371 support and no runtime dependencies. (CC-BY-NC-SA-4.0)
- Commons-networking - Client for server-sent events (SSE).
- Apache MINA sshd - Java implementation of SSH clients, servers, SFTP and SCP.
- Atmosphere - Real-time transport framework supporting WebSocket, SSE, gRPC and WebTransport.
- dnsjava - Java implementation of the DNS protocol.
- Dubbo - High-performance RPC framework.
- Grizzly - NIO framework. Used as a network layer in Glassfish.
- gRPC-java - RPC framework based on protobuf and HTTP/2.
- java-ngrok - Java wrapper for ngrok; programmatic tunnels for ingress, webhooks, demos, and APIs.
- Java-WebSocket - Lightweight WebSocket client and server implementation.
- MinimalFTP - Lightweight, small and customizable FTP server.
- MINA - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO.
- Netty - Framework for building high-performance network applications.
- Drift - Easy-to-use, annotation-based library for creating Thrift clients and serializable types.
- ServiceTalk - Framework built on Netty with APIs tailored to specific protocols and support for multiple programming paradigms.
- sshj - Programmatically use SSH, SCP or SFTP.
- Socket.IO Client Java - Java client for Socket.IO servers.
- TLS Channel - Implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS.
- Undertow - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly.
- urnlib - Represent, parse and encode URNs, as in RFC 2141.
- Fluency - High throughput data ingestion logger to Fluentd and Fluent Bit.
APIs that handle the persistence of objects.
- Apache Cayenne - Provides a clean, static API for data access. Also includes a GUI Modeler for working with database mappings, and DB reverse engineering and generation.
- Doma - Database access framework that verifies and generates source code at compile time using annotation processing as well as native SQL templates called two-way SQL.
- Ebean - Provides simple and fast data access.
- EclipseLink - Supports a number of persistence standards: JPA, JAXB, JCA and SDO.
- Hibernate - Robust and widely used, with an active community.
- MyBatis - Couples objects with stored procedures or SQL statements.
- mybatis-dynamic - Code-first dynamic ORM for MyBatis with runtime schema modification.
- MyBatis-Plus - A powerful enhanced toolkit of MyBatis for simplifying development.
- ObjectiveSql - ActiveRecord ORM for rapid development and convention over configuration.
- Permazen - Language-natural persistence layer.
- SimpleFlatMapper - Simple database and CSV mapper.
Java platform as a service.
- AWS Elastic Beanstalk - AWS-based, with support for Tomcat and Jetty.
- AWS Lambda - Serverless computation.
- Google Cloud - Google's cloud infrastructure.
- Heroku - Abstract computing environments.
- Microsoft Azure - Microsoft's cloud infrastructure.
- OpenShift - Provides additionally an on-premise solution.
Tools to help with PDF files.
- Apache FOP - Creates PDFs from XSL-FO.
- Apache PDFBox - Toolbox for creating and manipulating PDFs.
- Nostrum Dynamic Jasper - Provides dynamic report layouts on top of JasperReports.
- DynamicReports - Simplifies JasperReports.
- Eclipse BIRT - Report engine for creating PDF and other formats (DOCX, XLSX, HTML, etc) using Eclipse-based visual editor.
- flyingsaucer - XML/XHTML and CSS 2.1 renderer. (LGPL-2.1-or-later)
- GraphCompose - Declarative engine for structured business PDFs with semantic layout, atomic pagination, theme tokens, and native vector charts.
- iText - Creates PDF files programmatically.
- JasperReports - Complex reporting engine.
- jquick-pdf - Generates PDFs from HTML-like templates and ECharts-style charts using iText 7, without a browser dependency.
- Open HTML to PDF - Properly supports modern PDF standards based on flyingsaucer and Apache PDFBox.
- OpenDataLoader PDF - Parses PDFs into structured Markdown, JSON and HTML through a Java API and command line.
- OpenPDF - Open-source iText fork. (LGPL-3.0-only & MPL-2.0)
Tools for performance analysis, profiling and benchmarking.
- async-profiler - Low-overhead sampling profiler for CPU, allocation and lock analysis on the JVM.
- fastThread - Analyze and visualize thread dumps with a free cloud-based upload interface.
- GCeasy - Tool to analyze and visualize GC logs. It provides a free cloud-based upload interface.
- Heap Seance - Memory leak diagnostics that orchestrates jcmd, jmap, jstat, JFR, Eclipse MAT, and async-profiler into a structured investigation workflow with confidence-based verdicts.
- jHiccup - Logs and records platform JVM stalls.
- JDK Mission Control - Profiling and diagnostics suite for JVM applications using Java Flight Recorder.
- JITWatch - Analyze the JIT compiler optimisations made by the HotSpot JVM.
- JMH - Harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targeting the JVM.
- LatencyUtils - Utilities for latency measurement and reporting.
- JVM Hotpath - Java agent for line-level execution frequency analysis to identify algorithmic bottlenecks.
- Argus - JVM diagnostics CLI for jcmd, JFR, async-profiler, heap analysis and machine-readable health verdicts.
Frameworks that are suites of multiple libraries encompassing several categories.
- BCEL - Byte Code Engineering Library - analyze, create, and manipulate Java class files.
- BeanUtils - Easy-to-use wrappers around the Java reflection and introspection APIs.
- BSF - Bean Scripting Framework - interface to scripting languages, including JSR-223.
- ClassScan - Find Class interfaces, methods, fields, and annotations without loading.
- CLI - Command-line arguments parser.
- CLI2 - Redesign of Commons CLI.
- Codec - General encoding/decoding algorithms, e.g. phonetic, base64 or URL.
- Collections - Extends or augments the Java Collections Framework.
- Compress - Defines an API for working with tar, zip and bzip2 files.
- Configuration - Reading of configuration/preferences files in various formats.
- Convert - Commons-Convert aims to provide a single library dedicated to the task of converting an object of one type to another.
- CSV - Component for reading and writing comma separated value files.
- Daemon - Alternative invocation mechanism for unix-daemon-like java code.
- DBCP - Database connection pooling services.
- DbUtils - JDBC helper library.
- Digester - XML-to-Java-object mapping utility.
- Email - Library for sending e-mail from Java.
- Exec - API for dealing with external process execution and environment management in Java.
- FileUpload - File upload capability for your servlets and web applications.
- Finder - Java library inspired by the UNIX find command.
- Flatfile - Java library for working with flat data structures.
- Graph - General purpose graph APIs and algorithms.
- I18n - Adds the feature of localized message bundles that consist of one or many localized texts that belong together.
- Id - Id is a component used to generate identifiers.
- Imaging - Image library.
- IO - Collection of I/O utilities.
- Javaflow - Continuation implementation to capture the state of the application.
- JCI - Java Compiler Interface.
- JCS - Java Caching System.
- Jelly - XML based scripting and processing engine.
- Jexl - Expression language which extends the Expression Language of the JSTL.
- JNet - JNet allows to use dynamically register url stream handlers through the java.net API.
- JXPath - Utilities for manipulating Java Beans using the XPath syntax.
- Lang - Provides extra functionality for classes in java.lang.
- Logging - Wrapper around a variety of logging API implementations.
- Math - Lightweight, self-contained mathematics and statistics components.
- Monitoring - Monitoring aims to provide a simple but extensible monitoring solution for Java applications.
- Nabla - Nabla provides automatic differentiation classes that can generate derivative of any function implemented in the Java language.
- Net - Collection of network utilities and protocol implementations.
- OpenPGP - Interface to signing and verifying data using OpenPGP.
- Performance - Small framework for microbenchmark clients, with implementations for Commons DBCP and Pool.
- Pipeline - Provides a set of pipeline utilities designed around work queues that run in parallel to sequentially process data objects.
- Pool - Generic object pooling component.
- RDF - Common implementation of RDF 1.1 that could be implemented by systems on the JVM.
- RNG - Commons Rng provides implementations of pseudo-random numbers generators.
- SCXML - Implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine.
- Validator - Framework to define validators and validation rules in an xml file.
- VFS - Virtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system.
- Weaver - Provides an easy way to enhance (weave) compiled bytecode.
- CUBA Platform - High-level framework for developing enterprise applications with a rich web interface, based on Spring, EclipseLink and Vaadin.
- Light-4J - Fast, lightweight and productive microservices framework with built-in security.
- Spring Framework - Comprehensive application framework for building Java applications.
Libraries that help the management of operating system processes.
- ch.vorburger.exec - Convenient API around Apache Commons Exec.
- zt-exec - Provides a unified API to Apache Commons Exec and ProcessBuilder.
- zt-process-killer - Stops processes started from Java or the system processes via PID.
Java proxy and gateway servers for routing and mediating traffic.
- LittleProxy - High performance HTTP proxy atop Netty's event-based networking library.
- Membrane Service Proxy - Open-source, reverse-proxy framework.
- OpenIG - High-performance reverse proxy server with specialized session management and credential replay functionality.
- Spring Cloud Gateway - API gateway built on Spring Framework and Spring Boot.
- Zuul - Gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Libraries for developing reactive applications.
- Akka - Toolkit and runtime for building concurrent, distributed, fault-tolerant and event-driven applications.
- Reactive Streams - Provides a standard for asynchronous stream processing with non-blocking backpressure.
- Reactor - A framework for building non-blocking applications on the JVM, providing support for reactive programming.
- RxJava - Allows for composing asynchronous and event-based programs using observable sequences.
- vert.x - Polyglot event-driven application framework.
Libraries and engines for building and evaluating regular expressions.
- dregex - Regular expression engine that uses deterministic finite automata. It supports some Perl-style features and yet retains linear matching time, and also offers set operations.
- JavaVerbalExpressions - Library that helps with constructing difficult regular expressions.
- RE2/J - Java port of RE2 providing linear-time regular expression matching.
- Sift - Type-safe, AST-based Regex Builder focused on readability and ReDoS prevention.
Frameworks specifically for creating RESTful services.
- Dropwizard - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics.
- Elide - Opinionated framework for JSON- or GraphQL-APIs based on a JPA data model.
- hate - Builds hypermedia-friendly objects according to HAL specification.
- Jersey - JAX-RS reference implementation.
- OfficeFloor - Spring Boot add-on that adds explicit function orchestration to REST endpoints, with each endpoint's steps, branches and error flows in one YAML file whose directory path maps to the URL.
- RESTEasy - Fully certified and portable implementation of the JAX-RS specification.
- RestExpress - Thin wrapper on the JBoss Netty HTTP stack that provides scaling and performance.
- Restlet Framework - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API.
- Spark - Sinatra inspired framework.
- springdoc-openapi - Automates the generation of API documentation using Spring Boot projects.
- Spring HATEOAS - Standalone and Spring support for building hypermedia-based APIs using HAL, HAL FORMS, Collection+JSON, ALPS and UBER.
- Swagger Java - Java libraries for generating, parsing and serving OpenAPI definitions.
- openapi-generator - Allows generation of API client libraries, SDKs, server stubs, documentation and configuration automatically given an OpenAPI Spec.
Libraries for scientific computing, analysis and visualization.
- BioJava - Facilitates processing biological data by providing algorithms, file format parsers, sequencing and 3D visualization commonly used in bioinformatics.
- Chart-FX - Scientific charting library with focus on performance optimised real-time data visualisation at 25 Hz update rates for large data sets.
- DataMelt - Environment for scientific computation, data analysis and data visualization. (GPL-3.0-or-later)
- Erdos - Modular, light and easy graph framework for theoretic algorithms.
- Gephi - Cross-platform for visualizing and manipulating large graph networks.
- JFreeChart - 2D chart library for Swing, JavaFX and server-side applications.
- JGraphT - Graph library that provides mathematical graph-theory objects and algorithms.
- jSciPy - jSciPy is a Java library designed for scientific computing, offering functionalities inspired by popular scientific computing libraries. It currently provides modules for signal processing, including Butterworth filters, peak finding algorithms, and an RK4 solver for ordinary differential equations.
- LogicNG - Library for creating, manipulating and solving Boolean and Pseudo-Boolean formulas.
- Mines Java Toolkit - Library for geophysical scientific computation, visualization and digital signal analysis.
- Orekit - A low level space flight dynamics library providing basic elements (orbits, dates, attitude, frames...) and various algorithms (conversions, propagations, pointing...) to handle them.
- Orson-Charts - Generates a wide variety of 3D charts that can be displayed with Swing and JavaFX or exported to PDF, SVG, PNG and JPEG.
- XChart - Light-weight library for plotting data. Many customizable chart types are available.
Tools and runtimes for using Java or Java-like languages as scripts.
- JBang - JBang makes it easy to use Java for scripting. It lets you use a single file for code and dependency management and allows you to run it directly.
- JPad - Snippet runner.
- JQuick Java - Java-like scripting language for dynamic rule engines with XML orchestration and Java interoperability.
Engines that index documents for search and analysis.
- Apache Lucene - High-performance, full-featured, cross-platform, text search engine library.
- Apache Solr - Enterprise search engine optimized for high-volume traffic.
- Elasticsearch - Distributed, multitenant-capable, full-text search engine with a RESTful web interface and schema-free JSON documents.
- Elasticsearch Java Client - Official typed Java client for Elasticsearch.
- OpenSearch - Distributed search and analytics engine derived from Elasticsearch.
- Viglet Turing ES - Self-hosted enterprise search platform with faceted, semantic and hybrid search, RAG, AI agents and pluggable Solr, Elasticsearch or Lucene backends.
Libraries that handle security, authentication, authorization or session management.
- Apache Shiro - Performs authentication, authorization, cryptography and session management.
- Ayza - High-level SSL configuration builder for configuring HTTP clients and servers with SSL/TLS.
- Bouncy Castle - All-purpose cryptographic library and JCA provider offering a wide range of functions, from basic helpers to PGP/SMIME operations.
- Certificate Ripper - CLI tool and library for extracting and exporting server certificates from HTTPS endpoints.
- Dependency-Track - Software composition analysis platform for identifying supply-chain risk.
- OWASP Dependency-Check - Detects publicly disclosed vulnerabilities contained within a project's dependencies.
- Cryptomator - Multiplatform, transparent, client-side encryption of files in the cloud.
- jjwt - JSON web token for Java and Android.
- jwt-java - Easily create and parse JSON Web Tokens and create customized JWT validators using a fluent API.
- Jwks RSA - JSON Web Key Set parser.
- Jasypt Spring Boot - Integrates encrypted properties with Spring Boot applications.
- Keycloak - Integrated SSO and IDM for browser apps and RESTful web services.
- Nbvcxz - Advanced password strength estimation.
- OpenAM - Access management solution that includes authentication, SSO, authorization, federation, entitlements and web services security.
- OTP-Java - One-time password generator library according to RFC 4226 (HOTP) and RFC 6238 (TOTP).
- pac4j - Security engine.
- Passay - Enforce password policy by validating candidate passwords against a configurable rule set.
- Password4j - User-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various other cryptographic hash functions.
- SecurityBuilder - Fluent Builder API for JCA and JSSE classes and especially X.509 certificates.
- ScribeJava - OAuth client library supporting OAuth 1.0a, OAuth 2.0 and numerous providers.
- Spring Authorization Server - Implements OAuth 2.1 and OpenID Connect authorization server specifications for Spring.
- Themis - Multi-platform high-level cryptographic library provides easy-to-use encryption for protecting sensitive data: secure messaging with forward secrecy, secure data storage (AES256GCM); suits for building end-to-end encrypted applications.
- Tink - Provides a simple and misuse-proof API for common cryptographic tasks.
- Topaz - Fine-grained authorization for applications with support for RBAC, ABAC, and ReBAC.
- WebAuthn4J - Server-side WebAuthn and passkey verification library.
- MOSS - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures, creating audit trails for attribution and compliance.
Libraries that handle serialization with high efficiency.
- Apache Avro - Data interchange format with dynamic typing, untagged data, and absence of manually assigned IDs.
- Apache Fory - High-performance object graph serialization framework with JIT and zero-copy support.
- Apache Orc - Fast and efficient columnar storage format for Hadoop-based workloads.
- Apache Parquet - Columnar storage format based on assembly algorithms from Google's paper on Dremel.
- Apache Thrift - Data interchange format that originated at Facebook.
- FlatBuffers - Memory-efficient serialization library that can access serialized data without unpacking and parsing it.
- Kryo - Fast and efficient object graph serialization framework.
- MessagePack - Efficient binary serialization format.
- Protobuf - Google's data interchange format.
- SBE - Simple Binary Encoding, one of the fastest message formats around.
- Wire - Clean, lightweight protocol buffers.
- XMLBeam - Processes XML by using annotations or XPath within code.
Servers specifically used to deploy applications.
- Apache Tomcat - Robust, all-round server for Servlet and JSP.
- Apache TomEE - Tomcat plus Java EE.
- Jetty - Provides a Web server and javax.servlet container, plus support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations.
- WildFly - Formerly known as JBoss and developed by Red Hat with extensive Java EE support.
Libraries for reading, writing and generating spreadsheet files.
- Apache Fesod - Memory-efficient library for reading and writing large spreadsheet files.
- Apache POI - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT).
- fastexcel - High performance library to read and write large Excel (XLSX) worksheets.
- jackson-dataformat-spreadsheet - Jackson dataformat module for reading and writing Excel (XLSX/XLS) as POJOs via
ObjectMapper. - Jxls - Generates Excel reports from spreadsheet templates.
- Sheetz - Reads and writes Excel, CSV and ODS files with annotation mapping, streaming, styling and validation.
- zerocell - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead.
Tools that substitute expressions in a template.
- Freemarker - Library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data.
- Handlebars.java - Logicless and semantic Mustache templates.
- Jamal - Extendable template engine embedded into Maven/JavaDoc, supporting multiple extensions (Groovy, Ruby, JavaScript, JShell, PlantUml) with support for snippet handling.
- jstachio - Typesafe Mustache templating engine.
- jte - Compiles to classes, and uses an easy syntax, several features to make development easier and provides fast execution and a small footprint.
- Pebble - Inspired by Twig and separates itself with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization.
- Rocker - Optimized, memory efficient and speedy template engine producing statically typed, plain objects.
- StringTemplate - Template engine for generating source code, web pages, emails, or any other formatted text output.
- Thymeleaf - Aims to be a substitute for JSP and works for XML files.
Tools that test from model to the view.
Testing for the software development process that emerged from TDD and was heavily influenced by DDD and OOAD.
- Cucumber - Provides a way to describe features in a plain language which customers can understand.
- J8Spec - Follows a Jasmine-like syntax.
- JBehave - Extensively configurable framework that describes stories.
- JGiven - Provides a fluent API which allows for simpler composition.
- Kensa - Code-first BDD framework for Java and Kotlin that generates interactive HTML reports and sequence diagrams from test code.
- Serenity BDD - Automated Acceptance testing and reporting library that works with Cucumber, JBehave and JUnit to make it easier to write high quality executable specifications.
Everything related to the creation and handling of random data.
- AutoParams - Supports generating test data or combining scenarios for parameterized tests.
- Datafaker - Modern fake data generator forked from Java Faker.
- jFairy - Fake data generator.
- Instancio - Automates data setup in unit tests by generating fully-populated, reproducible objects. Includes JUnit 5 extension.
- Randomized Testing - JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
- JMock - JMock is a high-performance data generation and simulation component library implemented in Java.
Provide environments to run tests for a specific use case.
- BitDive Java Agent - Java agent that captures runtime traces, SQL queries and HTTP payloads for BitDive testing.
- JUnit - Common testing framework.
- jqwik - Engine for property-based testing built on JUnit 5.
- PIT - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test suites.
- Robolectric - Runs Android tests on the JVM without an emulator or device.
- selenium - Browser automation framework and ecosystem.
- Selenium Boot - Zero-boilerplate Selenium + TestNG framework with auto driver management, smart retry, self-healing locators, AI failure analysis, and a built-in HTML report.
Tools for integration, service and contract testing.
- Arquillian - Integration and functional testing platform for Java EE containers.
- cdi-test - JUnit extension for easy and efficient testing of CDI components.
- Citrus - Integration testing framework that focuses on both client- and server-side messaging.
- GreenMail - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL.
- Hoverfly Java - Native bindings for Hoverfly, a proxy which allows you to simulate HTTP services.
- Karate - DSL that combines API test-automation, mocks and performance-testing making testing REST/HTTP services easy.
- Pact JVM - Consumer-driven contract testing.
- REST Assured - DSL for easy testing of REST/HTTP services.
- Testcontainers - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
- WebTau - Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts.
- weld-testing - Set of test framework extensions (JUnit 4, JUnit 5, Spock) to enhance the testing of CDI components via Weld. Supports Weld 5.
Libraries that provide custom matchers.
- AssertJ - Fluent assertions that improve readability.
- JsonUnit - Library that simplifies JSON comparison in tests.
- Truth - Google's fluent assertion and proposition framework.
- XMLUnit - Simplifies testing for XML output.
Other stuff related to testing.
- Awaitility - DSL for synchronizing asynchronous operations.
- ConcurrentUnit - Toolkit for testing multi-threaded and asynchronous applications.
- ConsoleCaptor - Captures console output for unit testing purposes.
- junit-dataprovider - TestNG-like data provider/runner for JUnit.
- junit-pioneer - JUnit 5 extension pack, pushing the frontiers on Jupiter.
- LogCaptor - Captures log entries for unit testing purposes.
- log-capture - Captures log entries and provides assertions for unit and integration testing.
- Selfie - Snapshot testing (inline and on disk).
- skipper-java - Real-time test execution control via Google Spreadsheet, enabling instant toggle without code changes.
- Stebz - Multi-approach framework for test steps managing.
- test-watch-maven-plugin - Maven plugin providing Vitest-inspired watch mode for tests with smart selection and parallel execution.
Tools which mock collaborators to help testing single, isolated units.
- JMockit - Integration testing, API mocking and faking, and code coverage.
- Mockito - Mocking framework that lets you write tests with a clean and simple API.
- MockServer - Allows mocking of systems integrated with HTTPS.
- Moco - Concise web services for stubs and mocks.
- WireMock - Stubs and mocks web services.
- EasyMock - EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing.
Tools for load and performance testing.
- Apache JMeter - Functional testing and performance measurements.
- Gatling - Load testing tool designed for ease of use, maintainability and high performance.
- JMeter DSL.java - Load tests with JMeter as simple as a JUnit test.
Libraries which provide general utility functions.
- bucket4j - Rate limiting library based on token-bucket algorithm.
- cactoos - Collection of object-oriented primitives.
- fswatch - Micro library to watch for directory file system changes, simplifying java.nio.file.WatchService.
- Guava - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and more.
- ISBN core - A small library that contains a representation object of ISBN-10 and ISBN-13 and tools to parse, validate and format one.
- JEmoji - An auto-generated emoji library that provides type-safe direct access to emojis and alias support for Discord, Slack, GitHub and many more features.
- Java Diff Utils - Utilities for text or data comparison and patching.
- Java UUID Generator - Generates standard UUID versions including time-ordered UUIDv6 and UUIDv7.
- java-util - Zero-dependency, high-performance utilities featuring Converter (universal type conversion), DeepEquals, CaseInsensitiveMap, TTLCache, CompactMap, MultiKeyMap, and object graph traversal.
- Jimfs - In-memory file system.
- JKScope - Java scope functions inspired by Kotlin.
- java-refined - Zero-dependency refinement types for Java 8+ with type-safe wrappers covering numerics, strings, and collections.
- PipelinR - Small utility library for using handlers and commands with pipelines.
- Semver4j - Lightweight library that helps you handling semantic versioning with different modes.
- Underscore-java - Port of Underscore.js functions.
- Zip4j - Reads, writes, encrypts and streams ZIP files.
Utilities that help create the development shell environment and switch between different Java versions.
- jabba - Java Version Manager inspired by nvm. Supports macOS, Linux and Windows.
- jenv - Java Version Manager inspired by rbenv. Can configure globally or per project. Tested on Debian and macOS.
- SDKMan - Java Version Manager inspired by RVM and rbenv. Supports UNIX-based platforms and Windows.
Libraries that analyze the content of websites.
- Apache Nutch - Highly extensible, highly scalable web crawler for production environments.
- crawlberg - Crawls and scrapes websites through a Java binding with Markdown conversion and optional browser rendering.
- jsoup - Scrapes, parses, manipulates and cleans HTML.
- StormCrawler - SDK for building low-latency and scalable web crawlers.
- webmagic - Scalable crawler with downloading, url management, content extraction and persistent.
Frameworks that handle the communication between the layers of a web application.
- ActiveJ - Lightweight asynchronous framework built from the ground up for developing high-performance web applications.
- Apache Tapestry - Component-oriented framework for creating dynamic, robust, highly scalable web applications.
- Apache Wicket - Component-based web application framework similar to Tapestry, with a stateful GUI.
- Blade - Lightweight, modular framework that aims to be elegant and simple.
- Bootique - Minimally opinionated framework for runnable apps.
- Javalin - Microframework for web applications.
- Jooby - Scalable, fast and modular micro-framework that offers multiple programming models.
- Ninja - Full-stack web framework.
- Pippo - Small, highly modularized, Sinatra-like framework.
- Play - Built on Akka, it provides predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications in Java and Scala.
- PrimeFaces - JSF framework with both free and commercial/support versions and frontend components.
- Ratpack - Set of libraries that facilitate fast, efficient, evolvable and well-tested HTTP applications.
- Spring Boot - Framework for creating stand-alone, production-grade Spring applications.
- Takes - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability.
- tinystruct - Lightweight, pluggable framework for building Java applications with CLI, HTTP, and modular extension support.
- Vaadin - Full-stack Java platform for building browser applications with server-side components.
- WebForms Core - A technology for managing HTML tags from the server.
- Erupt - Annotation-Driven Low-Code & JPA Visualization.
Engines for orchestrating long-running workflows and business processes.
- Cadence Java Client - Java client and workflow framework for the Cadence orchestration service.
- Activiti - Embeddable BPMN workflow and business process engine.
- Apache DolphinScheduler - Distributed workflow orchestration platform with visual and API-driven scheduling.
- Conductor - Event-driven workflow engine for distributed applications and AI agents.
- flowable - Compact and efficient workflow and business process management platform.
- Maestro - Workflow orchestration engine developed by Netflix.
- Temporal Java SDK - Java SDK for writing durable workflows and activities on Temporal.
Awesome Lists related to the Java & JVM ecosystem.
- Awesome Annotation Processing
- Awesome Graal
- Awesome Gradle Plugins
- Awesome Java libraries and hidden gems
- Awesome J2ME
- AwesomeJavaFX
- Awesome JVM
- Awesome Microservices
- Awesome REST
- Awesome Selenium
- Awesome Hybris
- ciandcd
- Useful Java Links
Active discussions.
- foojay.io
- r/java - Subreddit for the Java community.
- Stack Overflow - Question/answer platform.
Guides, tutorials, examples and practical references for Java developers.
- Design Patterns - Implementation and explanation of the most common design patterns.
- FizzBuzz Enterprise Edition - No-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. (No explicit license)
- Google Java Style
- Java Algorithms and Clients
- Java Concurrency Checklist
- Java Developer Roadmap
- Java Evolved - Side-by-side comparisons of legacy and modern Java patterns.
- Modern Java - A Guide to Java 8 - Popular Java 8 guide.
- TheCodeForge Java Tutorials
- Which JDK - Overview of common JVMs with pros and cons.
Books that made a big impact and are still worth reading.
- Core Java Volume I--Fundamentals
- Core Java, Volume II--Advanced Features
- Effective Java (3rd Edition)
- Head First Java (3rd Edition)
- Java Concurrency in Practice
- The Well-Grounded Java Developer (2nd Edition)
- Thinking in Java
Something to look at or listen to while programming.
- 140 Second Ducklings - Short videos on Twitter explaining Java debugging in depth.
- A Bootiful Podcast
- Foojay Podcast
- Inside Java - Official podcast.
- Java Off Heap
Active accounts to follow. Descriptions from their socials.
- Adam Bien - Freelance author, JavaOne Rockstar speaker, consultant, Java Champion.
- Aleksey Shipilëv - Performance geek, benchmarking czar, concurrency bug hunter.
- Antonio Goncalves - Java Champion, JUG Leader, Devoxx France, Java EE 6/7, JCP, Author.
- Arun Gupta - Java Champion, JavaOne Rockstar, JUG Leader, Devoxx4Kids-er, VP of Developer Advocacy at Couchbase.
- Brian Goetz - Java Language Architect at Oracle.
- Bruno Borges - Product Manager/Java Jock at Oracle.
- Chris Engelbert - Open Source Enthusiast, Speaker, Developer, Developer Advocacy at TimescaleDB.
- Chris Richardson - Software architect, consultant, and serial entrepreneur, Java Champion, JavaOne Rock Star, *POJOs in Action- author.
- Ed Burns - Consulting Member of the Technical Staff at Oracle.
- Eugen Paraschiv - Author of the Spring Security Course.
- Heinz Kabutz - Java Champion, speaker, author of The Java Specialists' Newsletter, concurrency performance expert.
- Holly Cummins - Technical Lead of IBM London's Bluemix Garage, Java Champion, developer, author, JavaOne rockstar.
- James Weaver - Java/JavaFX/IoT developer, author and speaker.
- Java - Official Java Twitter account.
- Javin Paul - Well-known Java blogger.
- Josh Long - Spring Advocate at Pivotal, author of O'Reilly's Cloud Native Java- and Building Microservices with Spring Boot, JavaOne Rock Star.
- Lukas Eder - Java Champion, speaker, Founder and CEO Data Geekery (jOOQ).
- Mani Sarkar - Java champion, Polyglot, Software Crafter involved with @graalvm, AI/ML/DL, Data Science, Developer communities, speaker & blogger. Creator of couple of awesome lists like this one.
- Mario Fusco - RedHatter, JUG coordinator, frequent speaker and author.
- Mark Heckler - Pivotal Principal Technologist and Developer Advocate, conference speaker, published author, and Java Champion, focusing on Internet of Things and the cloud.
- Markus Eisele - Java EE evangelist, Red Hat.
- Martijn Verburg - London JUG co-leader, speaker, author, Java Champion and much more.
- Martin Thompson - Pasty faced performance gangster.
- Monica Beckwith - Performance consultant, JavaOne Rock Star.
- OpenJDK - Official OpenJDK account.
- Peter Lawrey - Peter Lawrey, Java performance expert.
- Randy Shoup - Stitch Fix VP Engineering, speaker, JavaOne Rock Star.
- Reza Rahman - Java EE/GlassFish/WebLogic evangelist, author, speaker, open source hacker.
- Sander Mak - Java Champion, author.
- Simon Maple - Java Champion, VirtualJUG founder, LJC leader, RebelLabs author.
- Spencer Gibb - Software Engineer, Dad, Geek, Co-founder and Lead of Spring Cloud Core @pivotal.
- Stephen Colebourne - Java Champion, speaker.
- Trisha Gee - Java Champion and speaker.
- Venkat Subramaniam - Author, University of Houston professor, MicroSoft MVP award recipient, JavaOne Rock Star, Java Champion.
- Vlad Mihalcea - Java Champion working on Hypersistence Optimizer, database aficionado, author of High-Performance Java Persistence book.
Sites to read.