CheatSheet
  • Introduction
  • Garbage Collection
  • Scala
  • Kafka
  • Shell Scripting
  • Notebook
  • Hadoop
  • Git
  • Mac Terminal
  • IntelliJ Idea
  • Garbage Collection
  • YARN
  • NoSQL
  • DBConnection
  • ProjectBuild
  • Microservices
  • WebServices
  • Cloud Services
  • iTerm2
  • SBT
  • Useful Java Libraries
  • Python
  • Postgres
  • UML Class Diagram
  • Groovy
  • Mac Brew Install
  • Maven
  • Rough Works
  • Spark
  • AWS
  • Kubernetes
  • Docker
  • Redis
  • Telnet
Powered by GitBook
On this page

Was this helpful?

Useful Java Libraries

PreviousSBTNextPython

Last updated 2 years ago

Was this helpful?

Google Guava – Core Java libraries from Google -

Google Guice – Lightweight Dependency Injection Framework -

Google Protocol Buffers - Google's data interchange format -

Netty – Asynchronous event-driven network application framework.

SLF4J – Simple Logging Facade for Java.

Logback – Logging done right.

Jackson – High Performance JSON processor.

Coda Hale Metrics – Metrics is a Java library which gives insight -

Jersey – JAX-RS Reference Implementation for building RESTful services.

https://github.com/google/guava
https://github.com/google/guice
https://github.com/protocolbuffers/protobuf
http://netty.io
http://www.slf4j.org
http://logback.qos.ch/
https://github.com/FasterXML/jackson-core
https://metrics.dropwizard.io
https://jersey.github.io/