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 backing bean?
Explain the concept of connection pooling feature of ejb container?
What are the attributes of transaction in ejb?
What are the advantages of java beam?
Are entity beans allowed to create() methods?
What are the advantages of ejb components?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What are the properties in Beans?
How Client will contact the Bean?
3 Answers Four soft, Tech Mahindra,
What are the callback annotations for the stateless bean?
Can Container managed Bean-Managed Persistence ?
in EJB diclare the static methods are not?