Skip to content

Commit c2cafa6

Browse files
authored
Update README.md
1 parent ced107b commit c2cafa6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,17 @@ This repository contains all the java programming assignments for the CSE1007 la
147147
3. [Client Program for simple chat application](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/MyClient1.java)
148148
4. [Server Program for simple chat application](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/MyServer1.java)
149149
150-
## [Servlet Programming Introduction](https://github.com/jacobjohn2016/Java-Programming/tree/master/BeginnersBookDemo)
150+
## [Servlet Programming - Introduction](https://github.com/jacobjohn2016/Java-Programming/tree/master/BeginnersBookDemo)
151151
1. [Hello.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/WebContent/Hello.html): This is the input form
152152
2. [HelloFormPost.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/src/HelloFormPost.java): Servlet for getting form data and displaying.
153153
3. [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/WebContent/WEB-INF/web.xml): For mapping servlet URL.
154154
155+
## [Servlet Programming - Login with Database](https://github.com/jacobjohn2016/Java-Programming/tree/master/LoginLogout/LoginLogoutDB)
156+
1. [index.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/web/index.html): input form
157+
2. [FirstServlet.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/src/java/FirstServlet.java): authenticates the username and password
158+
3. [WelcomeServlet.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/src/java/WelcomeServlet.java): displays welcome message to registered user
159+
4. [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/web/WEB-INF/web.xml): For mapping servlet files to URL.
160+
155161
## [Digital Assignment](https://jacobjohn2016.github.io/Java-Programming/Digital-Assignment/)
156162
* [File Upload](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/16BCE2205_Digital_assignment.pdf)
157163

0 commit comments

Comments
 (0)