1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00
A curated list of awesome frameworks, libraries and software for the Java programming language.
Find a file
akullpp d913e2bfc6 Merge pull request #10 from mattrr78/patch-1
Update README.md

akullpp: Added Distributed Applications and fixed spelling
2014-07-10 18:42:30 +02:00
README.md Merge pull request #10 from mattrr78/patch-1 2014-07-10 18:42:30 +02:00
README.tmp Update README.tmp 2014-07-10 15:28:41 +02:00

Awesome Java

A curated list of awesome Java frameworks, libraries and software. Inspired by awesome-python. Topics which have no libraries as of yet are located in README.tmp!

Application Server

Servers which are specifically used to deploy applications

  • GlassFish - Open source reference implementation for Java EE sponsored by Oracle
  • WildFly - Formerly known as JBoss and developed by Red Hat with extensive Java EE support
  • Jetty - Lightweight, small server often embedded in projects. Part of the Eclipse Foundation
  • Apache Tomcat - Robust allround server for Servlet and JSP

Build Tool

Tools which handle the buildcycle of an application

  • Apache Ant - Procedural build configurations via XML files
  • Apache Maven - Declarative lifecycle and dependency managment which favors conventions
  • Gradle - Incremental builds which are programmed via Groovy

Code Analysis

Tools that provide metrics and quality measurements of static code

  • SonarQube - Inspection tool for code quality
  • FindBugs - Static analysis to find potential bugs

Compiler-compiler

Tools that create parsers, interpreters or compilers

Continuous Integration

Tools which support continuously building, testing and releasing applications

  • Jenkins Provides server-based CI services, often seen as the successor to Hudson

Database Access

Everything which simplifies the access to the database

  • DBeaver - Graphical database manager
  • JDBI - Simplification of JDBC
  • jOOQ - Generates typesafe code based on SQL schema

Date and Time

Libraries related to date and time.

Dependency Injection

Libraries that help to realize the Inversion Of Control paradigm

Distributed Applications

Libraries and frameworks used to ease writing distributed and fault-tolerant applications

  • Akka - Toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on the JVM.
  • JGroups - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other

GUI

Libraries to create modern graphical user interfaces

Game Development

Frameworks that support the development of games

High Performance

Everything about high performance computation, from collections to specific libraries

  • Trove - High performance collections
  • HPPC - High performance collections
  • Disruptor - High Performance Inter-Thread Messaging Library

IDE

Integrated development environments that try to simplify several aspects of development

JSON

Libraries that simplify JSON processing

Logging

Libraries that log the behavior of an application

  • SLF4J - An abstraction layer which is to be used with an implementation
  • Log4j
  • Logback

Machine Learning

Tools that allow to learn from data via a set of specific algorithms

MapReduce

Libraries that provide access to the MapReduce model

Messaging

Tools that help sending messages between clients to ensure protocol independency

Miscellaneous

Everything else

  • Jimfs - An in-memory file system
  • Lombok - Code-generator which aims to reduce the verbosity of Java

Natural Language Processing

Libraries that are specialized on processing text

ORM

APIs which handle the persistence of objects

Permissions

Libraries that handle role/rights with associated permissions

Template Engine

Tools which substitute expressions in a template

Testing

Tools that test from object to interface level

Utility

Libraries which provide unspecific functionality, e.g. optimized datastructures

Web Crawling

Libraries that analyze the content of websites

Web Frameworks

Frameworks that handle the communication between the layers of an web application

REST Frameworks

Frameworks specifically for creating RESTful services

Twitter

People to follow

Websites

Important websites

Influental Books

Contributing

Contributions are very welcome. Just mind the general style.