InterviewSolution
| 1. |
What Is J2ee Module? |
|
Answer» A software unit that consists of one or more J2EE components of the same CONTAINER type and one deployment DESCRIPTOR of that type. There are FOUR types of modules: EJB, Web, application CLIENT, and resource ADAPTER. Modules can be deployed as stand-alone units or can be assembled into a J2EE application. A software unit that consists of one or more J2EE components of the same container type and one deployment descriptor of that type. There are four types of modules: EJB, Web, application client, and resource adapter. Modules can be deployed as stand-alone units or can be assembled into a J2EE application. |
|