Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Possible Duplicate:
How to find web hosting that meets my requirements?

The problem is the following: I made an EJB+JPA+GWT webpage wich uses GWT for the visual layer, EJBs for the service layer and JPA for interacting with the database layer.

Im was wondering if there was a way to host my website in the Google app engine (GAE) but then i learned that GAE doesnt support EJB´s so i was wondering if anyone knew of a cheap solution for hosting a web page that uses GWT+GAE+JPA.

share|improve this question
Belongs on webmasters. – Nick Johnson Apr 25 '11 at 3:27

migrated from stackoverflow.com Apr 25 '11 at 16:26

marked as duplicate by John Conde Jan 27 '12 at 2:07

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 0 down vote accepted

I've looked. You're looking at $40/m for a basic Tomcat instance (128M-512M RAM), to $100/m for full J2EE stack (1GB RAM). You might be better off getting a dedicated server, which is what I have for the sort of things I can't use GAE for (things that need long-lived socket connections, for example).

share|improve this answer
im kind of new to web page hosting, do you think this is kinda a good option: [](godaddy.com/hosting/hosting.aspx?ci=22124)? it looks cheap and it says that in extensive language support (on linux) Java is supported – pictureyournews Apr 25 '11 at 3:18
The Godaddy plan uses Tomcat, which does not support EJB because Tomcat is a servlet container (for the most part), and not a full J2EE App Server. You would need a hosting provider that uses GlassFish or JBoss. My advice to you is to dump the EJBs. You can still use them as POJOs in App Engine. – Chris Kaminski Apr 25 '11 at 14:23

In case anyone is interested, i found this site

http://www.mochahost.com/java.php

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.