Re: what do you meant by deployment?
Posted By:
Aruna_Kalidindi
Posted On:
Wednesday, January 14, 2004 04:02 AM
when i deployed the jar file in weblogic server, it was true.
Re: what do you meant by deployment?
Posted By:
Mahesh_Patro
Posted On:
Tuesday, January 13, 2004 04:20 AM
Hi,
Basicly there are two terms
1. Installation ,
2. Deployment.
Both the meaning are same but it uses differently according
to environment. A software (created by any vendor or a
programmer even which can execute to do some work in
computer) can be 1.installed to a single user access
system like desktop pc. where as 2. Deploying a web
application or ejbs for multiple client access it.
Regards,
Mahesh Patro.
Re: what do you meant by deployment?
Posted By:
Javed_Mandary
Posted On:
Tuesday, January 13, 2004 12:03 AM
This would normally refer to placing your EJBs , EAR, JARS inside your EJB-container e.g JBOSS and runnning the container.