What does a deployment diagram specify?
Answers were Sorted based on User's Feedback
Answer / guest
A deployment diagram identifies the physical elements
(processing nodes) of a system, communication links between
nodes, and the mapping of software components to these elements.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ganapathy raman
Adding to the Guest's response ->
Also the Containers in each of the servers, the packages
deployed in each of those containers.
Sometimes, the scope also gets extended to indicate the
fail-over details, DR details, etc.
Bare minimum, it has to have IP addresses / aliases of the
machines where the Servers / Containers are proposed to be
run.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is remote interface in ejb?
Enlist the changes in EJB 2.1 ?
What is ejb in weblogic?
what is finder method?
How to import ejb project in eclipse?
What is persistence?
How 'messaging' supported in EJB 2.0 Specification?
How enterprise beans will handle concurrent and loopback calls on entity beans?
What is the difference between ejbcreate() and ejbpostcreate?
What is JAR file?
what is the difference between stateless and stateful sessions?
What is session bean in ejb?