How can enterprise javabeans be accessed from active server pages?
Answer / Durgesh Babu
Enterprise JavaBeans can be accessed from Active Server Pages (ASP) using the Remote Method Invocation (RMI), Common Object Request Broker Architecture (CORBA), or HTTP (for lightweight components).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is stateless and stateful session bean in ejb?
What do you mean by ejb ql?
What is the difference between ejb and spring?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is stateless ejb?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
whatis the diff between ejb and servlet/jsp
What is stateless session bean?
Enlist the CallBack methods of Entity Bean.
what is a ejb architecture? and overview of ejb software architecture?
What are the required methods to implement EJB architecture?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?