Monthly Archives: April 2014

Deploy simple tomcat webapp in Openshift

1. Create an account with OpenShift. 2. Add application in free tier. 3. Within that application you are free to create Tomcat 7 , Web Load Balancer and MySQL instance. 4. Create the war file. 5. Copy  the war file … Continue reading

Posted in MySQL, openshift, tomcat | Leave a comment

Execute native queries with Hibernate

http://docs.jboss.org/hibernate/stable/entitymanager/reference/en/html/query_native.html

Posted in Uncategorized | Leave a comment