Skip to content

Commit d215bc7

Browse files
committed
added assignment 6
1 parent e9d3fc3 commit d215bc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,17 @@ This repository contains all the java programming assignments for the CSE1007 la
8787
4 and 18 -> false
8888
```
8989
90-
## Assignment 6
90+
## [Assignment 6](https://github.com/jacobjohn2016/Java-Programming/tree/master/Servlet-Programming)
9191
1. Write a program to demonstrate the knowledge of students in Servlet programming.
9292
>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.
9393
```
9494
“Hi Ajay from Chennai Campus!!”.
9595
```
96+
* [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/WebContent/WEB-INF/web.xml): File for mapping URL
97+
* [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**.
98+
* [HelloForm.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/HelloForm.java): Intilializing cookies
99+
* [ReadCookies.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/ReadCookies.java): Reading Cookies Servlet
100+
* [DeleteCookies.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/Servlet-Programming/src/DeleteCookies.java): Deleting Cookies Servlet.
96101
97102
## [JDBC Introduction](https://github.com/jacobjohn2016/Java-Programming/tree/master/JDBC-Practice)
98103
1. [First JDBC Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/JDBC-Practice/src/FirstJDBC.java): Connecting to MySQL and extracting results from query.

0 commit comments

Comments
 (0)