
Website Size
The size of your website determines how much disk space you will need with your web hosting account. A website usually comprises HTML pages and images...
Learn More |
Web Host Bandwidth Data transfer, sometimes referred to as bandwidth, refers to the amount of information passed to and from your website... Learn More |
|
Web Hosting
JSP (Java Server Pages) is a Java technology created by Sun Microsystems that allows scripting securely executed on the server side and dynamic HTML page is then send back to the client browser. When a server that includes a JSP engine comes across a web page with a .jsp extension, it translates the page into a Java servlet; then forwards the dynamic page to the web client. The client then views the page as an ordinary HTML file. This translation occurs in the background through the JSP engine, which is an add-on for web servers.
JSP is a key part of the Java 2 Enterprise Edition (J2EE) specification where extensive features of the Java language can be used. The latest version of JSP also include comprehensive XML support. JSP is similar in concept and appearance to Microsoft technology, ASPs (to be explained below). If you are planning on adding basic features onto your website, JSP may not be a good option especially for non-programmers as Java takes time to learn. Either Server-Side Includes (SSI) or JavaScript will be suffice for basic features.
|