This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes Deployment Help in oc4j (Oracle App server) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Deployment Help in oc4j (Oracle App server)" Watch "Deployment Help in oc4j (Oracle App server)" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Deployment Help in oc4j (Oracle App server)
 
Similar Threads
What is the deployment directory of .ear file
NoInitialContextException on OC4J
Migration to OC4J 10g from 9i
Auto load war in oOC4J
Create a file at runtime