List of Practical
1.
Implement the following Simple Servlet applications.
2.
Implement the following Servlet applications with Cookies and Sessions.
Create a servlet that uses Cookies to store the number of times a user has visited servlet.
3.
Implement the Servlet IO and File applications.
Develop Simple Servlet Question Answer Application using Database.
Create simple Servlet application to demonstrate Non-Blocking Read Operation.
4.
Implement the following JSP applications.
5.
Implement the following JSP JSTL and EL Applications.
Create a JSP page to demonstrate the use of Expression language.
6.
Implement the following EJB Applications.
Develop a Simple Room Reservation System Application Using EJB.
Develop simple shopping cart application using EJB [Stateful Session Bean].
7.
Implement the following EJB applications with different types of Beans.
Develop simple EJB application to demonstrate Servlet Hit count using Singleton Session Beans.
Develop simple visitor Statistics application using Message Driven Bean [Stateless Session Bean].
c.
Develop simple Marks Entry Application to demonstrate accessing Database using EJB.
8.
Implement the following JPA applications.
a.
Develop a simple Inventory Application Using JPA.
b.
Develop a Guestbook Application Using JPA.
c.
Create simple JPA application to store and retrieve Book details.
9.
Implement the following JPA applications with ORM and Hibernate.
a.
Develop a JPA Application to demonstrate use of ORM associations.
b.
Develop a Hibernate application to store Feedback of Website Visitor in MySQL Database.
c.
Develop a Hibernate application to store and retrieve employee details in MySQL Database.
10.
Implement the following Hibernate applications.
a.
Develop an application to demonstrate Hibernate One- To -One Mapping Using Annotation.
b.
Develop Hibernate application to enter and retrieve course details with ORM Mapping.
c.
Develop a five page web application site using any two or three Java EE Technologies.
0 Comments