This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Host small Java app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Host small Java app" Watch "Host small Java app" New topic
Author

Host small Java app

Sharon whipple
Ranch Hand

Joined: Jul 31, 2003
Posts: 294
Hi ranchers
Where can I host small Java jsp server application?
Can godaddy handle jsp/servlets?
Thank you!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35243
    
    7
The ServletsFaq has a list of Java hosting companies.


Android appsImageJ pluginsJava web charts
Mike Heffelfinger
Greenhorn

Joined: Jan 11, 2010
Posts: 13

Google App Engine is pretty good and it's free unless your app is huge.
Sharon whipple
Ranch Hand

Joined: Jul 31, 2003
Posts: 294
Mike Heffelfinger wrote:Google App Engine is pretty good and it's free unless your app is huge.

My app is very small (Just 6 jsp's) the app uses Hibernate & MySql (jdbc)
Google App won't support neither.

Thank you
Devaka Cooray
Saloon Keeper

Joined: Jul 29, 2008
Posts: 2691
    
    3

Sharon whipple wrote:the app uses Hibernate & MySql (jdbc)
Google App won't support neither.

App Engine has it's own persistence provider for which you can use JPA to persist data to the App Engine's data store.
If you used the EntityManager library with Hibernate, you can easily integrate that with JPA.


Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Host small Java app
 
Similar Threads
java servlets support JSP?????
Difference between J2EE, J2SE and J2ME
Host recommendation java
How to get host alias name..?
How to get host alias name..?