Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread BarefootSanders
Awesome! Thanks for the heads up. On Jul 30, 1:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:    - Support for Eclipse 3.5 (Galileo)    - GWT

Re: how to solve this basic problem in GWT..Pls help

2009-07-31 Thread BarefootSanders
Hi. I'm no expert but I have a few questions/suggestions: 1. What version of GWT are you running. This line - script type=text/javascript language=javascript src=com.packtpub.gwtbook1.hellogwt.HelloGWT.nocache.js/script Has been depreciated with 1.6 (i believe) so I dont know if that would

Help using comet in tomcat

2009-07-30 Thread BarefootSanders
Hi all. I'm trying to reproduce the application here: http://gwtapps.com/?page_id=31 Its a simple instant messenger which uses comet for events. It imports these two classes: import org.apache.catalina.CometEvent; import org.apache.catalina.CometProcessor; But I guess I dont have them on my