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.
Sunday, 25 January 2015
Tuesday, 20 January 2015
Monday, 24 November 2014
Tuesday, 28 October 2014
Thursday, 23 October 2014
Batch processing in hibernate
A lot of good advices are here https://docs.jboss.org/hibernate/orm/3.3/reference/en/html/batch.html
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/
http://brettwooldridge.github.io/HikariCP/
Subscribe to:
Posts (Atom)