Skip to content

Commit e9d3fc3

Browse files
committed
Update README.md
1 parent b494a7b commit e9d3fc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ This repository contains all the java programming assignments for the CSE1007 la
102102
1. [Client Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstClient.java): Sends request and a message.
103103
2. [Server Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstServer.java): Listens on port and prints message to console.
104104
105+
## [Servlet Programming Introduction](https://github.com/jacobjohn2016/Java-Programming/tree/master/BeginnersBookDemo)
106+
1. [Hello.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/WebContent/Hello.html): This is the input form
107+
2. [HelloFormPost.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/src/HelloFormPost.java): Servlet for getting form data and displaying.
108+
3. [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/WebContent/WEB-INF/web.xml): For mapping servlet URL.
109+
105110
## [Digital Assignment](https://github.com/jacobjohn2016/Java-Programming/tree/master/Digital-Assignment)
106111
* [File Upload](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/16BCE2205_Digital_assignment.pdf)
107112

0 commit comments

Comments
 (0)