Re: HI, Port already in use issue when the server tab doesnot show any red icon and session is closed but still facing same issue

2017-05-09 Thread Thomas Broyer
On Tuesday, May 9, 2017 at 6:25:29 PM UTC+2, sahit...@gmail.com wrote: > > can any one help me on this > Assuming Eclipse here, open the Debug view (it's generally enough to switch to the Debug perspective) and look for a running process and kill it. Alternatively, you can use JConsole or

HI, Port already in use issue when the server tab doesnot show any red icon and session is closed but still facing same issue

2017-05-09 Thread sahitya066
can any one help me on this -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Hi, my new GWT application

2014-05-22 Thread 'Philippe Baumard' via Google Web Toolkit
Hi, Thanks for your glance at www.bontirage.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

Re: Hi Ajax experts, can Google spider read the content of Ajax app (that does not have any code to to make it Crawlable) by itself?

2014-05-21 Thread Tom
Thank you very much for your answer. This is quite new, I will test it. On Wednesday, May 21, 2014 12:17:44 PM UTC+10, Joseph Lust wrote: I misspoke, *Fetch As Google *will show you the HTML and request headers, what I was thinking of was *Labs Instant Previews* In the example below

Re: Hi Ajax experts, can Google spider read the content of Ajax app (that does not have any code to to make it Crawlable) by itself?

2014-05-20 Thread Joseph Lust
I misspoke, *Fetch As Google *will show you the HTML and request headers, what I was thinking of was *Labs Instant Previews* In the example below you can see the rendered subpage of the site that is totally AJAX driven:

Re: Hi Ajax experts, can Google spider read the content of Ajax app (that does not have any code to to make it Crawlable) by itself?

2014-05-19 Thread Joseph Lust
Tom, To assuage your healthy skepticism, get a Googlw Webmaster Tools account, add your site, and then use the* Crawl Fetch as Google option*. I am able to feed it my GWT home page and sub pages (based on history tokens in the URL) and the returned page is the page as expected, filled with

Re: Hi Ajax experts, can Google spider read the content of Ajax app (that does not have any code to to make it Crawlable) by itself?

2014-05-19 Thread Tom
i did use web master tool, but seem Google can not index gwtp page. They can index the home page, ie i can see text in home page when searching site:mydomain.com but it didn't show other sub pages. On Monday, May 19, 2014 10:14:21 PM UTC+10, Joseph Lust wrote: Tom, To assuage your healthy

Re: Hi Ajax experts, can Google spider read the content of Ajax app (that does not have any code to to make it Crawlable) by itself?

2014-05-19 Thread Tom
did u implement Crawl Filter for your GWTP? do u have these lines in your Guice package? bindConstant().annotatedWith(ServiceKey.class).to(123456); bindConstant().annotatedWith(ServiceUrl.class).to(http://crawlservice.appspot.com/;); filter(/*).through(CrawlFilter.class); On Monday,

Hi Ajax experts, can Google spider read the content of Ajax app (that does not have any code to to make it Crawlable) by itself?

2014-05-17 Thread Tom
I remembered that about 1 or 2 years ago, I read an article in which it said that in the future, Google Spider will be able to read the text in any Ajax app. That mean we don't even need to make our GWT App crawlable. Google did it for us. (1) But, before the above thing (1) happened, to

hi good to see you I'm wanna be join gwt comm~

2013-10-17 Thread 허주영
hi my name is joo-young, hur, from s.korea. so i'm beginning gwt . i was proceed project at struts2, ibatis, sql, etc java. but recently i'm very hard. because gwt is not spreading tech in my town. so i'll very study hard , because i'm si computer engineer, and i like gwt's function. and i'm

Re: hi good to see you I'm wanna be join gwt comm~

2013-10-17 Thread Wesley.JUNG
Hi, Mr. Hur, This is the example of using textbox in GWT. //com.google.gwt.user.client.ui.TextBox TextBox tbox = new TextBox(); // setting text color tbox.getElement().getStyle().setColor(#FF); // getting text color String color = tbox.getElement().getStyle().getColor(); Thanks

hi google firefox has released version 24 .gwt plugin is not supporting it.

2013-09-20 Thread Thomas Broyer
The missing plugin page might have not yet been updated (I saw the review, didn't check if it's been merged and deployed), but the plugin has been updated. So if you just updated your Firefox, check for extension updates. -- You received this message because you are subscribed to the Google

Hi hibernate deleted objects still visible.....

2013-03-04 Thread nalini . kar
Hi, I use GWT with hibernate... And when i delete the object... it is reflected in database...but not in my application.. only upon restarting the execution it is reflected I know that the cache did not refresh... I tried using session.clear()... session.evict(obj)... but nothing

Re: Hi suggestion needed....

2013-01-20 Thread Wayne Rasmuss
I pretty much agree with Ashton. I also like to us Gin (Guice for GWT) but learning that might be too much overhead to quickly prototype something. On Thursday, January 17, 2013 2:27:25 PM UTC-6, Ashton Thomas wrote: I recommend using Activity and Places for organizing at a high level:

Re: Hi suggestion needed....

2013-01-17 Thread Ashton Thomas
I recommend using Activity and Places for organizing at a high level: https://developers.google.com/web-toolkit/doc/latest/DevGuideMvpActivitiesAndPlaces For a prototype, you may not need to follow the strict presenter format (normally your Activity would act as the 'presenter') Again, since

Re: Hi suggestion needed....

2013-01-16 Thread Maurizio Fassone
I would suggest gwt-platform http://code.google.com/p/gwt-platform/, I have used this framework for a couple of project and I have found it very well designed. Maurizio Il giorno lunedì 14 gennaio 2013 22:48:33 UTC+1, nalin...@googlemail.com ha scritto: I am new to GWT... and building a

Re: Hi suggestion needed....

2013-01-15 Thread Samyem Tuladhar
Go with MVP if you are comfortable with the GWT basics and ready for advanced usages. If your page design is mostly static in nature, the UiBinder is easier. On Monday, January 14, 2013 4:48:33 PM UTC-5, nalin...@googlemail.com wrote: I am new to GWT... and building a prototype for a

Hi suggestion needed....

2013-01-14 Thread nalini . kar
I am new to GWT... and building a prototype for a company 1.Should I stick to MVP pattern? Or without that pattern is also advisable? I feel that without that pattern is not a bad design as the project creation itself splits up into client and server code... 2.Which method of UI

[gwt-contrib] Hi Can anyone help me regarding development of resume via gwt.

2012-10-25 Thread Akash Pathak
Hi,Akash this side .I am web developer but new to GWT.But want to make a My fancy resume with the help of GWT.Can any one please help me to get source code of it.I will be very thankful for. Project name-development of resume or CV.With help of GWT -- http://groups.google.com/group

Hi, cakephp and GWT

2012-07-17 Thread Alexcitron
Hello such, I would like to know the difference between cakephp and GWT! saludos! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/h33Fk769yzkJ.

Re: Hi, cakephp and GWT

2012-07-17 Thread Joseph Lust
CakePHP: PHP server side website framework. Interpreted at runtime. GWT: Java client/server side toolkit for RIA's. Compiled as war file. Try building with their sample projects to learn more. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups

Re: Hi All,

2011-11-02 Thread smiletolead
Hi Prasad Can you provide a prototype to reproduce the issue? Thanks, Ganesh On Nov 1, 2:37 pm, prasad korrapati korrapatipras...@gmail.com wrote: I am new to the GWT . i am able to run my GWT application in firefox and IE also . but when i run my application in Google-chrome the category

Hi All,

2011-11-01 Thread prasad korrapati
I am new to the GWT . i am able to run my GWT application in firefox and IE also . but when i run my application in Google-chrome the category table in my application is not clickable (When i leave the browser and went to the other browser for 5 minutes).This is what happening in Chrome Browser

Hi all,

2011-10-18 Thread prasad korrapati
When i am Debugging my GWT application in Development mode and host mode which is working fine in except Chrome browser. When i am debugging in chrome it's working fine but when i leave the tab and move to another after five minutes category tree which is not clickable. I am using GWT 2.3 in

Hi

2011-10-12 Thread prasad korrapati
I am working with GWT and GXT (2.3). I am able to run my GWT application in Firefox and Safari. But When i ran it in Chrome it's not working properly . I think plugin problem in Google Chrome Browser. I am using ubuntu 11.04 . Please help me any one of you. Thanks . -- You received this

Re: Hi

2011-10-12 Thread Juan Pablo Gardella
What's the error? and what version of GWT are you use? 2011/10/12 prasad korrapati korrapatipras...@gmail.com I am working with GWT and GXT (2.3). I am able to run my GWT application in Firefox and Safari. But When i ran it in Chrome it's not working properly . I think plugin problem in

HI does any body know something about GWT accessibility

2011-08-10 Thread mmb
HI i started learning GWT few days ago , i want to ask suppose if i have GWT webpage say A which was not developed by me ,suppose this web page has a Button named as submit , so i want to write a screen reader which will read the button text as submit when i move mouse cursor over it, so

Re: HI does any body know something about GWT accessibility

2011-08-10 Thread Jim Douglas
http://code.google.com/webtoolkit/doc/latest/DevGuideA11y.html On Aug 10, 9:22 pm, mmb birada...@gmail.com wrote: HI i started learning GWT few days ago , i want to ask suppose if i have GWT webpage say A which was not developed by me  ,suppose this web page  has a Button named as submit , so

Hi

2011-04-21 Thread Deepak Singh
Hi, Any expected date for final release of GWT 2.3 ? Thanks Deepak -- 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

Re : Hi

2011-04-21 Thread Thomas Broyer
Probably around May 10-11 http://www.google.com/events/io/2011/ ;-) -- 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

hi

2010-07-12 Thread Ganesan R
Hi i am newly join this group can u help me -- 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

Re: hi

2010-07-12 Thread Prashant
yes :-) -- Prashant www.claymus.com -- 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

Hi Need a favour

2010-03-04 Thread sridevi macherla
Hi , Anyone working with Google Hyderabad, can you please let me know. Thanks Sri -- 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

hi

2009-10-22 Thread e kaavya
http://www.123maza.com/electromagnetism --~--~-~--~~~---~--~~ 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

Hi sjivan

2009-08-12 Thread kumar
Great works in smartClientGWT. thanks Kumaresan. --~--~-~--~~~---~--~~ 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: hi i need help

2009-03-05 Thread andres ospina
as the arm with the var url = (DesktopConstants appTitle Desktop GWT editLabel edit ); for example: hhtp: / / www.prueba.com / inde.html ?. 2009/2/20 Todd Seiber todd.sei...@gmail.com Look into the Dictionary class (http://google-web-

Re: hi

2009-02-23 Thread andres ospina
the result was: [ERROR] Unable to load module entry point class com.ximware.flash.web.client.Web (see associated exception for details) com.google.gwt.dev.shell.HostedModeException: invokeNativeString(@com.ximware.flash.web.client.Imprimir::getProjectID()): JavaScript undefined, expected

hi i need help

2009-02-20 Thread andres ospina
how to pass jsp values to gwt Google-Web-Toolkit@googlegroups.com --~--~-~--~~~---~--~~ 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

Re: hi i need help

2009-02-20 Thread Lothar Kimmeringer
andres ospina schrieb: how to pass jsp values to gwt I'm not sure if I understand you right, so please ask your question again, explaining where you are calling a JSP- page and where GWT comes into play. Regards, Lothar --~--~-~--~~~---~--~~ You received

hi

2009-02-20 Thread andres
how to pass jsp values to gwt --~--~-~--~~~---~--~~ 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

Re: hi i need help

2009-02-20 Thread andres ospina
I need to pass variables from JSP to GWT 2009/2/20 Lothar Kimmeringer j...@kimmeringer.de andres ospina schrieb: how to pass jsp values to gwt I'm not sure if I understand you right, so please ask your question again, explaining where you are calling a JSP- page and where GWT comes

Re: hi i need help

2009-02-20 Thread andres ospina
I need to pass values from JSP to GWT 2009/2/20 andres ospina felipeospin...@gmail.com I need to pass variables from JSP to GWT 2009/2/20 Lothar Kimmeringer j...@kimmeringer.de andres ospina schrieb: how to pass jsp values to gwt I'm not sure if I understand you right, so please ask

Re: hi i need help

2009-02-20 Thread andres ospina
I need to pass values from JSP to GWT, for url 2009/2/20 andres ospina felipeospin...@gmail.com I need to pass values from JSP to GWT 2009/2/20 andres ospina felipeospin...@gmail.com I need to pass variables from JSP to GWT 2009/2/20 Lothar Kimmeringer j...@kimmeringer.de andres ospina

Re: hi i need help

2009-02-20 Thread Todd Seiber
Look into the Dictionary class (http://google-web- toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/i18n/client/ Dictionary.html) Your JSP page could have: var myDictionary = { myValue: %= myValue % }; And GWT could read with: Dictionary myDictionary =

Re: hi i need help

2009-02-20 Thread andres ospina
I can Regel example of a couple I could not understand much yet 2009/2/20 Todd Seiber todd.sei...@gmail.com Look into the Dictionary class (http://google-web- toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/i18n/client/

Re: HI Guys

2008-09-12 Thread jagadesh
Thanks Man, I have disabled all the special characters but i need to use only % Character. i used the following code. ((TextBox)searchTable.getWidget(9,2)).addKeyboardListener(new KeyboardListenerAdapter() { public void onKeyPress(Widget sender, char keyCode, int

Re: HI Guys

2008-09-11 Thread Fred Janon
at 12:42, jagadesh [EMAIL PROTECTED] wrote: Hi Guys, How Can We Disable Special Characters in the textfield in gwt. iam using Keyboard Listener . i used isDigit() and isCharacter() , but it is coing to accept some characters like . # $ ( . how can i disable these characters too. Please