So i want to make an application or a UI software that could be used in stores where the shopkeeper would be able to know about his supply of products. This would all be offline and i would like to keep it as simple as possible to run for like a layman Example: The software would have the capability to store new products coming into the store and then also delete those when bought. It will show the store keeper about his profit n loss and the product quantities left and how much needs to be added as per a default value.Mysql wil be used às databse. This would be all in java programming only.
So what shout I use: java apps or make jsp pages(website kind of) or any other way possible.
Keeping in mind that the owner can only start the program by clicking an icon and knows only to type on computer (basic layman things nothing else)
Just started making programs so dont know much abt wht would be difficult for a layman.
Also if possible, plz let me know if i could use applets in such case.
It is possible to do this with just jsp/Servlets.
This is also possible with Servlets but I would re-command you to go with Web site only. In applets Handling event's may become hard.