For this type of service I don't recommend GWT. GWT is for RIA application. If you need a REST service, make a servlet and return csv directly.
Read about SQL injection too. 2011/6/14 Hong Kong Youth IT Group <[email protected]> > Hi everyone, > > I am a newbie to GWT and working on a web project which allow caller > to query data from database with given sql: > > www.iamweb.com/callSQL=select NAME from CLASS_TABLE > > First of all, I am not sure if GWT allows to return plain text (.csv) > instead of html? > > Thanks very much in adv! > > Adonis > > -- > 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. > > -- 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.
