Calling a Stateful Session bean in NetBeans
30 July 2007In the previous blog Introduction to stateful session Bean in NetBeans there was information regarding developing stateful session bean. Here we will learn how to make call business methods of a stateful session bean.
- Go to the enterprise application where your Session Bean Ejb module exists. Here you need to create a simple Java class, now in this java class Right Click and select Enterprise Resources -> Call Enterprise Bean.
- Following screen will be appeared, which will show you the enterprise beans in IDE,you can select one of these beans.
- Check the option Generate Inline Lookup Code and press OK. IDE will generate the necessary code to call the enterprise bean in Java class as shown below.
- You might need to edit some code in order to call business method of Session Bean. If the invoked EJB is deployed to the server. You can run this Java class to see the results.
Related Posts:
- Introduction to Stateful Session Bean In NetBeans
- Creating a Session Ejb in NetBeans IDE
- Calling A Session Bean Using A Web Module
- Adding Business Methods to an EJB in NetBeans
- Calling a Message Driven Bean in NetBeans
- Developement Of Enterprise Applications in NetBeans IDE
- Creating J2ee Modules In NetBeans IDE
- How To Edit/Add JSP Pages in NetBeans IDE
- How To Add Fields And Generating Getter-Setters
- Introduction
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Calling a Stateful Session bean in NetBeans


