Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-java
https://github.com/anhnt-ptit/awesome-java
Last synced: 4 days ago
JSON representation
-
Projects
-
Code Analysis
- Infer - Modern static analysis tool for verifying the correctness of code.
- Checkstyle - Static analysis of coding conventions and standards.
- Error Prone - Catches common programming mistakes as compile-time errors.
- NullAway - Eliminates NullPointerExceptions with low build-time overhead.
- PMD - Source code analysis for finding bad coding practices.
- SonarJava - Static analyzer for SonarQube & SonarLint.
- Spoon - Library for analyzing and transforming Java source code.
- Spotbugs - Static analysis of bytecode to find potential bugs.
-
Database
- Realm - Mobile database to run directly inside phones, tablets or wearables.
- requery - A 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.
- sql2o - Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs.
- Chronicle Map - Efficient, in-memory (opt. persisted to disk), off-heap key-value store.
- eXist - A NoSQL document database and application platform.
- FlexyPool - Brings metrics and failover strategies to the most common connection pooling solutions.
- HikariCP - High-performance JDBC connection pool.
- Jest - Client for the Elasticsearch REST API.
- jetcd - Client library for etcd.
- Jinq - Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ).
- MariaDB4j - Launcher for MariaDB that requires no installation or external dependencies.
- Presto - Distributed SQL query engine for big data.
- Speedment - Database access library that utilizes Java 8's Stream API for querying.
- Xodus - Highly concurrent transactional schema-less and ACID-compliant embedded database.
- Redisson - Allows for distributed and scalable data structures on top of a Redis server.
- OrientDB - Embeddable distributed database written on top of Hazelcast.
- Querydsl - Typesafe unified queries.
-
Data Structures
- Tape - A lightning-fast, transactional, file-based FIFO.
- Big Queue - A big, fast and persistent queue based on memory-mapped files.
- SBE - Simple Binary Encoding, one of the fastest message formats around.
- Wire - Clean, lightweight protocol buffers.
- Persistent Collection - Persistent and immutable analogue of the Java Collections Framework.
- Protobuf - Google's data interchange format.
-
Date and Time
- Almanac Converter - Simple conversion between different calendar systems.
- iCal4j - Parse and build iCalendar [RFC 5545](https://tools.ietf.org/html/rfc5545) data models.
- ThreeTen-Extra - Additional date-time classes that complement those in JDK 8.
- Time4J - Advanced date and time library.
-
Dependency Injection
- Inversion of Control
- Feather - Ultra-lightweight, JSR-330-compliant dependency injection library.
- Governator - Extensions and utilities that enhance Google Guice.
- Guice - Lightweight and opinionated framework that completes Dagger.
-
Distributed Applications
- Orbit - Virtual actors; adds another level of abstraction to traditional actors.
- Quasar - Lightweight threads and actors for the JVM.
- Hazelcast ![c - Highly scalable in-memory datagrid with a free open-source version.
-
Distribution
- Bintray ![c - Version control for binaries that handle publishing. Compatible with Maven or Gradle, with a free plan for open-source software as well as several business plans.
- Nexus ![c - Binary management with proxy and caching capabilities.
- IzPack - Setup authoring tool for cross-platform deployments.
-
Document Processing
- docx4j - Create and manipulate Microsoft Open XML files.
-
Formal Verification
- Java Path Finder (JPF) - JVM formal verification tool containing a model checker and more. Created by NASA.
-
Functional Programming
- Functional Java - Implements numerous basic and advanced programming abstractions that assist composition-oriented development.
-
Game Development
- libGDX - All-round cross-platform, high-level framework.
-
GUI
- JavaFX - The successor of Swing.
-
High Performance
- HPPC - Primitive collections.
-
HTTP Clients
- restQL-core - Microservice query language that fetches information from multiple services.
-
IDE
- Visual Studio Code - Provides Java support for lightweight projects with a simple, modern workflow by using extensions from the internal marketplace.
-
Imagery
- ZXing - Multi-format 1D/2D barcode image processing library.
-
JSON
-
JVM and JDK
-
Messaging
- Apache RocketMQ - A fast, reliable, and scalable distributed messaging platform.
-
Miscellaneous
- FF4J - Feature Flags for Java.
- JavaX - Reinventing and extending Java with a focus on simplicity.
- Multi-OS Engine - An open-source, cross-platform engine to develop native mobile (iOS, Android, etc.) apps.
- LightAdmin - Pluggable CRUD UI library for rapid application development.
-
Monitoring
- LeakCanary - Memory leak detection.
- Kamon - Tool for monitoring applications running on the JVM.
-
Natural Language Processing
- CoreNLP - Provides a set of fundamental tools for tasks like tagging, named entity recognition, and sentiment analysis.
-
ORM
- MyBatis - Couples objects with stored procedures or SQL statements.
-
PaaS
- Jelastic ![c - Supports Tomcat, Jetty, GlassFish, JBoss, TomEE and WildFly.
-
Performance analysis
- JMH - a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targeting the JVM.
- JProfiler ![c - Database profiling for JDBC, JPA and NoSQL, with JEE support.
-
Platform
- Logging
- OGNL - An Object-Graph Navigation Language.
- Functor - A functor is a function that can be manipulated as an object, or an object representing a single, generic function.
- Chain - Chain of Responsibility pattern implementation.
- Proxy - Library for creating dynamic proxies.
- I18n - Adds the feature of localized message bundles that consist of one or many localized texts that belong together.
-
Reactive libraries
- RxJava - Allows for composing asynchronous and event-based programs using observable sequences.
-
Science
- Morpheus - Provides a versatile two-dimensional memory efficient tabular data structure called a DataFrame to enable efficient in-memory analytics for scientific computing on the JVM.
-
Security
- Bouncy Castle - All-purpose cryptographic library and JCA provider offering a wide range of functions, from basic helpers to PGP/SMIME operations.
- 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.
-
Template Engine
-
Testing
-
Utility
- cactoos - Collection of object-oriented primitives.
- Guava - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and more.
- JADE - Framework and environment for building and debugging multi-agent systems.
- CRaSH - Provides a shell into a JVM that's running CRaSH. Used by Spring Boot and others.
-
Bean Mapping
- Dozer - Mapper that copies data from one object to another using annotations and API or XML configuration.
- MapStruct - Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach.
- Orika - JavaBean-mapping framework that recursively copies (among other capabilities) data from one object to another.
- Selma - Annotation processor-based bean mapper.
- ModelMapper - Intelligent object mapping library that automatically maps objects to each other.
-
Build
- Buck - Encourages the creation of small, reusable modules consisting of code and resources.
-
Bytecode Manipulation
- bytecode-viewer - Java 8 Jar & Android APK reverse engineering suite.
- cglib - Bytecode generation library.
- Javassist - Tries to simplify bytecode editing.
- Byteman - Manipulate bytecode at runtime via DSL (rules); mainly for testing/troubleshooting.
-
Caching
- Caffeine - High-performance, near-optimal caching library.
-
Code Generators
- ADT4J - JSR-269 code generator for algebraic data types.
- Auto - Generates factory, service, and value classes.
- JavaPoet - API to generate source files.
- JHipster - Yeoman source code generator for Spring Boot and AngularJS.
- FreeBuilder - Automatically generates the Builder pattern.
-
Command-line Argument Parsers
- Airline - Annotation-based framework for parsing Git-like command-line arguments.
- JOpt Simple - Simple parser that uses the POSIX getopt() and GNU getopt_long() syntaxes. Uses a fluent API instead of annotations.
-
Configuration
- centraldogma - Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
- cfg4j - Modern configuration library for distributed apps written in Java.
- dotenv - A twelve-factor configuration library for Java.
- KAConf - Annotation-based configuration system for Java and Kotlin.
- config - Configuration library for JVM languages.
-
Constraint Satisfaction Problem Solver
- JaCoP - Includes an interface for the FlatZinc language, enabling it to execute MiniZinc models.
-
CSV
- jackson-dataformat-csv - Jackson extension for reading and writing CSV.
- uniVocity-parsers - One of the fastest and most feature-complete parsers. Also comes with parsers for TSV and fixed-width records.
-
Development
- 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.
- HotswapAgent - Unlimited runtime class and resource redefinition.
- JavaParser - Parse, modify and generate Java code.
- JavaSymbolSolver - A symbol solver for Java.
-
REST Frameworks
- Crnk - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more.
- Crnk - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more.
- Crnk - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more.
- RESTEasy - Fully certified and portable implementation of the JAX-RS specification.
- Crnk - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more.
- Crnk - Implementation of the JSON API specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations and more.
-
Server
- Jetty - Provides a Web server and javax.servlet container, plus support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations.
- Apache Tomcat - Robust, all-round server for Servlet and JSP.
-
PDF
- Dynamic Jasper - Abstraction layer to JasperReports.
-
Machine Learning
- Weka - Collection of algorithms for data mining tasks ranging from pre-processing to visualization.
-
-
Resources
-
Awesome Lists
-
Communities
- r/java - Subreddit for the Java community.
- stackoverflow - Question/answer platform.
- VirtualJUG - Virtual Java User Group.
-
Influential Books
-
Podcasts and Screencasts
-
Twitter
- Aleksey Shipilëv - Performance geek, benchmarking czar, concurrency bug hunter.
- Brian Goetz - Java Language Architect at Oracle.
- Bruno Borges - Product Manager/Java Jock at Oracle.
- 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 Magazine - Official Java Magazine 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, JUG.ch co-leader, Founder and CEO Data Geekery (jOOQ).
- 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.
- Mark Reinhold - Chief Architect, Java Platform Group, Oracle.
- 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.
- Simon Maple - Java Champion, VirtualJUG founder, LJC leader, RebelLabs author.
- 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.
-
Websites
-
-
Contributing
-
Websites
-
Categories
Sub Categories
Twitter
28
Database
17
Code Analysis
8
Data Structures
6
Platform
6
REST Frameworks
6
Configuration
5
Code Generators
5
Bean Mapping
5
Influential Books
5
Development
4
Date and Time
4
Dependency Injection
4
Utility
4
Awesome Lists
4
Bytecode Manipulation
4
Websites
4
Miscellaneous
4
Distributed Applications
3
Communities
3
Distribution
3
JSON
3
Command-line Argument Parsers
2
Server
2
Monitoring
2
Template Engine
2
Performance analysis
2
CSV
2
Security
2
JVM and JDK
2
Testing
2
PaaS
1
Imagery
1
PDF
1
HTTP Clients
1
Caching
1
Constraint Satisfaction Problem Solver
1
Machine Learning
1
Game Development
1
Document Processing
1
ORM
1
Podcasts and Screencasts
1
Functional Programming
1
Science
1
GUI
1
Reactive libraries
1
Messaging
1
High Performance
1
Build
1
Formal Verification
1
IDE
1
Natural Language Processing
1
Keywords
java
30
static-analysis
9
android
7
static-code-analysis
6
database
4
code-analysis
4
code-quality
3
awesome
3
kotlin
3
rxjava
2
sql
2
swift
2
python
2
connection-pool
2
spring-boot
2
monitoring
2
golang
2
parser
2
ios
2
code-generator
2
code-generation
2
ast
2
abstract-syntax-tree
2
jdbc
2
nosql
2
linter
2
objective-c
2
mapstruct
1
mapping
1
no-reflection
1
mapper
1
buck
1
build-tool
1
javabeans
1
bean-mapping
1
annotation-processor
1
list
1
awesome-list
1
rest
1
microservices-architecture
1
microservices
1
analyzer
1
analysis
1
plsql
1
apex
1
nullability-analysis
1
nullability
1
command-line-tool
1
war
1
smali
1