You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,11 @@ This repository contains all the java programming assignments for the CSE1007 la
102
102
1. [Client Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstClient.java): Sends request and a message.
103
103
2. [Server Program](https://github.com/jacobjohn2016/Java-Programming/blob/master/Socket-Programming/src/FirstServer.java): Listens on port and prints message to console.
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.
0 commit comments