You are on page 1of 30

Submitted By: Shikha Wadhwa, Sonal Gulati

QSS Technosoft Pvt. Ltd. is an innovation, a dream, an inspiration. With a team of young visionaries, we are committed to provide the best IT solutions. Quality speaks for itself. We take pride in claiming that we have set highest industry standards for ourselves - and meeting those standards is fast becoming a habit! key initiatives undertaken to ensure quality service are: Continuous process improvement for all critical operations Reinforcement of our commitment to international quality standards Delivering world class software and services Cost Effective solutions Quality is passion Keep up to date with changing market requirements Continuous delivery of superior quality services Ensure confidentiality of sensitive client information

Some

Front End:

Java (JDK1.5)

Back End:

SQL Server 2005

Java

is a programming language that was originally developed by SUN Microsystems. The language derives much of its syntax from C and C++. Java's design and portability have made Java one of the fastest-growing and most widely used programming languages in the modern computing industry. Major web browsers soon incorporated the ability to run secure Java applets within web pages. Java became popular quickly. With the advent of Java, newer versions had multiple configurations built for different types of platforms.

Key Features of java language:


It is platform independent. Follows Object-Oriented Approach. It is case-sensitive. It is most secured language. Can perform various tasks in sequence without reaching to the deadlock condition by assigning priorities to them.

Primary Goals Of Java Technology:

Eliminates many pitfalls of other languages, such as pointer arithmetic and memory management that affect the robustness of code. Is object-oriented to help us visualize the program in real-life terms. Enables us to streamline the code. Code portability- enables us to write the code that can be run on multiple operating systems on any certified JVM. Supports multi-threading. To provide security to the code.

The Management of Company decided to store the personal details of all of its employees. To perform this activity, the management decided to develop an application that resembles a digital diary.The application enables the management of the company to store the various details of all its employees: Add Name Add Phone No. Add Address Add Age Add Email

To

implement all the features, the Contact Management System needs to have the following modules: Login module to check the credentials of the registered users. Main module to display the main menu of an application. Add Contact module to store the user contact details in the file. Delete Contact module to delete user contact details. Update Contact modules to update user contact details. Search Contact module to search user contact details from the files.

The

main objective of this software is to store the records of employees so that they can be accessed easily. We can easily search the details of any employee with the help of this software by just entering the employee ID. The details ,otherwise, are difficult to store if maintained manually. We can also update the records easily.

In this form, the authorized person needs to enter the User Name and Password and then click the login button. The Window appears like this:

If the username and password is verified, then a main menu window will be opened. It will appear like this:

When we will click on Add Contact button ,then a window will be opened like this:

When we enter all the details of the user and click the Add Record button, then a dialog box will be opened to inform that the contact has been added.

When we will click on Delete Contact button ,then a window will be opened like this:

Here, employee ID is being entered to delete it. And then the delete contact button is being clicked. After that a dialog box will be opened to inform that the particular contact has been deleted.

When Search Contact button is clicked, then a window will be opened like this:

To search a particular contact, employee ID of that person is being entered and search Contact button is clicked. Then, all details of the particular contact will be displayed in their resp. fields. The window will appear like this:

When we will click on Update Contact Button then a window will be opened like this:

When we click on Update Name Button a new window will be opened. It will appear like this:

To update the name of a particular employee, his/her employee ID is being entered. And then the update button is being clicked. After that, a dialog box will be opened to inform that the name has been updated. It will appear like this:

When we click on Update Phone Button a new window will be opened. It will appear like this:

To update the phone no. of a particular employee, his/her employee ID is being entered. And then the update button is being clicked. After that, a dialog box will be opened to inform that the phone no. has been updated. It will appear like this:

When we click on Update Address Button, a new window will be opened will be opened. It will appear like this:

To update the address of a particular employee, his/her employee ID is being entered. And then the update button is being clicked. After that, a dialog box will be opened to inform that the address has been updated. It will appear like this:

When we click on Update Age Button, a new window will be opened. It will appear like this:

To update the age of a particular employee, his/her employee ID is being entered. And then the update button is being clicked. After that, a dialog box will be opened to inform that the age has been updated. It will appear like this:

When we click on Update Email Button, a new window will be opened. It will appear like this:

To update the email of a particular employee, his/her employee ID is being entered. And then the update button is being clicked. After that, a dialog box will be opened to inform that the email has been updated. It will appear like this:

The

Back button lets us return to the previous page.

The

Logout button lets us return to the login page

You might also like