Visualization api - hide data from displaying on browser using servlet

Posted by Akku on Stack Overflow See other posts from Stack Overflow or by Akku
Published on 2010-06-09T16:03:47Z Indexed on 2010/06/09 17:52 UTC
Read the original article Hit count: 192

Filed under:

Generally the servlet extends httpservlet but in the code below the servlet extends DataSourceServlet and the page is created like this The text begins with google.visualization.Query.setResponse and ends with {c:[{v:'Bob'},{v:'Jane'}]}]}}); on the browser

code: http://code.google.com/apis/visualization/documentation/dev/dsl_csv.html can you please guide me as to how can i make servlet page silent without giving the output on the browser.? so that i can directly call the javascript page for drawing the chart

I want to integrate all the code but i am not able to remove this browser from coming. I am new to servlet please help

© Stack Overflow or respective owner

Related posts about servlets