--------------------------------------------------------------------------------------------------------------------------
AJ Practicals
-------------------------------------------------------------------------------------------------------------------------
- Write a Program to implement the connection oriented client server application
- Create a chat application using either TCP or UDP protocol.
- Implement TCP Server for transferring files using Socket and ServerSocket
- Implement any one sorting algorithm using TCP/UDP on Server application and Give Input On Client side and client should sorted output from server and display sorted on input side
- Implement Concurrent TCP Server programming in which more than one client can connect and communicate with Server for sending the string and server returns the reverse of string to each of client
- Write a program to create simple JDBC application to insert and retrieve records from mysql database
- Create Servlet file which contains following functions:
1. Connect
2. Create Database
3. Create Table
4. Insert Records into respective table
5. Update records of particular table of database
6. Delete Records from table.
7. Delete table and also database - Create Servlet file and study web descriptor file
- Create login form and perform state management using Cookies, HttpSession and URL Rewriting
- Implement Authentication filter using filter API
- Create database of student subject-wise data and retrieve all data using JSP and generate xml structure along with DTD and XML Schema definition
- Create web service which provides student information
- Study and implement Hibernate
- Study and Implement MVC using Spring Framework
0 comments:
Post a Comment