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
**It provides client application which runs on the users’ desktop and server application which runs on any machine on the network. To start chatting our client should get connected to a server where they can do private chatting with registered users.**
7
12
8
13
@@ -123,3 +128,14 @@ The total number of tables in the database that was identified to build our syst
123
128
- SqlQuerySupplier class give query to perform Operations to ChatAppLoginDAO class
124
129
125
130
## JSP Files (JAVA SERVER PAGES)
131
+
- welcomePage.jsp
132
+
- loginUserMsg.jsp
133
+
- registerUserMsg.jsp
134
+
- userDashboard.jsp
135
+
- userLogOut.jsp
136
+
- chatWindowMain.jsp
137
+
- messagesScreen.jsp
138
+
139
+
140
+
## Conclusion
141
+
This project is a chat application where you can chat with registerd friends. You will have to ensure that the tomcat9 server and the apache server are connected and they both should be open while running the project. This project covers many important fundamental aspect of Java language form OOPs concepts to the web development concepts.
0 commit comments