In Java stand-alone, My program successfully reads and writes data from a SQL database to a table, created on-the-fly in GWT. I have RPC's that input and output vectors that hold the entire database I'm reading and writing.
But when I try to run it as JSP using the "compile" feature of GWT, I get warnings that "vectors should be parameterized to produce the smallest code possible." Again, my code works in java stand-alone, but not after compiled and deployed to Tomcat. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
