| Author |
Deployment Help in oc4j (Oracle App server)
|
A.V Balachandran
Greenhorn
Joined: Jan 14, 2003
Posts: 4
|
|
Hi All, Thanks in Advance. In oc4j while deploying a bean I created an ear file and deployed that bean. After that I might add new beans to that existing application, bacause we are developing a tool that will build ejb component by a click. So, I want to know what will be best way,can I create ear file for each bean or modify the existing ear file itself. Thanks and Regards, A.V.Bala
|
 |
Suresh Bansal
Ranch Hand
Joined: Jul 23, 2001
Posts: 91
|
|
It would be better to modify the existing ear. ear file represents one application, So if the additional ejb is part of same application then it is better to modify the existing ear and if the ejb is part of new application then it is better to create the new ear.
|
Journey is as important as the Destination.<br /> <br />PMP, SCJP, SCJD, SCEA (Part 1), SCMAD, SCDJWS
|
 |
 |
|
|
subject: Deployment Help in oc4j (Oracle App server)
|
|
|