Hello,
I am trying to design a nice card game, similar to those in Yahoo! Games or other online card games. It's a Romanian one, and i want to play it online with my friends.
Question to you here:
What Technology should i use? I've heard something about Servlets, and starting to look after what "Servlet" means. Somehow there is a Servlet Engine that runs with my Web Server and will be the host of my game. Short Question about the clients: Will the Clients be Applets or can i write simple HTML or PHP pages? Anyway i have to get smarter than that.
I tried to write my first "Hello World" Servlet. For this i have to install a Servlet Engine. Or?
Since i have an Apache Web Server installed i tried Tomcat 5.0.
In Debian there is a package named libservlet2.4-java. I installed this one. Is this package enough for the Servlets to work? Or do i need to install Tomcat from the Apache Website? I think it's only not configured correctly.
Thanks,