How JSP Works: Servlets and JavaServer Pages is an article for the beginners of JSP and Servlet. Implementation of jsp is done through servlets, which receives request from url, which is loaded in the jsp container, it process and compile the...
JavaServer Pages, together with the Java Servlet API, provide the dynamic web content presentation layer for the Java 2 Enterprise Edition. JSPs and Servlets integrate tightly to enable scalable and portable applications, and are widely supported....
The Beans are the nucleus of JavaServer Pages components. Without writing even a single line of code, developers can use the power of Java to add dynamic elements to their pages by using JSP's collection of Bean tags. Developers have to follow the...
ActivSpell is a server side spell checker for ColdFusion (CF), JavaServer Pages (JSP), Active Server Pages (ASP), and PHP. Allows developers to build custom spell checking interfaces with HTML and JavaScript, for use with Textbox's and Textareas....
ActivSpellCheck Spelling Checker is a server side spell checker for ColdFusion (CF), JavaServer Pages (JSP), Active Server Pages (ASP), and PHP. This script permits developers to create custom spell checking interfaces with HTML and JavaScript,...
You can develop dynamic web-based content with Java Server Pages (JSP). As in HTML, JavaServer Pages (JSP) uses the concept of tags as their building blocks. Though JSP offers a set of predefined tags, you can define you own tag extensions that...
Like most Java programmers, you may know what JavaServer Pages (JSP) and Extensible Markup Language (XML) are, but you may be a little unclear on how you can use them. In most cases JSP is used to design a Website built from files that look and...
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...
Java Web Start is a client-side technology that enables Java applications to launch either from a desktop or from a Web page. This alleviates from the problem of developing two applications, one for the desktop and the other for the internet. This...
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,... |