I hope I picked the right forum -- I've been working on a client/server application and so far I've been testing on my local network. At some point I want to host it on a better server for the general public. Do I have to change to using J2EE or can I keep using the J2SE toolkit? Also does anybody have any recommendations for low cost servers that I can use to host this project?
Thanks Joel
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
You can keep using J2SE, although the web service toolkit probably will need the servlet jar.
This thread had some discussion and links about hosting.