5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Java Novice to Javanista     Java Novice to Javanista Track 3: Javanista
JavaServer Pages (JSP) is a technology for developing web pages that support scripting and element-based dynamic content. This helps developers insert java code in HTML pages by making use of special JSP tags. Use this course to familiarize yourself with the different aspects of building a website using JSP.
With the help of this course, explore how to set up Apache Maven and Apache Tomcat web server, build JSP applications, and apply scriptlets as well as specific tags for declarations and expressions. You'll also dive into other features of JSP applications, including the separation of Java code into different files and accessing the request object, and learn more about the contents of a WAR file.
After finishing this course, you'll have a foundational understanding of building and deploying JSP applications.

Objectives

Building Web Applications with JSP: An Introduction to JSP

  • discover the key concepts covered in this course
  • download and set up the Apache Maven build automation tool
  • use Apache Maven to build a stub web application
  • set up Apache Tomcat web server that can be used to serve a JSP application
  • create a WAR file for a web app and deploy it to a Tomcat web server
  • develop a basic JSP app containing both HTML and Java code
  • use a variety of JSP tags to define Java methods and invoke them in a JSP source file
  • view various properties of an incoming request object
  • unpack and view the contents of the WAR archive for a JSP application and describe its structure and properties
  • build a composite JSP page by referencing external JSPs
  • summarize the key concepts covered in this course