Java Circular Buffer Library

Circular buffer library designed for ultra-low-latency Java applications – JVM-RingBuffer/RingBuffer… Read more

Similar

Oracle opens up Java EE

Oracle continues to make progress Java EE 8, the enterprise edition for the Java platform, and moving forward it would like to advance Java EE within a more open and collaborative community. Specifications are nearly complete and the Java team expects to ... (more…)

Read more »

Object Oriented Design Principles in Java

Introduction Design principles are generalized pieces of advice or proven good coding practices that are used as rules of thumb when making design choices. They're a similar concept to design patterns, the main difference being that design principles are ... (more…)

Read more »