web hosting for spring and hibernate application

a Learner picture a Learner · Mar 6, 2012 · Viewed 13.6k times · Source

I have to host a web application built using JSP, Java 6, Spring 3, Hibernate 3, mySql, Tomcat 6.

I am new to hosting a web application and have some queries:-

  1. Can anyone please guide me on this, specially from the Spring and Hibernate point of view?

  2. What are the issues raised during hosting/running an Hibernate & Spring application ?

  3. Will any host providing Java hosting also provide support for Spring and Hibernate?

Answer

unludo picture unludo · Mar 6, 2012

You may use a cloud provider for that. There are a lot. Amazon web services is the leader on the market but it's moving fast (and you have a free micro instance for one year to try). Oracle just entered the ring for example. Rakspace is a big one too and there are a lot of others.

Then you may decide between IAAS and PAAS. Basically with PAAS you don't install tomcat or mysql yourself. There you have solutions like Red Hat Openshift, Vmware Cloudfoundry, Amazon beanstalkC cloudbees, Microsoft Azure. With IAAS, you have a virtual machine. Maybe you can start by this to move up the stack and try PAAS later.

Cloud is the future of hosting. Renting a physical machine will disappear shortly. PAAS is believed to be the future of cloud. So you should try the cloud. There are tons of tutorials on this.