4th Sem, IT

4IT4-25: Web Technology Lab Syllabus for IT 4th Sem 2021-22 Regulation RTU

Web Technology Lab detailed syllabus for Information Technology (IT) for 2021-22 regulation curriculum has been taken from the Rajasthan Technical University official website and presented for the information technology students. For course code, course name, number of credits for a course and other scheme related information, do visit full semester subjects post given below.

For Information Technology 4th Sem scheme and its subjects, do visit IT 4th Sem 2021-22 regulation scheme. The detailed syllabus of web technology lab is as follows.

Web Technology Lab

List of Experiments:

  1. Develop static pages (using only HTML) of an online Book store. The pages should resemble: www.amazon.com. The website should consist of the following pages: Home page, Registration and user Login, User profile page, Books catalog, Shopping cart, Payment By credit card, order confirmation.
  2. Validate the registration, user login, user profile and payment by credit card pages using JavaScript.
  3. Write an XML file which will display the Book information which includes the following:
    1. Title of the book
    2. Author Name
    3. ISBN number
    4. Publisher name
    5. Edition
    6. Price

    Write a Document Type Definition (DTD) to validate the above XML file. Display the XML file as follows. The contents should be displayed in a table. The header of the table should be in color GREY. And the author name column should be displayed in one color and should be capitalized and bold. Use your own colors for remaining columns. Use XML schemas XSL and CSS for the above purpose.

    1. Install TOMCAT web server. While installation assign port number 8080. Make sure that these ports are available i.e., no other process is using this port.
    2. Access the above developed static web pages for books web site, using these servers by putting the web pages developed in practical 1 and 2 in the document root. Access the pages by using the urls : http://localhost:8080/rama/books.html
  4. User Authentication: Assume four users user1, user2, user3 and user4 having the passwords pwd1, pwd2, pwd3 and, pwd4 respectively. Write a servlet for doing the following.
    1. Create a Cookie and add these four user ids and passwords to this Cookie.
    2. Read the user id and passwords entered in the Login form (Practical 1) and authenticate with the values (user id and passwords) available in the cookies. If he is a valid user (i.e., user-name and password match) you should welcome him by name (user-name) else you should display ‘You are not an authenticated user ‘.
  5. Install a database (MySQL or Oracle). Create a table which should contain at least the following fields: name, password, email-id, phone number (these should hold the data from the registration form). Practice ‘JDBC’ connectivity. Write a java program/servlet/JSP to connect to that database and extract data from the tables and display them. Experiment with various SQL queries. Insert the details of the users who register with the web site, whenever a new user clicks the submit button in the registration page.
  6. Write a JSP which does the following job: Insert the details of the 3 or 4 users who register with the web site by using registration form. Authenticate the user when he submits the login form using the user name and password from the database.
  7. Create on ODBC link, Compile & execute JAVA JDBC Socket.
  8. Design and implement a simple shopping cart example with session tracking API.
  9. Mini Project.

For detailed syllabus of all other subjects of Information Technology, 2021-22 regulation curriculum do visit IT 4th Sem subject syllabuses for 2021-22 regulation.

For all Information Technology results, visit Rajasthan Technical University information technology all semester results direct link.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.