Re: JDBC postrges under gwt

2009-01-11 Thread Aka ray
Great!! Thanks to all of you!! I will try it out soon! --~--~-~--~~~---~--~~ 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-Toolkit@googlegroups.com To unsubscribe

Re: JDBC postrges under gwt

2009-01-09 Thread eggsy84
Hi there, Can you post your error for the class not found? Eggsy On Jan 8, 8:04 pm, Aka ray reinhardklap...@hotmail.com wrote: Hello everybody. Im new in using gwt. Almost everything is working but when I compile my project to run it on an external Browser, I get a ClassnotFoundException

Re: JDBC postrges under gwt

2009-01-09 Thread venkatesan E
Hi Klapfer, Make sure that your jbdc postgres driver jar file is added to the referred libraries when you use eclipse as an IDE during the development phase and once you build your project war file for deploying in the browser, check that jar file is included in the lib directory

Re: JDBC postrges under gwt

2009-01-09 Thread Martin
check out http://toools.org ... we have a howto there in the wiki to connect to postgres ... cheers On Jan 8, 9:04 pm, Aka ray reinhardklap...@hotmail.com wrote: Hello everybody. Im new in using gwt. Almost everything is working but when I compile my project to run it on an external

Re: JDBC postrges under gwt

2009-01-09 Thread venkatesan E
Hi Martin, It looks cool , I will try and create some test apps by using those tools, It will be help for me in my projects, Thanks, for your incredible information. Thanks, -Venky. On Fri, Jan 9, 2009 at 3:57 PM, Martin martin.konz...@gmail.com wrote: check out