Re: Client File IO

2010-12-01 Thread khalid
o here:http://proxies.xhaus.com/or > here:http://www.squid-cache.org/ > > Good luck > > On Nov 30, 11:52 am, khalid wrote: -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web

Re: Client File IO

2010-11-30 Thread khalid
Hello Thank for your replies I will describe this more, In many countries here in the middle east there are many blocked sites by the ISP. Now when a website is blocked all of its content is inaccessible including the images and that is why I want the server to fetch the images for me Thank you --

Client File IO

2010-11-28 Thread khalid
Hello every one I am working on a web-based proxy using GWT (similar to php proxy) anyway , the idea is quite simple Get the URL from the user , make the server fetch it , change the HTML and send it back to the client Now I have encountered a problem which is how to send the images back to the cl

Re: newbie question, problem adding jar library

2010-03-12 Thread khalid
hi guys it took much time for this post to be approved by moderators anyway I have solved the problem yesterday by disabling google app engine ^_^ - chris:Thank you I am going to need this before deploying my server side code Victor: exactly , I work on netbeans always

newbie question, problem adding jar library

2010-03-11 Thread khalid
Hello every one I am making this simple application where the user fills some fields and makes an RPC to save these info in a DB anyway the server method uses the popular: Connection , PreparedStatement ,... etc classes which are in the mysql-connector jar file "I think so ^_^ " I have followed the

Re: save content locally

2008-12-10 Thread Mahboob Khalid
Well Lothar, Actually, when gwt application is resolved to javascript, the url (of servlet) becomes part of the code and thus url could be hacked. That's why I am looking for a client-side solution, or is there a way to secure URL. Regards, Mahboob On Mon, Dec 8, 2008 at 7:10 PM, Lothar Kimmer