
Tag archives for application
Hi,
In a previous post http://www.javablog.fr/java-jvm-memory-parameters-outofmemoryerror-and-memory-checker.html,
we spoke about solution in order to avoid the famous OutOfMemoryError: Java heap space or OutOfMemoryError: PermGen space errors
and JVM parameters (-XX:PermSize, -XX:MaxPermSize, -Xms, -Xmx).
In this post, I would like to expose a simple method to calculate the memory footprint of JAVA objects in a cache in order to set the appropriate values of ...more»
In previous articles, I have related the prerequisites, the configuration of a GAE account, the creation of a new Eclispe project with the type “Web Application Project”, the deployment of an application on the GWT embedded server named Jetty, the evolution of the interface with GWT Designer, the deployment of an application on a Jboss server, on a Tomcat server ...more»
In previous articles, I have related the prerequisites, the configuration of a GAE account, the creation of a new Eclispe project with the type “Web Application Project”, the deployment of an application on the GWT embedded server named Jetty and the evolution of the interface with GWT Designer. In this article, we will discuss about the deployment of an application ...more»
