Skip to content

Latest commit

 

History

History
108 lines (79 loc) · 3.13 KB

File metadata and controls

108 lines (79 loc) · 3.13 KB

App FW

  • Spring
  • Dropwizard (REST)
  • Airlift (REST)
  • Play

Maven Repository

Config

Optional (Java8)

Unit Test

Regexp

Resiliency

JDBC

DI

Logging

Flogger, https://google.github.io/flogger/

SLF4J:

Concurrency (Java8)

Java Design Patterns

Tutotials

JSVC

Java, Read & Write binary file:

http://www.vogella.com/tutorials/java.html

https://github.com/youngwookim/better-java

java 8 tutorial:

java, default method:

Tools

Tips

Java '::' operator,

Circuit Breaker, http://goldone.tistory.com/5

http://stackoverflow.com/questions/5726291/updating-version-numbers-of-modules-in-a-multi-module-maven-project

Requested array size exceeds VM limit:

http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABCBGHF -XX:+AggressiveOpts -XX:+AggressiveHeap

Retry?

Refs

Effective Java: