JSP-
JAVA SERVER Pages (JSP) technology allows us to easily create Web content that has both static and dynamic components. JSP technology contains all the dynamic capabilities of Java Servlet technology but provides a more natural approach to creating static content. The main features of JSP technology are described below:
• A language for developing JSP pages, which are text-based, documents that
• Constructs for accessing server-side objects.
• Mechanisms for defining extensions to the JSP language.
JSP technology also contains an API that is used by developers of Web containers. JSP technology is used in developing dynamic web pages with Servlet technology just because it incorporates Java Servlet Technology for Dynamic contents and HTML for static content at the same time.
JAVA SCRIPT-
JavaScript is Netscape's cross-platform, object-oriented scripting language. JavaScript is a small, lightweight language; it is not useful as a standalone language, but it is designed for easy embedding in other products and applications, such as web browsers. Inside a host environment, JavaScript can be connected to the objects of its environment to provide programmatic control over them. Core JavaScript contains a core set of objects, such as Array, Date, and Math, and a core set of language elements such as operators, control structures, and statements. Core JavaScript can be extended for a variety of purposes by supplementing it with additional objects; for example:
• Client-side JavaScript extends the core language by supplying objects to control a browser (Navigator or another web browser) and its Document Object Model (DOM). For example, client-side extensions allow an application to place elements on an HTML form and respond to user events such as mouse clicks, form input, and page navigation.
Server-side JavaScript extends the core language by supplying objects relevant to running JavaScript on a server. For example, server-side extensions allow an application to communicate with a relational database, provide continuity of information from one invocation to another of the application, or perform file manipulations on a server. In my project, I have used Java Script for form data verification on client side at various places.
HTML-
HTML is a stream-based language. In other words, the HTML information for a web page is loaded serially as the browser parses the page. When the browser finds
JAVA SERVER Pages (JSP) technology allows us to easily create Web content that has both static and dynamic components. JSP technology contains all the dynamic capabilities of Java Servlet technology but provides a more natural approach to creating static content. The main features of JSP technology are described below:
• A language for developing JSP pages, which are text-based, documents that
• Constructs for accessing server-side objects.
• Mechanisms for defining extensions to the JSP language.
JSP technology also contains an API that is used by developers of Web containers. JSP technology is used in developing dynamic web pages with Servlet technology just because it incorporates Java Servlet Technology for Dynamic contents and HTML for static content at the same time.
JAVA SCRIPT-
JavaScript is Netscape's cross-platform, object-oriented scripting language. JavaScript is a small, lightweight language; it is not useful as a standalone language, but it is designed for easy embedding in other products and applications, such as web browsers. Inside a host environment, JavaScript can be connected to the objects of its environment to provide programmatic control over them. Core JavaScript contains a core set of objects, such as Array, Date, and Math, and a core set of language elements such as operators, control structures, and statements. Core JavaScript can be extended for a variety of purposes by supplementing it with additional objects; for example:
• Client-side JavaScript extends the core language by supplying objects to control a browser (Navigator or another web browser) and its Document Object Model (DOM). For example, client-side extensions allow an application to place elements on an HTML form and respond to user events such as mouse clicks, form input, and page navigation.
Server-side JavaScript extends the core language by supplying objects relevant to running JavaScript on a server. For example, server-side extensions allow an application to communicate with a relational database, provide continuity of information from one invocation to another of the application, or perform file manipulations on a server. In my project, I have used Java Script for form data verification on client side at various places.
HTML-
HTML is a stream-based language. In other words, the HTML information for a web page is loaded serially as the browser parses the page. When the browser finds