+ 1

Java system!!!

using fileS not database... what's the simplest way to create a registration system?...any tips...TO-Do and NOT-TO-DO...libraries to be included?ideas please

22nd Feb 2017, 6:40 PM
JustALearner
JustALearner - avatar
3 Answers
+ 2
don't appolagize for your English. it was very good
22nd Feb 2017, 7:48 PM
LordHill
LordHill - avatar
0
Hello. First sorry by my english (spanish only). Using files, can not support multiple access, not support transaccions, and more. May be you can use threads with syncronize a file for multiple access, I do not know, i do not test it. Think if a user try register to file by remote access, and same time other user register same data before finish the first, big problem, so you have that close access, register first user, update de filedata, and manage other user... I dont know
22nd Feb 2017, 7:20 PM
Luis Fabricio Tano
Luis Fabricio Tano - avatar
0
thanks Luis...and Justin is quite right
22nd Feb 2017, 8:12 PM
JustALearner
JustALearner - avatar