HTTP RESPONSE Header returning Garbage

2009-10-26 Thread Proxy
I try to make a connection using: Request Headers Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language en-US,en;q=0.8,en-us;q=0.6,fr;q=0.4,fr-fr;q=0.2 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Proxy
What if I (locally) was able to run the server without using tomcat?? (at least seemingly) On Oct 26, 2:50 pm, Yozons Support on Gmail yoz...@gmail.com wrote: If you used the Eclipse plug-in, just copy all of the files in the 'war' to the webapps folder for Tomcat, then deploy it as normal.

Uploading my war to the Server

2009-10-25 Thread Proxy
I have finished building my first sort of complex app using GWT I connect to a MySQL DB using my JDBC connector and everything. Now I have one last issue, why can't I use the app when I deploy it on my server? I have to login and using Firebug I see that I get: Firebug's log limit has been

GWT and MySQL Connection

2009-10-21 Thread Proxy
Hey, I am trying to create a voting system I've got a MySQL DB already up (using WAMP) and I'm using Eclipse Galileo with GWT. I have looked everywhere on how to make this connection and now I am sure I connect to the DB at least, however I am unsure regarding if I actually retrieve anything from

Re: GWT and MySQL Connection

2009-10-21 Thread Proxy
into that until I get it to work xD haha...=/ On Oct 21, 8:31 am, Lothar Kimmeringer j...@kimmeringer.de wrote: Proxy schrieb:  PreparedStatement ps = conn.prepareStatement(    SELECT user, pass FROM usuarios WHERE user = \ + user1 + \ AND +    pass = \ + pass + \  ); Using

Re: GWT and MySQL Connection

2009-10-21 Thread Proxy
j...@kimmeringer.de wrote: Proxy schrieb:  PreparedStatement ps = conn.prepareStatement(    SELECT user, pass FROM usuarios WHERE user = \ + user1 + \ AND +    pass = \ + pass + \  ); Using a PreparedStatement is one thing but not using its features is another. You still can do SQL

About GQuery

2009-10-17 Thread Proxy
Hey, I'm new to GWT and I was wondering if it's recommended to use GQuery or should I try to stick to pure Java as much as possible? In any case I've seen the wiki for how to use GQuery and I can't find the build.xml file anywhere in my Eclipse Project =/ (Eclipse Galileo) it says I must do

Can Eclipse deploy ant and create the build.xml file?

2009-10-17 Thread Proxy
I have been googling for some hours and I haven't been able to find how to configure eclipse so that when I compile a GWT App it creates the respective build.xml, I have ant completely configured and running but I can't manage to do this, I am actually wondering if it can even be done via