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

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…

Contents