Hello,
Am not new to
j2ee however I havent done any large scale application development using j2ee .
Can some one eXplain ( or point me to some resources )with respect to an Appserver(
weblogic or websphere) how large scale applications are deployed .
for Eg-
On weblogic 7.O a single domain will have a administration server and many managed servers and the j2ee applications would reside in the managed servers .
On what criteria is a deployment
unit created say an EAR file.
Do EJBs in a EAR file communicate with another EJB in another EAR file in another managed server
in a typical scenario ?
ThanX
Mandan