Skip to content

Commit 410f0a5

Browse files
committed
uploaded screenshots
1 parent d215bc7 commit 410f0a5

File tree

7 files changed

+19
-0
lines changed

7 files changed

+19
-0
lines changed

Servlet-Programming/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Servlet Programming
2+
3+
This repository contains all the java programming assignments for the CSE1007 lab as of Winter'19.
4+
5+
Write a program to demonstrate the knowledge of students in Servlet programming.
6+
>Eg., Assume two cookies are created whenever a VIT student visits the VIT webpage-one for his/her name and the other for his campus. For subsequent visits, he/she should be greeted with the message similar to the one below.
7+
```
8+
“Hi Ajay from Chennai Campus!!”.
9+
```
10+
* [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/WebContent/WEB-INF/web.xml): File for mapping URL
11+
* [Hello.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/WebContent/Hello.html): Initial html landing page. **Run this file on the server**.
12+
* [HelloForm.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/HelloForm.java): Intilializing cookies
13+
* [ReadCookies.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/ReadCookies.java): Reading Cookies Servlet
14+
* [DeleteCookies.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/DeleteCookies.java): Deleting Cookies Servlet.
15+
16+
17+
<p align="center">
18+
<img src="https://raw.githubusercontent.com/jacobjohn2016/Java-Programming/master/Images/4-donors-output.png" alt="Donors output" width="600">
19+
</p>

Servlet-Programming/Screenshots/1.png

897 KB
Loading

Servlet-Programming/Screenshots/2.png

900 KB
Loading

Servlet-Programming/Screenshots/3.png

914 KB
Loading

Servlet-Programming/Screenshots/4.png

918 KB
Loading

Servlet-Programming/Screenshots/5.png

904 KB
Loading

Servlet-Programming/Screenshots/6.png

886 KB
Loading

0 commit comments

Comments
 (0)