JSP Tutorial #1 – Java Server Pages Tutorial – JSP Introduction



JSP Tutorial #1 – Java Server Pages Tutorial – JSP Introduction

JSP Tutorial #1 - Java Server Pages Tutorial - JSP Introduction

FULL COURSE: JSP, Servlets and JDBC (80+ videos)
http://www.luv2code.com/jsp (SPECIAL DISCOUNT)

—-

This JSP tutorial series will help you quickly get up to speed with JSP.

Download Tutorial Source Code: http://www.luv2code.com/downloads/youtube-jsp/jsp-tutorial-source-code-lite.zip

—-

View more videos on the playlist: JSP Tutorial: https://goo.gl/fFVMrj

Closed-Captioning and English subtitles available for this JSP Tutorial.

—-

Follow luv2code for more JSP tutorial:

Website: http://www.luv2code.com
YouTube: http://goo.gl/EV6Kwv
Twitter: http://goo.gl/ALMzLG
Facebook: http://goo.gl/8pDRdA

If you liked my JSP tutorial, then join my mailing list: Get exclusive access to new Java tutorials.

– http://www.luv2code.com/joinlist

Questions or problems about this JSP tutorial? Post them in the comments section below.

Want to suggest a video for my JSP tutorial? Leave a comment below. I’m always looking for new video ideas.

Let me know what video you’d like for me to create.

Premium JSP Course

Need More Details on JSP?
– See my Premium JSP and Servlets course (80+ videos)
– http://www.luv2code.com/jsp

JSP Tutorial Transcript

Hey, this is Chad “Shod” Darby, with www.luv2code.com.

Welcome to my tutorial on JSP. IN this tutorial series we’re going to cover a lot of good topics. We’re going to start off with a tutorial intro which is, of course, this video, then we’ll get an overview of JSP, next you’ll learn how to set up your development environment and then we’ll learn about installing Tomcat, installing Eclipse, and also connecting Eclipse and Tomcat together. That will take care of all the basic housekeeping that we’ll need to do for setting up our development environment.

Next we’ll move forward and we’ll start coding so we’ll do our JSP Hello World program, then we’ll learn about some different aspects of JSP. We’ll discuss JSP expressions, scriplets and also JSP declarations. Then we’ll look at some of the JSP built-in objects. We’ll learn about including files and finally we’ll learn how to import Java classes.

This is a good start to get us going with JSP. Granted, there’s a whole lot of more topics out there on JSP, this is enough to get us a quick start with JSP so we can start with JSP development.

All right, we have a lot of good things in store. Stay tuned for all the follow on videos.

Comments are closed.