Skip to content

Commit c52c3b3

Browse files
authored
update
1 parent e322016 commit c52c3b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.
44
.
55
.
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.**
77

88

99
## Software requirements of the project
@@ -121,3 +121,5 @@ The total number of tables in the database that was identified to build our syst
121121
- 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,
122122
- finally ChatAppLoginDAO class get JDBC propertes using ServletContext object Or we can supply properties manually and,
123123
- SqlQuerySupplier class give query to perform Operations to ChatAppLoginDAO class
124+
125+
## JSP Files (JAVA SERVER PAGES)

0 commit comments

Comments
 (0)