What are the various components of J2EE application architecture?
[3 marks]What is ORM Framework and how is JPA related to that?
[4 marks]Explain JSF request processing life cycle.
[7 marks]Write a code snippet to explain the use of JSF validators.
[3 marks]Explain the configuration of web application using web.xml file to use servlet and EJB.
[4 marks]Explain the life cycle of stateful and stateless session beans.
[7 marks]What are transaction attributes? Which transaction attributes should be used in which situations?
[7 marks]What is JMS? What are the components of JMS API?
[3 marks]How does a sender application transport/send a message through JMS?
[4 marks]What is JSON-B? Demonstrate the use of JSON-Bfor parsing java objects to/from JSON.
[7 marks]What advantages does JSON have over XML?
[3 marks]Write a JSON code to convert a string into a Date using reviver function.
[4 marks]What is Message Queue? Briefly explain Message Service Architecture.
[7 marks]What do you understand by RESTful Web Services? What are the features of it?
[3 marks]What do you mean by dependency injection in EJB? Explain annotations which are used for dependency injection in EJB.
[4 marks]Explain the working of Microservice Architecture in J2EE.
[7 marks]What are the key requirements of a JAX-WS Web Service endpoint?
[3 marks]What is JPA? Explain persistence life cycle of an object?
[4 marks]Explain developing and deploying an EJB Web service.1
[7 marks]Differentiate ServletConfig and ServletContext.
[3 marks]Write a code to implement Open event for a connection using WebSocket.
[4 marks]Demonstrate the use of Servlet Filter.
[7 marks]What is Servlet Listener? How will you use it?
[3 marks]Write a code to implement WebSocket actions send() and close() for an open connection using WebSocket.
[4 marks]Demonstrate the use of ServletRequestDispacher and its methods include and forward.
[7 marks]