I got this servlet which creates JSON data and I want to pass this data on to a jsp page which is supposed to display the data via the InfoVis toolkit.
The cheap and easy way is to modify the JSP so it outputs this:
The downside to that is that it creates a global variable, but if you're calling init in that way, init is already a global, so that ship has sailed. :-)