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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,9 @@ This repository contains all the java programming assignments for the CSE1007 la
146
146
3. [web.xml](https://github.com/jacobjohn2016/Java-Programming/blob/master/BeginnersBookDemo/WebContent/WEB-INF/web.xml): For mapping servlet URL.
147
147
148
148
## [Servlet Programming - Login with Database](https://github.com/jacobjohn2016/Java-Programming/tree/master/LoginLogout/LoginLogoutDB)
149
+
150
+
_Recommended IDE_ is Netbeans. I wasn't able to link the database successfull with neither Eclipse nor IntelliJ.
151
+
149
152
1. [index.html](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/web/index.html): input form
150
153
2. [FirstServlet.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/src/java/FirstServlet.java): authenticates the username and password
151
154
3. [WelcomeServlet.java](https://github.com/jacobjohn2016/Java-Programming/blob/master/LoginLogout/LoginLogoutDB/src/java/WelcomeServlet.java): displays welcome message to registered user
0 commit comments