Intranet Chatting System project in Java
Project Objective
Intranet chatting system facilitates distributed processing within an organization. It allows communication between two users and simultaneous communication between many users with the concept of group chat. It’s the system, where users have to register themselves to use this system and start chatting. There are various features which been seen while using this system and these are: sending message with smileys, sending friend request to other users or by using their particular address or user’s code, check who are available online and using their settings panel to manage their overall communication process. Among many features, there are some advanced features which has been added to exist in this competitive market are voice recording and sending, sending attached documents etc.
Existing System
Existing system using the physical LAN connections to have communication with others but due to some security reasons and requirements of other expensive software to manage and control the ongoing communication process was quite expensive one. This existing system doesn’t having control over network connection so, there was a problem of data security and information mis-conduction process. To handle this existing system, more trained networking admin required to configure the network to tackle problems in some critical situations.
Proposed System
As this new intranet chatting system has been developed in different modules, so the entire communication process is controlled by the shat server. Messages to particular users will be viewed and received as per their friends list and authentications. Using this system admin will able to get more info like complete logged details of every users including the IP address of ach system. It’s the admin of the system which will also having the power to create backup of the messages for future reference and data log details for every node which are connected for communication establishment.
Modules
- Creating Users: -It’s the module by which new users can create their profile and assign their own user name and password for their account.
- Separate Login Process: -It’s the gateway from where all the users can make login to their account. Login system has also been enabled with session by which, if any users idle for particular time, they have to make login again.
- Chatting Server: – Chatting server is the servlet which will controlled the overall communication process with their own predefined rules.
- Message Dispatcher:- Message dispatcher will keep track of users account and identify where to send the message and what the message body will include to retain same information while dispatching to others side.
Download Project
Intranet Chatting System Abstract | Download Abstract |
Intranet Chatting System Source Code | Download Source Code |