Hi Laz, I have used GWT to create a project to host JSP pages. Its nice b/c it sets up a build.xml, so ant can build your war for hosting with any servlet container. I'd stick with GWT hosted enviroment to test out your JSP pages. I didn't use any JSTL tags on my jsp page, so I didn't have to include that, so you may need that if your going to render stuff in the JSP. I called and rendered my HTML on the backend instead in the JSP page. Given you have the libraries you want/need GWT hosted debugging works great with JSP pages.
Brandon Donnelson http://gwt-examples.googlecode.com On Apr 24, 5:34 pm, laz <[email protected]> wrote: > hi, > > Question related to google GWT as a servlet container to experiment > with Data Source Java Library rather than using tomcat ? > > I am experimenting with data source libraries and wanted to know , if > i can simply use my GWT kit as the servlet container rather than > downloading tomcat, as mentioned > inhttp://code.google.com/apis/visualization/documentation/dev/dsl_insta... > under Requirements? > > Thanks, > Laz > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-visualization-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
