From the course: Jakarta EE: Building Your First Application
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
First application architecture
From the course: Jakarta EE: Building Your First Application
First application architecture
- [Instructor] Now that you know what you are going to build as your first application, I'll show you what the architecture of this application looks like. The Price Manager is a multi-tier Jakarta EE application that has a presentation tier, business tier and a data tier. This means it has components belonging to all three tiers. The application has two main parts, Pricing Web Application, and Daily Price Change Web Service. The pricing application consists of presentation tier components like Facelets pages. This means that it's built as a Jakarta Faces or better known as JSF application. It has an enterprise beans component in the business tier and a Jakarta persistence entity in the data tier that handles persistence with an underlying database. The Daily Price Change Web Service consists of reusable business logic that's consumed by the pricing application. So this application also belongs to the business tier. If…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Required software1m 40s
-
(Locked)
Install and set up Jakarta EE4m 19s
-
(Locked)
Configure the Jakarta EE server with the IDE1m 29s
-
(Locked)
Create the database6m 11s
-
(Locked)
Set up the database connection4m 31s
-
(Locked)
Your first Jakarta EE application2m 51s
-
(Locked)
First application architecture2m 32s
-
(Locked)
Set up the Pricing application2m 49s
-
(Locked)
Set up the daily price change web service1m 33s
-
-
-
-
-