You can learn to create JSP (Java Server Pages) from this tutorial and learn the power of JSP as a solution to generate dynamic contents. You can use all the valid HTML documents as valid JSP documents. You can add HTML files to the document hierarch
This tutorial about web application gives you greater control over your web application by providing a detailed explanation about two important web application events like Application startup and shutdown, Session creation and invalidation. When your
The article provides you with an introduction to JSP and explains the need of JSP, the features of JSP like support for server-side scripting and tags, web access layer for N-tier enterprise application architectures, reuse of components and tags, pl
This tutorial teaches you all about Servlets and JSP (Java Server Pages) and the advantages in using them. It will be used to mix regular static HTML with dynamically generated HTML as for e.g. in a weather-report or news headlines page might generat
This tutorial can be used as a perfect guide to lead the users to know about usages of servlets. It describes from A to Z about servlets. It starts from a basic hello word servlet example and tracks upto servlet's usages in cookies and session tracki
As the name suggest Sending E-Mails with JSP Pages is an article, which tells you how to send emails using JSP pages. The reason why you will need to send emails from your web site, enterprise application etc, the system and server requirements, the
From this tutorial you will be introduced to Servlets and JSP and various advantages of using them. Servlets are similar to the CGI programming, which are used to create web pages and run on web servers. The Java Servlets are easy to use, highly effi
This is an action page which helps users in storing form variable into a database. This action page is in the format of JSP and it is possible to store all inputs in to a database. It supports MySQL database and the author provides some screenshots t
This is an article on JSP programming. It gives you a detailed introduction to JSP programming and discusses on the topics like Syntax Summary, Template Text (Static HTML), JSP Scripting Elements such as expressions, scriptlets, and declarations, JSP
This tutorial discusses about the various features of the JSP pages and its target users and deployment. The tutorial compares JSP to some current Netscape technologies, like SSJS and NAS's presentation markup language. JSP is similar to the Netscape |