I m working with IBM Rational Application Developer for WebSphere; it is based on Eclipse, though I m not sure of its differences from Eclipse s Java EE features.
I want to have two Enterprise JavaBeans. Do I create two separate EJB projects, one per JavaBean, or do I put them as different classes in one project?
What are the considerations when deciding between these, assuming that either is technically possible? What are the reasons to separate them or put them together in one project?