How to do a SPA using servlets and jsp?

I'm trying to do a single page application using servlets and jsp pages. For the moment I have the first page, which is simple to do: a servlet that forwards to the corresponding jsp. How should ...