Link to home
Start Free TrialLog in
Avatar of jedi-ai
jedi-ai

asked on

Java Employee Database

Dear Java Specialists,

I need your expertise to help me on a Java program that i'm developing.
Its based on an Employee Records database that allows a person to
1. Add a new Employee Record
2. Delete an existing Employee Record
3. Modifying an existing Employee Record
4. Display of an Employee Record

The Employee class would have:
1. Name
2. Address
3. Employee ID(key)
4. Salary
5. Designation
6. Grade

A Manager class would extends from Employee with
1. Department
2. A group of Employees under his charge

I'm working towards having it developed with an GUI using packages from Awt/Swing.
The most challenging issues pertaining to coding was getting all the data from the file that was stored to be loaded into a data structure when the program starts.
(i.e. an Array of records of Vectors)
So, when the program terminates, the contents of the data structure should re-write the original.

Hence,I'm looking to the guidance and source examples that someone could provide through this channel.
Appreciate your time and have a nice day.
James.

ASKER CERTIFIED SOLUTION
Avatar of gandalf94305
gandalf94305

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of girionis
No comment has been added lately, so it's time to clean up this TA.

I will leave a recommendation in the Cleanup topic area that this question is:

- points to gandalf94305

Please leave any comments here within the
next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER !

girionis
Cleanup Volunteer