Hello there, I did some experiments with deploying an ejb3 stateless session bean and accessing it from a standalone client. So far I succeeded in accessing the bean by using Context.lookup both with deployment as EJB (.jar) and as EAR (.ear). But if I got it right there is a way to use the @ejb annotation in standalone clients by using the client.jar. Can you give me any advice regarding this subject?
By the way - how do I define and access resources used by an ejb3? I can only find examples for servlets etc. Thanks, Daniel
