SCJA
~Currently preparing for SCJP6
John Michaels wrote:Thank you guys. BTW, what is my sql exactly? Is it what I need if I want to keep track of multiple users simultaneously?
John Michaels wrote:Thank you Fred. But what if I plan on making a very small website, one that might only have a few people logged on at any given time. Also, I don't plan to have that many registered users. It's just something basic, something my friends and I can use. You register, you place a bet, people can accept, and one party wins. The program does this and also keeps track of who owes who money. Is my sql necessary? Or would it make more sense to do something else, something a bit simpler? Should I just learn it regardless, as it would be beneficial to know for future projects? And do you have to pay?
John Michaels wrote:Thank you Fred. But what if I plan on making a very small website, one that might only have a few people logged on at any given time.
Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
Sam Mercs wrote:
John Michaels wrote:Thank you Fred. But what if I plan on making a very small website, one that might only have a few people logged on at any given time.
If you thinking of a web site where people can log in and place bets - you'll need something more than Java -- Servlets, JSp maybe Applets - but a plain Java class won't work!
The current program reads input data of the console - so it will only work on one PC at a time - You could get different people to play it from all over - If you get an online database - Reading and writing into local Files won't do the trick here.
Consider Paul's rocket mass heater. |