Skip to content

Commit bf6aa93

Browse files
authored
add JSP file Points and conclusion
1 parent c52c3b3 commit bf6aa93

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# Web-ChatApplication
2-
## Application with JSPs and Servlets
3-
.
4-
.
5-
.
1+
# Web-ChatApplication [insertLoGoImage]
2+
### [JAVA Based WebApplication]
3+
- [x] Web-ChatApplication developer [@dvspandey](https://github.com/dvspandey)
4+
- [x] Web-ChatApplication Deployment [Link](https://web-chatapp-dvs.herokuapp.com/).
5+
- [x] Web-ChatApplication [Flow Chart]()
6+
7+
### Application with JSPs and Servlets
8+
9+
10+
## Objective
611
**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.**
712

813

@@ -123,3 +128,14 @@ The total number of tables in the database that was identified to build our syst
123128
- SqlQuerySupplier class give query to perform Operations to ChatAppLoginDAO class
124129

125130
## 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

Comments
 (0)