Just come across a mock question which looks like this:
Correct or not:
1 Multiple deployments of the same enterprise bean result in the same home.
Answer is "incorrect" because section 20.2 of the spec says 'multiple homes created' instead of 'same home'. I got this question right because I so happen do remember this statement made by the spec.
But, my problem is what is the exact meaning of "multiple deployments of the same enterprise bean"? I cannot visualize this situation in J2EESDK 1.3. Here, when we deploy, we deploy the EAR file into the container, we are not deploying individual
ejb?
Can anyone illustrate this multiple deployment with a real life example?