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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
.
4
4
.
5
5
.
6
-
**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 group and private chatting.**
6
+
**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
7
8
8
9
9
## Software requirements of the project
@@ -121,3 +121,5 @@ The total number of tables in the database that was identified to build our syst
121
121
- Servlet context objec is only accessble through servlet only that'swhy i use init() method of LoginServlet.java to give ServletContext obj indirectly to SqlQuerySupplier class. and,
122
122
- finally ChatAppLoginDAO class get JDBC propertes using ServletContext object Or we can supply properties manually and,
123
123
- SqlQuerySupplier class give query to perform Operations to ChatAppLoginDAO class
0 commit comments