Creating J2ee Modules In NetBeans IDE
31 March 2007NetBeans IDE is used for creating and running applications. Here I will describe how to create a Enterprise Application using NetBeans
1. In NetBeans IDE click File -> New Project Enterprise Application.

2. Click “Next” and fill project name and select server as per your choice. You need to create EJB module as well as Web module also by selecting proper choice in the window provided.

3. Click “Finish” button. Project and Modules will be created in “Projects” window. You can see several options available for the project like build, deploy run etc.

Now Session EJB can be added to the respective module as per need of development.
Related Posts:
- Developement Of Enterprise Applications in NetBeans IDE
- Creating a Session Ejb in NetBeans IDE
- Introduction to Stateful Session Bean In NetBeans
- Configuring Enterprise Application Servers In NetBeans IDE
- Calling A Session Bean Using A Web Module
- How To Edit/Add JSP Pages in NetBeans IDE
- Calling a Message Driven Bean in NetBeans
- Introduction
- Adding Business Methods to an EJB in NetBeans
- Calling a Stateful Session bean in NetBeans
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: Creating J2ee Modules In NetBeans IDE