posted 16 years ago
Dependency injection of EJB components in a stand alone client is not possible because there is no container available to do the injection. However, there are application client containers which you can use to run that standalone client as an application client, so that injection becomes possible. You will have to check the documentation of the application server you are using to see how it's done.