What is the right way to start to program a pet store on Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the right way to start to program a pet store on Java?

I'm a noob on Java and don't speak English so much, but I need to create a good pet store code on java. really I'm in the level: "hello world" :v any help is appreciated. thanks

11th Sep 2017, 3:09 AM
Deyvid Santafe
Deyvid Santafe - avatar
2 Answers
+ 2
well , try to make the database first. like put them in a listing , only to list your items on database (inserting , updating , deleting). as you goes on "trial and error" , you might already learn how to manipulate them to goes online. simple logic : in your store you have : 3 dog foods , 5 dog cages. save those on your table. when you know how to update or delete (changing value of saved thing like in notepad) , go on for further simulation logic. when dog food purchased : reduce dog food value in database , and do something else you need to save in database(counting income perharps). when all set , make it online as BETA (only you and several of your team know) , if it works , test your own secure-ness of it. if it secure enough , publish.
11th Sep 2017, 10:50 PM
Mikhael Anthony
Mikhael Anthony - avatar
0
Thanks for the answers, really important what Tony says, I will start with it. ¿Do you have some example code about an similar store? thanks x2
12th Sep 2017, 3:32 AM
Deyvid Santafe
Deyvid Santafe - avatar