http://www.zaneacademy.com
| 0:00 Where to download the Eclipse IDE From?
| 1:50 What is an Eclipse IDE workspace?
| 2:20 Where to download the tomcat server from?
| 3:00 Where to connect to & run the tomcat server from Eclipse?
| 4:00 How to change the settings on a tomcat server in Eclipse?
| 5:00 How to create a web application in Eclipse?
| 6:00 How to create a JSP in an Eclipse web application?
| 8:20 How to change the server startup timeout in Eclipse?
| 8:55 What is the URL of a JSP composed of?
| 9:40 What is a scriplet?
| 10:30 What is the hierarchy of the interface that a JSP implement?
| 11:40 What is a JSP? Why?
| 12:20 What are the methods & functionality of the JspPage interface?
| 13:05 What are the methods & functionality of the HttpJspPage interface?
| 13:55 What method corresponds to the body of a JSP?
| 14:50 What are scriplets?
| 15:20 What happens to the html code in a JSP after the translation phase?
| 16:50 How are the jspDestroy, jspInit, & _jspService methods called?