Monthly Shaarli

All links of one month in a single page.

November, 2012

Ruby One-Liners
Asynchronous Processing in Web Applications, Part 1: A Database Is Not a Queue
Thanks for the memory

Running out of Java heap isn't the only cause of a java.lang.OutOfMemoryError. If native memory runs out, OutOfMemoryErrors that your normal debugging techniques won't be able to solve can occur. This article explains what native memory is, how the Java runtime uses it, what running out of it looks like, and how to debug a native OutOfMemoryError on Windows and Linux. A companion article covers the same topics for AIX systems.

An Introduction to Shoes--Using Shoes for Online Applications

This tutorial is a introductory look at the Shoes GUI toolkit for Ruby. You'll find it is easy to learn, making it a good option for beginning programmers to make Shoes online applications.

Image responsive, enfin une solution pérenne ? | Cyril Wolfangel
JAX-WS with Apache CXF and Eclipse « Angelo's Blog

This page display the list of articles called « JAX-WS with Apache CXF and Eclipse » : Step Extrait [step1] Initialize CXF Eclipse Plugin and generate empty Dynamic Web Project. [step2] Generate WebService HelloWorld on server side. [step3] Generate consumer of the WebService HelloWorld.