Hmmm how do you run Java applications from a server instead of letting the clients have the whole program, like let them have just a little bit of the program at a time. I'm pretty much new to Java.
Thanks
Printable View
Hmmm how do you run Java applications from a server instead of letting the clients have the whole program, like let them have just a little bit of the program at a time. I'm pretty much new to Java.
Thanks
Is it web based/standalone ?
Go thru this link below.
The Java Boutique: Server-Side Web Applications using Java Servlets versions 2.1/2.2 and JavaServer Pages (JSP) version 1.0: A Tutorial
Web based, I want to have it run off the internet.
Then u should write the code for server not for the client using servets and jsp and u should install the web server like tomcat or j2ee server