JavaJava technology, created by Sun Microsystems, offers many benefits to Internet and application programmers. The JDK (Java Development Kit) enables developers to:
There are several versions of the JDK that can be installed, or are already installed, on your Virtual Private Server. The JDK contains the Java compiler and Java executable, as well as the bulk of the standard Java libraries. InstallationTo install the JDK, do the following, depending on your Virtual Private Server O/S.
Java Servlets and JSPsJava Servlets and JSP (JavaServer Pages) technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server. A servlet can almost be thought of as an applet that runs on the server side. JSP is a server-side technology that is an extension to the Java Servlet technology. JSPs have dynamic scripting capabililty that works in tandem with HTML code, separating the page logic from the static elements. |