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 an entity and its types?
What’s the difference between hibernate and ejb 3?
What are the advantages of ejb?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
How to generate ejb stubs in eclipse?
What is Transaction attribute?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
Enlist the enterprise beans types?
What is applicationscoped?
Can remove() be a Stateless Session bean?
What are ejb containers?
Is microservice stateless?