February 2002
Beginner to intermediate
544 pages
10h 23m
English
Writing and compiling the components of the application involve
Coding the application client
Coding the message-driven beans
Coding the entity bean
Compiling the source files
The application client program, HumanResourceClient.java, performs the following steps:
1. |
Uses the Java Naming and Directory Interface (JNDI) API naming context java:comp/env to look up a TopicConnectionFactory, a QueueConnectionFactory, and a topic
|
2. |
Creates a TemporaryQueue to receive notification of processing that occurs, based on new-hire events it has published
|
3. |
Creates a QueueReceiver for the TemporaryQueue, sets the QueueReceiver's message listener, ... |
Read now
Unlock full access