by andrew
border:

It is an introduction of Play framework, with highlights of new features of 2.1. During the session many features were demonstrated in IDE and Play console. This presentation was prepared for Reversim commit and had good feedbacks after the talk summit2013.reversim.com/#/sessions

 
The main message of the presentation: combine the cool features of Rails, Django, and Node.js while still running on JVM with compatibility with your java ecosystem.

 

 

by ittayd
tags:
border:

Gosu is (yet) another programming language for the JVM. Unlike most others, it is statically typed. It seems to be C# for Java, featuring just the simpler concepts that make programming more productive. Its tagline is that it is imperative (not to scare people away with concepts like FP)

 

http://gosu-lang.org/

tags:
border:
border:

 

This post is a summary of the Java performance tuning session given at on April 27th 2010.

border:

HI,

For a web services POC using Spring + CXF I am testing Jetty in a OS environment which has limited resources (such as total RAM of 512 MB), runs a .Net application and has to run a Java servlet container.

 

At present Jetty has the following JVM parameters:

 -Xms15M -Xmx15M -XX:MaxPermSize=16M and the Xss (stack size per thread) is the default.

 

While load testing with ab (Apache benchmark), I was able to lower the heap size to 15MB however the perm zise can not be lowered to  less than 16MB. 

by elad
border:

 

by adi
tags:
border: