EJ Practical Syllabus (E-Next - In)
EJ Practical Syllabus (E-Next - In)
List of Practical
1. Implement the following Simple Servlet applications.
a. Create a simple calculator application using servlet.
b. Create a servlet for a login page. If the username and password are correct then it says
message “Hello <username>” else a message “login failed”
c. Create a registration servlet in Java using JDBC. Accept the details such as Username,
Password, Email, and Country from the user using HTML Form and store the
registration details in the database.
30
https://E-next.in
6. Implement the following EJB Applications.
a. Create a Currency Converter application using EJB.
b. Develop a Simple Room Reservation System Application Using EJB.
c. Develop simple shopping cart application using EJB [Stateful Session Bean].
31
https://E-next.in