I am thinking of making a web-game in java and javascript, but I don’t know which technologies should I use for this project. This is mainly because I don’t know about many technologies that could be usefull for me.
The game is going to be 2D turn based multiplayer strategy. I want to have a database for users, items. I am also thinking of using distribued computing.
So far I was considering using Hibernate and Spring data for database access. I am also considering using Spring web services and Spring integration. However I don’t know where to go next.
My main goal is to create a web-app, that uses all the modern technologies and works very well. I am not asking you to create whole architecture, but only technologies that you recommend. However you can give us your ideas about architecture if you wish so.