What does a deployment diagram specify?

Answers were Sorted based on User's Feedback



What does a deployment diagram specify?..

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

What does a deployment diagram specify?..

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

Post New Answer

More EJB Interview Questions

What is pub/sub model?

0 Answers  


What is entity beans in ejb with example?

0 Answers  


Why do we use @requestmapping?

0 Answers  


What changes have been made in ejb 2.0 specifications?

0 Answers  


how to set the relationship between tables in ejb

1 Answers  






What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?

0 Answers  


What is Enterprise JavaBeans (EJB)?

0 Answers  


What is stateless session?

0 Answers  


How enterprise beans will handle concurrent and loopback calls on entity beans?

1 Answers   Wipro,


What are the steps involved in creating a Bean?

2 Answers  


Where is ejb used?

0 Answers  


What is backing bean?

0 Answers  


Categories