I am trying to build a simple click based game using Java EE. So LOTS/All of functionality is triggered by clicking buttons. Am I correct in assuming I can build this thing easily with only using servlets and jsps? So no javascript. Will Java EE give me all the same functionality that javascript could if I wanted to make a decoupled web app instead of my app being rendered totally from the backend?
Also I'm new to Java EE and want to make sure I'm approaching my problem correctly.
I've been trying to display a background image specific to each location in the game that renders when the user changes the location but this seems difficult to find out how to do.