


Hi Saint,
The one way of communication with servlets and ejb is, write your session bean-Remote interface and its implimentation in your Dynamic Web project itself. and call the remote method in servlet as
Class TestServlet... {
@EJB ImplimentationbeanClass_Name object;
...doGet(...)... {
object.yourmethod();
}
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.