I am making one application in java on my Windows 7 machine and I want to host this application to the internet.
Can I use the same machine as public server over the internet ?
What other things I need to take care for the java hosting ?
Please let me know in details because I don’t know how to do hosting for java application.
Thanks In Advance.
If you develop a server and separate client application in Java, then you can host server at your own machine and distribute clients for downloading from a website or using applets.
If you use your home machine you need to care to keep it always on and to have static IP-address. If your IP is not static then you should provision using no-ip.com or related service.