public marks

PUBLIC MARKS from solrac with tags aix & java

September 2009

ICEfaces and Google Translate

ICEfaces, an integrated Ajax application framework, enables Java Platform, Enterprise Edition (Java EE) application developers to easily create and deploy thin-client, rich Internet applications in pure Java code. This tutorial describes how to develop Web applications using JSF, Google and the translation option.

April 2009

Correcting Java OutOfMemoryErrors on AIX

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 AIX.