Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How many development roles are involved in J2EE application?

0
Posted

How many development roles are involved in J2EE application?

0

There are at least 5 roles involved: • Enterprise Bean Developer • Writes and compiles the source code • Specifies the deployment descriptor • Bundles the .class files and deployment descriptor into an EJB JAR file • Web Component Developer • Writes and compiles Servlets source code • Writes JSP and HTML files • Specifies the deployment descriptor for the Web component • Bundles the .class, .jsp, .html, and deployment descriptor files in the WAR file • J2EE Application Client Developer • Writes and compiles the source code • Specifies the deployment descriptor for the client • Bundles the .class files and deployment descriptor into the JAR file • Application Assembler The application assembler is the company or person who receives application component JAR files from component providers and assembles them into a J2EE application EAR file. The assembler or deployer can edit the deployment descriptor directly or use tools that correctly add XML tags according to interactive selections. A

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123