Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Options for Java Developer who needs Inexpensive Web Hosting [closed]

Tags:

As a programmer with limited experience, and interest, in server management, what are some good options for having space available online that makes getting to the actual development and deployment of Java web applications simple?

Needs: - ability to create, or at least manage a database through non-command line interface, even if it just requires using a remote connection to the database manager - deployments can be done from remote server - hooking up a domain to a Java server context needs to be easily done (I don't want to manage something like mod_jk with Apache manually)

like image 776
walnutmon Avatar asked Sep 25 '10 15:09

walnutmon


People also ask

Is java expensive to host?

yes, java hosting is generally more expensive than php hostings.

Does java have hosting?

Java is broadly used for web development. The best type of hosting for Java applications is VPS hosting, mainly because Java requires more resources than shared hosting.


2 Answers

It all depends on how cheap you want to go. Google App Engine is the cheapest (free) for small sites, but if your site gets very little traffic you have to wait for the JVM to start up.

Here are some links to check out:

Inexpensive VPS/Cloud:

http://www.joyent.com/services/cloudhosting/

http://performancehosting.net/hosting.php

http://www.godaddy.com/hosting/virtual-dedicated-servers.aspx

A little less expensive, but very popular:

http://aws.amazon.com/ec2/

If you are a Java dev and are interested in a very fun, simple Java-based web framework and hosting package:

http://www.playframework.org/

http://www.playapps.net/

More reading: http://mediatemple.net/

http://www.rackspacecloud.com/

http://mor.ph/products

http://www.rightscale.com/

http://www.cloudfoundry.com/

like image 108
Will Iverson Avatar answered Oct 05 '22 06:10

Will Iverson


  • Virtual Private Server (VPS) - rather cheap, prices start at around 13 dollars / month
  • Google App Engine (but it imposes some limitations)
like image 43
Bozho Avatar answered Oct 05 '22 08:10

Bozho