From the course: Learning Java Enterprise Edition

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

JSP EL introduction

JSP EL introduction - Java EE Tutorial

From the course: Learning Java Enterprise Edition

Start my 1-month free trial

JSP EL introduction

- [Teacher] We are now going to take a look at JSP and Expression Language, and they're related to JSF. You will learn how to access HP objects directly in the JSP and JSF code, and you will see some examples of the syntactic difference between JSP and JSF. JSP is Java E's legacy of web programming technology which was released in the first version of J2E back in 1999. Later, it was replaced in 2003 by JSF, but it's development continued with the latest version 2.3 being released in Java EE 7. As yet, it has not been deprecated. Even though JSF has overtaken JSP as the preferred option, there are still many applications that use JSP, and it is very likely that you'll come across these applications for quite a few years to come. So, it's worth having an appreciation of this technology. Okay, so let's get started. JSP, JavaServer pages, is service site technology to create dynamic web applications. JSP can be thought of as an extension to servlet technology, because it provides features…

Contents