At the server side, you can use anything from Servlets and JSPs to the myriad of frameworks there are out there to answer HTTP requests. In your case, if you're using Struts 2.0, this involves creating some Action class with a method you'd like to call (this method must return String and have no parameters), and then you need to configure ...