Sunday, 25 January 2015

Disable jsp compilation on Tomcat

For performance reasons it could be useful to disable jsp compilation (in runtime), and do pre-compilation. In tomcat you can disable it in the tomcat\conf\web.xml, see line with org.apache.jasper.servlet.JspServlet.

Tuesday, 6 May 2014

Displaying graphs in java

Recently I found good java graph framework, it is called Jung. Here is an example of the directed graph:

Thursday, 30 January 2014

HikariCP connection pool

"HikariCP - here is nothing faster. There is nothing more correct. HikariCP is a “zero-overhead” production-quality connection pool. " - sounds great) Need to check it

 http://brettwooldridge.github.io/HikariCP/