Java Enterprise Edition Specialization

This Specialization is intended for intermediate learners that have some knowledge of Java who are seeking to continue developing skills with Java Enterprise Edition (EE). Through four courses, we will cover everything from web basics and the building blocks of the internet, to Servlet lifecycles and session management, to scripting elements and Java Beans. These skills will prepare you to perform Enterprise-level Java development.

Sort options

Introduction to Java Enterprise Edition (EE) (Coursera)

Apr 29th 2024
Introduction to Java Enterprise Edition (EE) (Coursera)
Course Auditing
Categories
Effort
Languages
This course focuses on JEE as a platform. We discuss the motivation and purpose, as well as some of the frequently used libraries and technologies, in the Java Enterprise Edition. We take a look at Web basics, our building blocks for understanding how the internet works. Then, [...]

Enterprise Java Beans (EJBs) and the Jakarta Persistence API (JPA) (Coursera)

Apr 29th 2024
Enterprise Java Beans (EJBs) and the Jakarta Persistence API (JPA) (Coursera)
Course Auditing
Categories
Effort
Languages
The EJB architecture was the first component-based development model for Java EE specification. It consists of three main components; enterprise beans (EJBs), the EJB container, and the Java application server. In this course students will develop EJBs to run it run inside an EJB container, that is running on [...]

Managing Scope in a Java Enterprise Edition Application (Coursera)

Apr 29th 2024
Managing Scope in a Java Enterprise Edition Application (Coursera)
Course Auditing
Categories
Effort
Languages
We’ll learn the purpose and some of the features of sessions. We’ll review basic servlet construction, examine servlet lifecycle, and take a look at how servlets maintain state. We’re going to dive a little deeper into session management, including request scope, application scope, and cookies.

Java Servlet Pages (JSPs) (Coursera)

Apr 29th 2024
Java Servlet Pages (JSPs) (Coursera)
Course Auditing
Categories
Effort
Languages
This course will provide an overview of JSP and show the power of using Scripting Elements. Additionally, key JSP Directives are covered. We’ll do an overview of JSP Tags and introduce how to create and access Java Beans to manipulate their properties. We explore JSP Expression Language, examining [...]