JSP Tutorial #4 – JSP Setup Dev Environment Overview



JSP Tutorial #4 – JSP Setup Dev Environment Overview

JSP Tutorial #4 - JSP Setup Dev Environment Overview

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. In this video, I’m going to give you an overview of setting up your development environment. We’ll cover the following topics: I’ll discuss the required software, and we’ll also go through the high-level steps. All right, so one prerequisite is that you must have the Java Development Kit installed. That’s the JDK. Not the JRE, but the JDK. If you don’t have it installed, you can check out my YouTube video for this. Go to http://www.luv2code.com/install-java.

Now in regards to the required software to build these web applications, you need to have the following: you need to have a Java App Server and an IDE. Now regarding the Java App Server, there’s a lot of different issues like GlassFish, JBoss, WebLogic, and so on, but we’re going to keep it simple and make use of the Tomcat server. Next for the IDE … Again, a lot of different options, and we’ll simply focus on using the Eclipse IDE.

Now what I’ll do is I’ll actually break these videos up. I’ll have a separate video installing the Tomcat Java App Server, and then I’ll have a separate video on installing the Eclipse IDE.

All right, so this wraps up the video. We covered the required software. We also discussed the high-level steps. Let’s go ahead in the following videos. We’ll actually go through, install our Java App Server, and we’ll install the Eclipse IDE. All right, I’ll see you in the next video.

Comments are closed.