20 Nov 12

jXLS is a small and easy-to-use Java library for writing Excel files using XLS templates and reading data from Excel into Java objects using XML configuration.

by lamnatos 13 years ago

02 Feb 12

Surprisingly common scenarios:

  • requiring 1G memory to support a few hundred users
  • saving 500K session state per user
  • requiring 2M for a text index per simple document
  • creating 100K temporary objects per user hit
by mlb 14 years ago

19 Jan 12

This covers the basics of memory allocation and garbage collection in Java, the different garbage collectors available in HotSpot and how they can be tuned, and finally some anecdotes from Attila’s experiences at Twitter.

by mlb 14 years ago

21 Sep 11

Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more

by mlb 14 years ago

01 Jun 11

How to redefine the cached values of Integers between -127 and 128 in Java.

by mlb 14 years ago

13 Apr 11

Clojars is a dead easy community repository for open source Clojure libraries. It plays nice with Maven and Leiningen.

by mlb 15 years ago
Tags: