Consume EJB thats in the same EAR as the WAR
Hey,
I've been trying to figure out how to consume an EJB from a servlet in a WAR. Both the EJB and WAR are in the same EAR file. What class files am I going to need to put in the WAR's class folder? Am I going to need any if they are in the same EAR? Since they are in the same EAR can I not just access them via an import?
If sombody could shed some light on the topic I'd appreciate it.
Thanks.

