JSP For Beginners
What is JSP? JSP stands for Java Server Pages.
Actually, JSP in itself isn't a language,
instead it is more of a technology used by Java on the server side to
display dynamic content on the web pages. JSP is part of the Java technology family.
JSP technology is a key component in a highly scalable architecture for web-based applications.
A JSP is translated into Java servlet before being run, and it processes HTTP requests and generates responses like any servlet.
Like ASP or PHP, JSP also has dynamic scripting capability that works with HTML code, separating the web page logic from the static elements.
In this course, you will learn how to:
Write and read a file;
Generate and Retrieve a query string;
Use forms to collect information from clients;
Redirect a page;
Show Serve Variables;
Set and get a session;
Create cookies;
Include and forward a page;
Connect to a database with JDBC;
Display data in your web pages.
|