This is for my friend. He is a HRM student and was assigned to demo on how to operate a Simple Hotel front-desk system.
I've searched on the net to help him, but all of those freeware softwares are difficult to handle and manipulate.....
My last option is to create a program for him.
Easy to deploy and no hustle to maintain version.
First version is to implement it through "Pure file handling"
Second is to use a database.
(Adding to my experience while learning java)
Im now starting @ first version
Im now designing this program which i call it Simple Hotel Front-Desk System.
There are 17 values that should be handled in every guest's data
eg. complete guest's name, contact numbers etc.....
What came first on my mind is to implement them with few arrays
The purpose is to manipulate them carefully ( an experiment )
I doubt about the other options to reimplement it in a safer handling.
Can you advice me experts? about how to implement it more safer?
Maybe arraylist, but for me it is more heavy to implement when it comes to updating those values inside of it if the primary value ( primary key in database ) will be changed in position
This is for the first version, "pure file handling"
Im waiting for your replies,
sukatoa
I've searched on the net to help him, but all of those freeware softwares are difficult to handle and manipulate.....
My last option is to create a program for him.
Easy to deploy and no hustle to maintain version.
First version is to implement it through "Pure file handling"
Second is to use a database.
(Adding to my experience while learning java)
Im now starting @ first version
Im now designing this program which i call it Simple Hotel Front-Desk System.
There are 17 values that should be handled in every guest's data
eg. complete guest's name, contact numbers etc.....
What came first on my mind is to implement them with few arrays
The purpose is to manipulate them carefully ( an experiment )
I doubt about the other options to reimplement it in a safer handling.
Can you advice me experts? about how to implement it more safer?
Maybe arraylist, but for me it is more heavy to implement when it comes to updating those values inside of it if the primary value ( primary key in database ) will be changed in position
This is for the first version, "pure file handling"
Im waiting for your replies,
sukatoa
Comment