Re: GWT Connection to DB
Thanks folks for the replies. I understood that GWT server part has to handle this. I was looking for any kind of Form Widget that would have the Form fields.Automatically in the server POJOs for the form fields will be created which will again have the database connection code.So i wanted some skeleton code for data submission and retrieval generated automatically in the server and the UI for that form also getting generated. I hope i was able to explain my scenario. cheers, Saurav On Thu, Jan 20, 2011 at 8:01 AM, Y2i wrote: > GWT runs in a browser, a connection to a DB is created on the server. > > GWT does not enforce any particular web server implementation. For > example, your web server can be IIS, Apache, Tomcat, GAE, Weblogic, Jetty, > GlassFish, etc. > > After choosing the web server you can use any kind of APIs accessible from > the server. The possibilities are unlimited, just stick with the best > practices for a particular server implementation. > > -- > 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 from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com > . > 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 google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
GWT Connection to DB
Hi All, I am new to GWT.I installed the google plug-in for Eclipse and also the Window builder. Now i want my application to connect to Database.Is there any GWT form widget kind of thing which will automatically take care of my form submissions to the database.Is something available in the Window Builder also ? Or else what is the best practice being used in GWT code while connecting to DB ?..I even had a look at the GWT-Hibernate libraries. Appreciate your response. Thanks and Regards, Saurav -- 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 from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
issue of gwt2.0.3 with internet explorer 7
hi All, We have developed an application on gwt2.0.3. it works fine on google chrome and on mozilla firefox. but with ie7 its giving problems. the login is happening and the screens with the data from the databse is getting displayed successfully on ie7. But there is a listbox which is not getting displayed instead a blank line is coming. The listbox is suppose to have data fetched from the database table. the Listbox is working perfectly in chrome and mozilla. Urgent pointers needed . Kindly help.. regards saurav -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
problem in web mode for deploying.zipped file to db.
hi All, i am facing a serious problem. i am able to deploy .zipped file in gwt in hosted mode to my database successfully. but when i try to do that in web mode i am unable to do it. kindly help. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: facing problem while running gwt in mozilla firefox.
On Dec 24, 3:00 pm, saurav wrote: > thats what the problem is. iam not getting any java script errors or > anything. th moment i hit the compile button it opens up in the > firefox but nothing is displayed et'll. the page goes absolute blank. > > On Dec 24, 2:57 pm, Sripathi Krishnan > wrote: > > > > > What *exactly* is the problem? Any error messages? Any code snippets? > > > --Sri > > > 2009/12/24 saurav > > > > hi all, > > > > i am facing problem while hosting my gwt application in web mode using > > > mozilla firefox. > > > the version of the gwt which i am using is 1.4.6 and firefox 3.5. > > > the application is running all fine on internet explorer. > > > kindly help. > > > its urgent. > > > > regards > > > saurav > > > > -- > > > > 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-tool...@googlegroups.com. > > > To unsubscribe from this group, send email to > > > google-web-toolkit+unsubscr...@googlegroups.com > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en.-Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: facing problem while running gwt in mozilla firefox.
thats what the problem is. iam not getting any java script errors or anything. th moment i hit the compile button it opens up in the firefox but nothing is displayed et'll. the page goes absolute blank. On Dec 24, 2:57 pm, Sripathi Krishnan wrote: > What *exactly* is the problem? Any error messages? Any code snippets? > > --Sri > > 2009/12/24 saurav > > > > > hi all, > > > i am facing problem while hosting my gwt application in web mode using > > mozilla firefox. > > the version of the gwt which i am using is 1.4.6 and firefox 3.5. > > the application is running all fine on internet explorer. > > kindly help. > > its urgent. > > > regards > > saurav > > > -- > > > 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-tool...@googlegroups.com. > > To unsubscribe from this group, send email to > > google-web-toolkit+unsubscr...@googlegroups.com > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted text - > > - Show quoted text - -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
facing problem while running gwt in mozilla firefox.
hi all, i am facing problem while hosting my gwt application in web mode using mozilla firefox. the version of the gwt which i am using is 1.4.6 and firefox 3.5. the application is running all fine on internet explorer. kindly help. its urgent. regards saurav -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
GWT developer - Georgia Tech - Summer
The Cognitive Computing Lab (CCL), Georgia Tech is looking for a web developer with experience in Google Web Toolkit framework, to enhance a social interactive search and recommendation website. The work involves re-designing and extending pages and modular widgets and work with XMPP technologies for the website. Local developers (Atlanta based) preferred. Potential job opportunity with the VentureLab funded startup. Please send your resumes to sauravsa...@gmail.com (reply with the same subject) Saurav -- Go placidly amid the noise and haste, and remember what peace there may be in silence. As far as possible, without surrender, be on good terms with all persons. — Desiderata, MAX EHRMANN, 1927 --~--~-~--~~~---~--~~ 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 from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
closure of tab from a jsp.
hi all, i have got a issue in hand. i have created a gwt application in which i need to display a series of jsp pages. the jsp pages are present inside a gwt frame which itself is present within a Tabpanel. Now i need to close the tab panel automatically as soon as the user enters the value in the last jsp page. Can anyone suggest me any possible solution as to how i can access(get reference) the tab panel from the jsp page in order to close it. --~--~-~--~~~---~--~~ 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 from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---