List out java technologies supported by J2EE along with their applications.
[3 marks]What is Session Bean? Describe types of session bean with suitable example.
[4 marks]Draw the JSF request processing life cycle and briefly give the function of each phase.
[7 marks]List the JSF validation Tags and explain any one.
[3 marks]Differentiate Java beans and Enterprise Java beans
[4 marks]Write a program to create a shopping cart in an online bookstore and uses a stateful session bean to manage the operations of the shopping cart. The bean’s client can add a book to the cart, remove a book, or retrieve the cart’s contents
[7 marks]Create a program which demonstrates how to define an asynchronous business method on a session bean and call it from a web client. The MailerBean stateless session bean defines an asynchronous method, sendMessage, which uses the JavaMail API to send an email to a specified email address. Create JavaServer Faces web application front end that uses Facelets tags in XHTML files to display a form for users to enter the email address for the recipient of an email. The status of the email is updated when the email is finally sent.
[7 marks]What is Qualifier? How EJB implements dependency injection?
[3 marks]List various JPA Object Relational Mapping describe one with example.
[4 marks]Explain JSF standard components in detail.
[7 marks]What is the difference between JSON-Pand JSON-B?
[3 marks]Write a short note on PrimeFaces.
[4 marks]Write a JSF program to authenticate user with UID and password.
[7 marks]Write an application for transferring text data using WebSocket.
[3 marks]Briefly Explain JAVA Messaging Service (JMS) with suitable example.
[4 marks]Explain EJB timer service with suitable example.
[7 marks]List various annotations of JAX-RS.
[3 marks]Write a complete code that generates JSON strings from Java objects with JSON-B.
[4 marks]Draw and explain Enterprise JavaBean life cycles.1
[7 marks]List various advantages of RESTful Web Services.
[3 marks]Explain various stages of Servlet Life Cycle.
[4 marks]Create a program that populate Java Objects from JSON with JSON-B
[7 marks]What is filter in Servlet? What is its use? Briefly explain.
[3 marks]Differentiate JAX-WS document style and RPC style with example
[4 marks]Differentiate forward() of RequestDispatcher and sendRedirect() of HttpServletResponse. .
[7 marks]