From the course: Java EE: Concurrency and Multithreading
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Important Java EE terms
From the course: Java EE: Concurrency and Multithreading
Important Java EE terms
- [Instructor] Before we get into the demos for the Managed Executer Service or Managed Scheduled Executer Service and lead us to the concurrency APIs, let us take a quick look at some of the Java Enterprise concepts that we need to be aware of before we go further. Now, of course if you need more information about these concepts you can take a course on LinkedIn Learning about it, but as a part of this course, let's quickly revise them. The first one is JNDI. Java Naming and Directory Interface is an API in Java to access data tree services. So, what does this do? It'll help you to look up data and resources by means of a name and that name is a JNDI name. Now, like all the other Java APIs, this one is also independent of the underlying implementation. When you talk about the resources and data look-up, these can come from either a FLAC file or a database, or maybe even the application server. Now, the Java Remote Method Invocation and the JAVA Enterprise Edition APIs use JNDI…
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
-
-
-
-
-
-
Need for Java EE concurrency4m 14s
-
(Locked)
Java EE concurrency APIs3m 52s
-
(Locked)
Set up a Java EE RESTful application8m 4s
-
(Locked)
Running and testing the Java EE RESTful application4m 47s
-
(Locked)
Important Java EE terms4m 4s
-
(Locked)
ManagedExecutorService (MES) overview3m 20s
-
(Locked)
Define the bank account related beans and DAO class3m 28s
-
(Locked)
Add methods in the DAO class10m 30s
-
(Locked)
Define ReportProcessor7m 42s
-
(Locked)
Write REST class for injecting MES objects6m 51s
-
(Locked)
Verify code and add the REST method8m 42s
-
(Locked)
Run and test the ManagedExecutorService application2m 59s
-
(Locked)
ManagedScheduledExecutorService overview2m 22s
-
(Locked)
Defining the URLProcessor for the thread's job6m 47s
-
(Locked)
Add a REST method to call the URLProcessor5m 20s
-
(Locked)
Important pointers and API overview6m 22s
-
(Locked)
ManagedThreadFactory API1m 26s
-
(Locked)
Create a single thread with ManagedThreadFactory6m 7s
-
(Locked)
ManagedThreadFactory with ThreadPoolExecutor7m 2s
-
(Locked)
ContextService API3m 7s
-
(Locked)
Create a contextual proxy9m 15s
-
-
-