Skip to content
Play overlay
Preview this course

JSP (Java Server Pages)

Self-paced videos, Lifetime access, Study material, Certification prep, Technical support, Course Completion Certificate


Uplatz

Summary

Price
£13 inc VAT
Study method
Online, On Demand What's this?
Duration
15.3 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Certificate of completion - Free
  • Reed courses certificate of completion - Free

1 student purchased this course

Add to basket or enquire

Overview

Uplatz provides this comprehensive course on Java Server Pages (JSP). It is a self-paced course consisting of video tutorials. You will be awarded Course Completion Certificate at the end of the course.

JSP is a server side technology that does all the processing at server. It is used for creating dynamic web applications, using java as programming language.

Basically, any html file can be converted to JSP file by just changing the file extension from “.html” to “.jsp”, it would run just fine. What differentiates JSP from HTML is the ability to use java code inside HTML. In JSP, you can embed Java code in HTML using JSP tags. for e.g. run the code below, every time you run this, it would display the current time. That is what makes this code dynamic.

JSP technology is used to create web application just like Servlet technology. It can be thought of as an extension to Servlet because it provides more functionality than servlet such as expression language, JSTL, etc. A JSP page consists of HTML tags and JSP tags. The JSP pages are easier to maintain than Servlet because we can separate designing and development. It provides some additional features such as Expression Language, Custom Tags, etc.

JSP technology is the extension to Servlet technology. We can use all the features of the Servlet in JSP. In addition to, we can use implicit objects, predefined tags, expression language and Custom tags in JSP, that makes JSP development easy.

JavaServer Pages (JSP) is a Java standard technology that enables you to write dynamic, data-driven pages for your Java web applications. JSP is built on top of the Java Servlet specification. The two technologies typically work together, especially in older Java web applications. From a coding perspective, the most obvious difference between them is that with servlets you write Java code and then embed client-side markup (like HTML) into that code, whereas with JSP you start with the client-side script or markup, then embed JSP tags to connect your page to the Java backend.

This course, Java EE: Java Server Pages, provides an end-to-end look at Java Server Pages. You'll start from the beginning, learning the fundamentals of JSP, Directives, and Standard Actions. Next, you'll learn explore Java Standard Tag Library, Expression Language, Using Custom Tags, and Projects. Finally, you'll tackle Project Development using the topics that you have learned in the previous modules. By the end of this course, you will have a solid foundation to get started with Web Development using JSP.

Curriculum

1
section
44
lectures
15h 20m
total
    • 1: Introduction to World Wide Web 22:21
    • 2: Introduction to JSP (Java Server Pages) Preview 20:21
    • 3: Directory Structure 18:13
    • 4: Lifecycle JSP 13:18
    • 5: Scripting Elements - part 1 07:43
    • 6: Scripting Elements - part 2 30:47
    • 7: Scripting Elements - part 3 06:21
    • 8: Implicit Object Request 26:42
    • 9: Implicit Project - part 1 27:41
    • 10: Implicit Project - part 2 16:48
    • 11: Implicit Project (Login) - part 3 29:42
    • 12: Implicit Project (Reg) - part 4 21:14
    • 13: Implicit Project - part 5 17:04
    • 14: Implicit Project (Output) - part 6 06:16
    • 15: Directive Page - part 1 24:26
    • 16: Directive Page - part 2 29:34
    • 17: Directive Include - part 1 24:42
    • 18: Directive Include - part 2 07:32
    • 19: JSP Action Tag - Usebean - part 1 26:22
    • 20: JSP Action Tag - Usebean - part 2 22:57
    • 21: JSP Action Tag - Usebean - part 3 05:43
    • 22: JSP - Include Action - part 1 46:57
    • 23: JSP - Include Action - part 2 10:55
    • 24: JSP - Forward Action - part 1 21:19
    • 25: JSP - Forward Action - part 2 22:16
    • 26: Expression Language - part 1 21:23
    • 27: Expression Language (Param) - part 2 18:50
    • 28: Expression Language - part 3 21:58
    • 29: Expression Language (RequestScope) - part 4 14:55
    • 30: Java Bean using Expression Language - part 1 28:20
    • 31: Java Bean using Expression Language - part 2 29:53
    • 32: Java Bean using Expression Language - part 3 04:15
    • 33: JSTL Core - part 1 22:50
    • 34: JSTL Core - part 2 31:54
    • 35: JSTL Core (URL) - part 3 11:09
    • 36: JSTL SQL - part 1 27:17
    • 37: JSTL SQL (Update) - part 2 17:43
    • 38: JSTL SQL (Update) - part 3 19:35
    • 39: SQL Param 24:53
    • 40: JSTL - Function - part 1 11:49
    • 41: JSTL - Function - part 2 32:20
    • 42: JSTL - Function - part 3 25:39
    • 43: MVC in JSP - part 1 41:30
    • 44: MVC in JSP - part 2 06:15

Course media

Description

Java Server Pages (JSP) - Course Curriculum

  1. Introduction to Web

  2. Introduction to JSP

  3. Directory Structure

  4. Lifecycle JSP

  5. Scripting Elements - part 1

  6. Scripting Elements - part 2

  7. Scripting Elements - part 3

  8. Implicit Object Request

  9. Implicit Project - part 1

  10. Implicit Project - part 2

  11. Implicit Project (Login) - part 3

  12. Implicit Project (Reg) - part 4

  13. Implicit Project - part 5

  14. Implicit Project (Output) - part 6

  15. Directives Page - part 1

  16. Directive Page - part 2

  17. Directive Include - part 1

  18. Directive Include - part 2

  19. JSP Action Tag - Usebean - part 1

  20. JSP Action Tag - Usebean - part 2

  21. JSP Action Tag - Usebean - part 3

  22. JSP - Include Action Tag - part 1

  23. JSP - Include Action - part 2

  24. JSP - Forward Action - part 1

  25. JSP - Forward Action - part 2

  26. Expression Language - part 1

  27. Expression Language (Param) - part 2

  28. Expression Language - part 3

  29. Expression Language (RequestScope) - part 4

  30. Java Bean using Expression Language - part 1

  31. Java Bean using Expression Language - part 2

  32. Java Bean using Expression Language - part 3

  33. JSTL Core - part 1

  34. JSTL Core - part 2

  35. JSTL Core (URL) - part 3

  36. JSTL SQL - part 1

  37. JSTL SQL (Update) - part 2

  38. JSTL SQL Update - part 3

  39. SQL Param

  40. JSTL - Function - part 1

  41. JSTL - Function - part 2

  42. JSTL - Function - part 3

  43. MVC in JSP - part 1

  44. MVC in JSP - part 2

With this JSP course, you will learn:

  • Basic concept of JSP and servlets
  • Start to learn frameworks like Spring, JSF etc.
  • Explain the fundamentals of HTML and HTTP in the World Wide Web.
  • Describe JavaServer Pages and their relationship to servlets and J2EE generally.
  • Describe how a JSP is translated into a servlet and processed at runtime.
  • Explain the use of directives on JSPs and outline the principal directives.
  • Implement simple JSPs that use Java code in declarations, expressions and scriptlets.
  • Enumerate and use the implicit objects available to scripting elements.
  • Implement an interactive Web application using HTML forms and JSP.
  • Use Java exception handling and JSP error pages to handle errors in JSP applications.
  • Implement session management for a JSP application.
  • Manage cookies to store client-specific information at various scopes and durations.
  • Use JavaBeans to implement effective interactive JSP applications.
  • Describe custom tags in JSP and explain how they are implemented, both using Java and JSP itself, and how they are used.
  • Discuss threading issues in JSP and describe the use of directives to control how threading is handled.
  • Describe the various uses of XML in JSP applications.
  • Deploy a logical Web application to a Web server in a WAR file.
  • Describe the use of the JSP expression language to simplify dynamic page output.
  • Write JSP expressions and implement JSPs that use them in favor of scripts.
  • Implement JSPs that use basic JSTL actions to simplify presentation logic.
  • Decompose a JSP application design into fine-grained, reusable elements including JavaBeans, custom tag handlers and tag files that use JSTL.
  • Use core JSTL actions to complement standard actions, custom actions, and
  • JSP expressions for seamless, script-free page logic.
  • Direct conditional and iterative processing of page content by looping through ranges of numbers, over elements in a collection, or over tokens in a master string.
  • Set locale and time zone information in JSPs, and use them to correctly format numbers, dates and times for all clients.
  • Use resource bundles to manage application strings, and produce the appropriate strings at runtime for a particular client locale.
  • Locate a data source, query for relational data, and parse result sets.
  • Perform updates, inserts and deletes on relational data using SQL actions.
  • Manage queries and updates in transaction contexts.
  • Derive information from parsed XML content using XPath expressions.
  • Implement conditional processing and loops based on XML information.
  • Apply XSLT transformations to XML content.
  • Implement a simple Web service that reads and writes SOAP.
  • Understand and appreciate the role of Java Servlets in the overall Java 2 Enterprise Edition architecture, and as the best Java solution to HTTP application development.
  • Use request and response objects provided to a servlet to read CGI parameters and to produce an HTML response.
  • Develop interactive Web applications using HTML forms and servlets.
  • Manage complex conversations with HTTP clients using session attributes.
  • Understand the role of JDBC in Java persistence code, and use JDBC for persistence in servlet applications.
  • Preserve portability and ease of administration for a servlet application by parameterizing servlet code, using initialization parameters, properties files, and JNDI.
  • Use JavaBeans classes to share complex business data between components.
  • Implement filters to adapt existing servlets with new features, and to maximize the decomposition of logic between vertical business functions and horizontal facilities.

Who is this course for?

Everyone

Requirements

Enthusiasm and determination to succeed!

Career path

  • JSP (JavaServer Pages) Programmer
  • Java Developer
  • Software Programmer
  • Web Developer
  • Full Stack Web Developer
  • Technology Manager
  • Application Developer
  • Software Engineer
  • Java Servlet Programmer
  • App Developer
  • Cloud Architect
  • Technical Lead
  • Engineering Manager
  • Software Testing Specialist
  • Deployment Engineer
  • Java Specialist
  • Solution Architect
  • Lead Programmer
  • Product Manager
  • Technical Support Analyst

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Certificates

Certificate of completion

Digital certificate - Included

Course Completion Certificate by Uplatz

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

FAQs

Study method describes the format in which the course will be delivered. At Reed Courses, courses are delivered in a number of ways, including online courses, where the course content can be accessed online remotely, and classroom courses, where courses are delivered in person at a classroom venue.

CPD stands for Continuing Professional Development. If you work in certain professions or for certain companies, your employer may require you to complete a number of CPD hours or points, per year. You can find a range of CPD courses on Reed Courses, many of which can be completed online.

A regulated qualification is delivered by a learning institution which is regulated by a government body. In England, the government body which regulates courses is Ofqual. Ofqual regulated qualifications sit on the Regulated Qualifications Framework (RQF), which can help students understand how different qualifications in different fields compare to each other. The framework also helps students to understand what qualifications they need to progress towards a higher learning goal, such as a university degree or equivalent higher education award.

An endorsed course is a skills based course which has been checked over and approved by an independent awarding body. Endorsed courses are not regulated so do not result in a qualification - however, the student can usually purchase a certificate showing the awarding body's logo if they wish. Certain awarding bodies - such as Quality Licence Scheme and TQUK - have developed endorsement schemes as a way to help students select the best skills based courses for them.