Q.) How to call EJBs from Struts?
Printable View
Q.) How to call EJBs from Struts?
radhika743, are you asking questions for the sake of asking? I had provided the link to the Struts documentation yesterday. Besides that, there are several Struts available which provide a lot of information on a variety of questions which you might feel like asking. Please make an effort to do some research rather than posting one-line interview questions.
Calling EJB from Struts is no different than calling EJB from any normal web application. The point where you call an EJB in a Struts application is from an action class or a class which is being used by an action class.
I am not timepassing on this forum by posting my questions.
I am sorry to tell you this.
After i tried in google.com , and when i could not find the correct answer, I have decided to take help from this forum.
This is the only reason for posting my questions in this forum to get help from people like you.
Best Regards.
I would suggest that you start by reading a book on your topic of interest and read things one at a time. You are starting with several things at a time and this will only create more confusion. The usual good way of learning would be to read up on servlets/jsp first, then read about struts and then ejb.
Good luck with your study.