How does one convert a project currently containing EJB home, remote and implementation classes, as well as plain classes, into an EJB project?
First, I’m going to assume that although you said ‘classes’ above, you’re using the term in the generic sense and actully have Java source for all the items in the project.
There isn’t a way to *convert* your project into an EJB project automatically. The best course is simply to create a single EJB project and then copy the source into it. If the project is external to Eclipse, you can simply drag the source directories from the Windows Explorer into your project in Eclipse. Also, you don’t need one project *per* EJB; one project can contain all your EJBs, if you like.