6 IT 10. WEB TECHNOLOGY LAB

1 Development of static pages using HTML of an online Departmental Store. The website

should be user friendly and should have the following pages:

Home page

Registration and user login

User profile page

Items catalog

Shopping cart

Payment by credit card

Order confirmation

2 Add validations to the above static pages of registration, user login, user profile and

payment by credit card using Java Script.

3 Creation of a XML document of 20 students of III IT. Add their roll numbers, marks

obtained in 5 subjects, total and percentage and save this XML document at the server.

Write a program that takes students roll number as an input and returns the students

marks, total and percentage by t.aking the students information from the XML document.

4 Creation of a JavaBean which gives the converted value of Temperature (in degree

celcius) into equivalent Fahrenheit.

5 Creation of a simple Bean with a label which is a count of number of clicks. Then

create a BeanInfo class such that only the count is visible in the Property Window.

6 Creation of two Beans a) Keypad b) Display pad. After that integrate the two beans to

make it work as a calculater.

7 Installation of TOMCAT web server. Convert the static web pages of assignments 2 into

dynamic web pages using servlets and cookies.

8 Do the assignment 7 using JSP by converting the static web pages of assignment 2 into

dynamic web pages. Create database with User Information and Item information. The

Item catalog should be dynamically loaded from the database.

9 Implementation of Hello World! program using JSP Struts Framework