Programming notes
about java, spring, android, app performance and architecture
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, 20 January 2015
Example of Hibernate mapping
https://docs.jboss.org/hibernate/orm/3.5/reference/en/html/mapping.html
https://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/example-mappings.html
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)