Building a website, want to use java
- by Robb
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…