-
Java web hosting
I would like to put an Japplet on a website, what requirements need to be met to do so? Im assuming it must support java and thats it. Im going to use an html page and just put the java Japplet on it. Can anyone recommend free web hosting or cheap paid version?
-
Re: Java web hosting
There would be no requirement for the site to support java to host an applet. The applet code is executed in the user/client's browser. The server would return the java class files or jar file just like any other file that is requested by a user with an HTTP GET.
Its hard to find any websites that allow you to host java applets. I've used several free sites in the past and they have all not allowed java class files and jar files anymore.
-
Re: Java web hosting
-
Re: Java web hosting
If it supports HTTP GETs it should work. As I said, the server does not need any java to serve your files, unless there is more to your app than you have said.
-
Re: Java web hosting
Is this related to the OP who was "going to use an html page and just put the java Japplet on it"? If not, I'll close this: the OP created his or her page (or not) 18 months ago and there's no reason we shouldn't get on with our lives.
If you are advertising something, consider the Reviews/Advertising forum, not a technical one.
-
Re: Java web hosting
I deleted the spam and banned the spammer. It's at least the third time I've seen that site linked on this and/or other forums, and always by resurrecting an old dead thread.
db