Building a website, want to use java

Posted by Robb on Programmers See other posts from Programmers or by Robb
Published on 2012-10-17T16:50:04Z Indexed on 2012/10/17 17:18 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

I'd like to make a simple-ish website that is essentially a small game. Key strokes are to be processed and sent to a server (already acquired and should support SQL and JSP, I believe) which then translate to a location and written to the DB.

SQL queries are to be used to retrieve these locations and written to other clients connected to the website. Their page is to be updated with these locations.

I have working knowledge of Java, jQuery/Ajax, SQL and JavaScript but I'm unfamiliar with JSP and how everything hooks up. I'm aware of the MVC paradigm as well. For my little game idea, would these technologies work? Am I over thinking this and can make it much easier to implement? What might be a good tutorial or example to study?

© Programmers or respective owner

Related posts about java

Related posts about web-development