Re: Announcing GWT 1.6...and quite a bit more

2009-05-13 Thread Alyxandor

@Darkflame, @Isaac, @Netbeans Users - If you're having problems with
your IDE, or your IDE is not as plugin-friendly as Eclipse, use an ant
build script.  Ant is IDE independant, and it can be run from within
the IDE.

GWT Webappcreator will make one for you, and if that's not good
enough, here's a copy of mine:

  target name=hosted depends=javac description=Run hosted mode
java failonerror=true fork=true
classname=com.google.gwt.dev.HostedMode
  classpath
pathelement location=src/
pathelement location=../gwt-linux-1.6.4/gwtquery.jar/
pathelement location=../gwt-linux-1.6.4/incubator.jar/
pathelement location=../gwt-linux-1.6.4/gwt-log.jar/
pathelement location=../gwt-linux-1.6.4/gwt-dnd.jar/
path refid=project.class.path/
  /classpath
  jvmarg value=-Xmx768M/
  arg value=-startupUrl/
  arg value=X.html/
  arg value=-port/
  arg value=7711/
  arg value=-style/
  arg value=OBF/

  arg value=aiyx.X/
  arg value=aiyx.x51.xInk/
  arg value=aiyx.x77.xInk/
/java
  /target


Note the part where you can put multiple modules at the end, because
that eluded me for a while...  If you declare multiple modules in the
ant build file, you can work on XS-iframe hacks in hosted mode, and
even download and run the compiled and uploaded modules from your
external webserver {important when latency of image downloads
matters}.

IF YOUR IDE CONFIGURATION DIES, ant WILL SAVE THE DAY!

Finally, to all NetBeans users... Sun {Netbeans} is nice and all {I
used it for years}, but the creation of IBM Canada {Eclipse} is and
has been available in most of the 'Nix repositories for years.  I'm no
Google-employee, but I know the GWT team uses a lot of Ubuntu, and it
just makes sense to support the most readily available, openly-
licensed, auto-installable IDE out there {Plus, I can copy+paste the
whole install directory to a different chroot folder and it still
works!}.   I miss the NetBeans interface, but Eclipse plugins with
auto-updates always work for me, but I'd give them both up before I'd
let go of my JSNI...

Anyway, I'm wet with excitement over the idea of GWT 2.0 + Appengine,
and I would go back to JBuilder X or jedit if it was the only way to
get the first taste of the most amazing web app platform out there!

10^100 thanks for all your hard work!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-05-11 Thread Rohit Vadera

Does GWT 1.6 support Gilead magic automatically for hibernate objects.

Unable to find example where steps are given to integrate Hibernate
and GWT with Gilead.


On Apr 8, 8:57 am, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-05-11 Thread Sumit Chandel
Hi Rohit,
As far as I know, the Gilead library does indeed support GWT 1.6 (as much of
the RPC logic has remained constant between GWT 1.5 and GWT 1.6). Please see
the thread below on the Gilead forum.

Gilead forum:
http://sourceforge.net/forum/message.php?msg_id=7378179

The Gilead homepage also has a tutorial and other documentation that should
help you get GWT and Hibernate working together.

Hope that helps,
-Sumit Chandel

On Mon, May 11, 2009 at 3:50 AM, Rohit Vadera rohitvad...@gmail.com wrote:


 Does GWT 1.6 support Gilead magic automatically for hibernate objects.

 Unable to find example where steps are given to integrate Hibernate
 and GWT with Gilead.


 On Apr 8, 8:57 am, Bruce Johnson br...@google.com wrote:
  Hi Folks!
 
  Exciting news today. Rather than attempting to describe everything here,
 let
  me point you to some blog posts that hopefully you will find interesting:
 
  GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...
 
  Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
  Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-23 Thread Isaac Truett

Where's the Notepad support?

But seriously, folks... nobody's forcing you to use anything. And
nobody is under any obligation to write a plugin for you. If the
Netbeans-using GWT developer community wants a plugin, they can make
one. The Google plugin is even going to be open-sourced (according to
the FAQ) so you can reference that when the source is released.



On Wed, Apr 22, 2009 at 11:11 PM, ni...@stsoftware.com.au
ni...@stsoftware.com.au wrote:

 Where's the Netbeans support ? Surely it's within Google's ability to
 make a plugin for Netbeans too instead of forcing us to use Eclipse.

 On Apr 8, 1:57 pm, Bruce Johnson br...@google.com wrote:

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-22 Thread ni...@stsoftware.com.au

Where's the Netbeans support ? Surely it's within Google's ability to
make a plugin for Netbeans too instead of forcing us to use Eclipse.

On Apr 8, 1:57 pm, Bruce Johnson br...@google.com wrote:

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-21 Thread Salvador Diaz

Thanks for your replies guys,
I just reported the bug, here's the link
http://code.google.com/p/google-web-toolkit/issues/detail?id=3583

On Apr 21, 1:17 am, Sumit Chandel sumitchan...@google.com wrote:
 Hi Salvador,
 Also, if you do discover a veritable bug, or a valid feature request related
 to GWT functionality (for example, the request for better Maven integration
 for the Google Plug-in for Eclipse), feel free to report it on the GWT Issue
 Tracker. We've added new labels to categorize and track plug-in issues
 there.

 Issue Tracker:http://code.google.com/p/google-web-toolkit/issues/list

 Cheers,
 -Sumit Chandel

 On Sun, Apr 19, 2009 at 7:15 AM, Salvador Diaz diaz.salva...@gmail.comwrote:



  Where should we report bugs found in the Eclipse plugin ?

  Thanks in advance,

  Salvador

  On Apr 10, 8:44 am, Ramas ram...@gmail.com wrote:
   why exclusive support for Eclipse ? For the past few years Netbeans
   became a lot better, than it used to, and there's large developer
   community, too. Can you provide out-of-box support for Netbeans in the
   future ?

   On Apr 8, 6:57 am, Bruce Johnson br...@google.com wrote:

Hi Folks!

Exciting news today. Rather than attempting to describe everything
  here, let
me point you to some blog posts that hopefully you will find
  interesting:

GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

Seriously this time, the new language on App Engine: Javahttp://
  googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

Google Plugin for Eclipse -- Peanut Butter to Eclipse's
  Chocolatehttp://
  googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

-- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-20 Thread Sumit Chandel
Hi Salvador,
Also, if you do discover a veritable bug, or a valid feature request related
to GWT functionality (for example, the request for better Maven integration
for the Google Plug-in for Eclipse), feel free to report it on the GWT Issue
Tracker. We've added new labels to categorize and track plug-in issues
there.

Issue Tracker:
http://code.google.com/p/google-web-toolkit/issues/list

Cheers,
-Sumit Chandel

On Sun, Apr 19, 2009 at 7:15 AM, Salvador Diaz diaz.salva...@gmail.comwrote:


 Where should we report bugs found in the Eclipse plugin ?

 Thanks in advance,

 Salvador

 On Apr 10, 8:44 am, Ramas ram...@gmail.com wrote:
  why exclusive support for Eclipse ? For the past few years Netbeans
  became a lot better, than it used to, and there's large developer
  community, too. Can you provide out-of-box support for Netbeans in the
  future ?
 
  On Apr 8, 6:57 am, Bruce Johnson br...@google.com wrote:
 
   Hi Folks!
 
   Exciting news today. Rather than attempting to describe everything
 here, let
   me point you to some blog posts that hopefully you will find
 interesting:
 
   GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...
 
   Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
   Google Plugin for Eclipse -- Peanut Butter to Eclipse's
 Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
   -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-19 Thread Salvador Diaz

Where should we report bugs found in the Eclipse plugin ?

Thanks in advance,

Salvador

On Apr 10, 8:44 am, Ramas ram...@gmail.com wrote:
 why exclusive support for Eclipse ? For the past few years Netbeans
 became a lot better, than it used to, and there's large developer
 community, too. Can you provide out-of-box support for Netbeans in the
 future ?

 On Apr 8, 6:57 am, Bruce Johnson br...@google.com wrote:

  Hi Folks!

  Exciting news today. Rather than attempting to describe everything here, let
  me point you to some blog posts that hopefully you will find interesting:

  GWT 1.6 and 
  friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

  Seriously this time, the new language on App Engine: 
  Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

  Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
  Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-16 Thread Stan B

I have an interesting question about the plugin. How do I export a WAR
file now and/or how do I add a web application project to an EAR?

On Apr 15, 2:17 pm, Darkflame darkfl...@gmail.com wrote:
 I've changed the libs over in eclipse, but when it compiles it gives
 the message;

 WARNING: 'com.google.gwt.dev.GWTShell' is deprecated and will be
 removed in a future release.
 Use 'com.google.gwt.dev.HostedMode' instead.
 (To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM
 arg.)

 If I replace GWTShell with HostedMode on the Eclipse run dialogue main
 class however, it gives an error that it dosnt recognise the -out
 flag. (presumably the one in arguments telling it where my html is).

 Whats the correct settings for the main class,arguments etc now in
 1.6?
 So I can remove this message.

 On Apr 9, 7:58 pm, Jason Essington jason.essing...@gmail.com wrote:

  replace your 1.5.3 libs with the 1.6 libs ...

  that's pretty much it ... if the compiler wants to put your code in  
  war/ then add the compiler flag -war www to get it back to the 1.5 way  
  of doing things ...

  from there, you should be good to go. you can migrate from listeners  
  to handlers as time allows, they are deprecated, but not removed so no  
  need to do any work if you don't want to :-)

  this really isn't that tough of an upgrade.

  -jason

  On Apr 9, 2009, at 11:48 AM, Ed wrote:

   Hi all,

   I am running in no-server mode with GWT 1.5.3

   I read bits and peaces about the changes, but still not completely
   sure how to merge to GWT 1.6.

   How/Where can I find the changes that will effect my no-server
   configuration? and what about my gwt directly structure ? I like it as
   it is and don't want it in a war :(... as I perform a separate
   deployement for the java backend and my gwt front -end.
   BTW: I am using my own Eclipse launch files to start in hosted mode...
   I think that also changes...

   Maybe it will be very easy to merge to GWT 1.6, but any tips will be
   more then welcome to overcome afterwards thoughts like If I knew
   that... 

   -- Ed
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-16 Thread Stan B

I have an interesting question about the Plugin. How do I export a
Web Application Project to a WAR and/or how do I add that project to
an EAR Project?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-16 Thread Miguel Méndez
We did not enable the export webapp project as WAR feature for the first
release.  As a work around, you should be able to build the java project,
perform a GWT compile (if using GWT) and then zip up the war folder.
On Thu, Apr 16, 2009 at 11:15 AM, Stan B stan...@gmail.com wrote:


 I have an interesting question about the plugin. How do I export a WAR
 file now and/or how do I add a web application project to an EAR?

 On Apr 15, 2:17 pm, Darkflame darkfl...@gmail.com wrote:
  I've changed the libs over in eclipse, but when it compiles it gives
  the message;
 
  WARNING: 'com.google.gwt.dev.GWTShell' is deprecated and will be
  removed in a future release.
  Use 'com.google.gwt.dev.HostedMode' instead.
  (To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM
  arg.)
 
  If I replace GWTShell with HostedMode on the Eclipse run dialogue main
  class however, it gives an error that it dosnt recognise the -out
  flag. (presumably the one in arguments telling it where my html is).
 
  Whats the correct settings for the main class,arguments etc now in
  1.6?
  So I can remove this message.
 
  On Apr 9, 7:58 pm, Jason Essington jason.essing...@gmail.com wrote:
 
   replace your 1.5.3 libs with the 1.6 libs ...
 
   that's pretty much it ... if the compiler wants to put your code in
   war/ then add the compiler flag -war www to get it back to the 1.5 way

   of doing things ...
 
   from there, you should be good to go. you can migrate from listeners
   to handlers as time allows, they are deprecated, but not removed so no

   need to do any work if you don't want to :-)
 
   this really isn't that tough of an upgrade.
 
   -jason
 
   On Apr 9, 2009, at 11:48 AM, Ed wrote:
 
Hi all,
 
I am running in no-server mode with GWT 1.5.3
 
I read bits and peaces about the changes, but still not completely
sure how to merge to GWT 1.6.
 
How/Where can I find the changes that will effect my no-server
configuration? and what about my gwt directly structure ? I like it
 as
it is and don't want it in a war :(... as I perform a separate
deployement for the java backend and my gwt front -end.
BTW: I am using my own Eclipse launch files to start in hosted
 mode...
I think that also changes...
 
Maybe it will be very easy to merge to GWT 1.6, but any tips will be
more then welcome to overcome afterwards thoughts like If I knew
that... 
 
-- Ed
 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-16 Thread new GWTUser();

Does the new folder structure have to be war/* or can the war be
replaced by any other directory name?

On Apr 7, 10:57 pm, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-15 Thread Darkflame

I've changed the libs over, but when it compiles it gives the message;

WARNING: 'com.google.gwt.dev.GWTShell' is deprecated and will be
removed in a future release.
Use 'com.google.gwt.dev.HostedMode' instead.
(To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM
arg.)


If I replace GWTShell with HostedMode on the Eclipse run dialogue main
class however, it gives an error that it dosnt recognise the -out
flag. (presumably the one in arguments telling it where my html is).

Whats the correct settings for the main class,arguments etc now in
1.6?

On Apr 9, 7:58 pm, Jason Essington jason.essing...@gmail.com wrote:
 replace your 1.5.3 libs with the 1.6 libs ...

 that's pretty much it ... if the compiler wants to put your code in  
 war/ then add the compiler flag -war www to get it back to the 1.5 way  
 of doing things ...

 from there, you should be good to go. you can migrate from listeners  
 to handlers as time allows, they are deprecated, but not removed so no  
 need to do any work if you don't want to :-)

 this really isn't that tough of an upgrade.

 -jason

 On Apr 9, 2009, at 11:48 AM, Ed wrote:





  Hi all,

  I am running in no-server mode with GWT 1.5.3

  I read bits and peaces about the changes, but still not completely
  sure how to merge to GWT 1.6.

  How/Where can I find the changes that will effect my no-server
  configuration? and what about my gwt directly structure ? I like it as
  it is and don't want it in a war :(... as I perform a separate
  deployement for the java backend and my gwt front -end.
  BTW: I am using my own Eclipse launch files to start in hosted mode...
  I think that also changes...

  Maybe it will be very easy to merge to GWT 1.6, but any tips will be
  more then welcome to overcome afterwards thoughts like If I knew
  that... 

  -- Ed
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-15 Thread Vitali Lovich
Html files go into the war directory.

On Wed, Apr 15, 2009 at 1:00 PM, Darkflame darkfl...@gmail.com wrote:


 I've changed the libs over, but when it compiles it gives the message;

 WARNING: 'com.google.gwt.dev.GWTShell' is deprecated and will be
 removed in a future release.
 Use 'com.google.gwt.dev.HostedMode' instead.
 (To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM
 arg.)


 If I replace GWTShell with HostedMode on the Eclipse run dialogue main
 class however, it gives an error that it dosnt recognise the -out
 flag. (presumably the one in arguments telling it where my html is).

 Whats the correct settings for the main class,arguments etc now in
 1.6?

 On Apr 9, 7:58 pm, Jason Essington jason.essing...@gmail.com wrote:
  replace your 1.5.3 libs with the 1.6 libs ...
 
  that's pretty much it ... if the compiler wants to put your code in
  war/ then add the compiler flag -war www to get it back to the 1.5 way
  of doing things ...
 
  from there, you should be good to go. you can migrate from listeners
  to handlers as time allows, they are deprecated, but not removed so no
  need to do any work if you don't want to :-)
 
  this really isn't that tough of an upgrade.
 
  -jason
 
  On Apr 9, 2009, at 11:48 AM, Ed wrote:
 
 
 
 
 
   Hi all,
 
   I am running in no-server mode with GWT 1.5.3
 
   I read bits and peaces about the changes, but still not completely
   sure how to merge to GWT 1.6.
 
   How/Where can I find the changes that will effect my no-server
   configuration? and what about my gwt directly structure ? I like it as
   it is and don't want it in a war :(... as I perform a separate
   deployement for the java backend and my gwt front -end.
   BTW: I am using my own Eclipse launch files to start in hosted mode...
   I think that also changes...
 
   Maybe it will be very easy to merge to GWT 1.6, but any tips will be
   more then welcome to overcome afterwards thoughts like If I knew
   that... 
 
   -- Ed
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-15 Thread Darkflame

I've changed the libs over in eclipse, but when it compiles it gives
the message;

WARNING: 'com.google.gwt.dev.GWTShell' is deprecated and will be
removed in a future release.
Use 'com.google.gwt.dev.HostedMode' instead.
(To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM
arg.)


If I replace GWTShell with HostedMode on the Eclipse run dialogue main
class however, it gives an error that it dosnt recognise the -out
flag. (presumably the one in arguments telling it where my html is).

Whats the correct settings for the main class,arguments etc now in
1.6?
So I can remove this message.


On Apr 9, 7:58 pm, Jason Essington jason.essing...@gmail.com wrote:
 replace your 1.5.3 libs with the 1.6 libs ...

 that's pretty much it ... if the compiler wants to put your code in  
 war/ then add the compiler flag -war www to get it back to the 1.5 way  
 of doing things ...

 from there, you should be good to go. you can migrate from listeners  
 to handlers as time allows, they are deprecated, but not removed so no  
 need to do any work if you don't want to :-)

 this really isn't that tough of an upgrade.

 -jason

 On Apr 9, 2009, at 11:48 AM, Ed wrote:





  Hi all,

  I am running in no-server mode with GWT 1.5.3

  I read bits and peaces about the changes, but still not completely
  sure how to merge to GWT 1.6.

  How/Where can I find the changes that will effect my no-server
  configuration? and what about my gwt directly structure ? I like it as
  it is and don't want it in a war :(... as I perform a separate
  deployement for the java backend and my gwt front -end.
  BTW: I am using my own Eclipse launch files to start in hosted mode...
  I think that also changes...

  Maybe it will be very easy to merge to GWT 1.6, but any tips will be
  more then welcome to overcome afterwards thoughts like If I knew
  that... 

  -- Ed
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-12 Thread Rvanlaak

I've also heared something about GXT2.0. It will be released the 14th
of April, but i've never read anything about that. Will GXT2 be GWT1.6
compatible?

Besides that, what is the story between GWT and the Servlet3.0 (JSR
315) specification? I think it really would be great if GWT will
implement server-push out of the box!
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-10 Thread Ramas

why exclusive support for Eclipse ? For the past few years Netbeans
became a lot better, than it used to, and there's large developer
community, too. Can you provide out-of-box support for Netbeans in the
future ?

On Apr 8, 6:57 am, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-10 Thread ScienceMan

I'm having great fun writing and deploying test apps with this, and
would like to do more.

How about a code base for tutorials in a svn repository or eclipse
source link somewhere?

I haven't found good material on building a palette of UI elements or
a page of demo UI features -- is there one?

The SmartGWT and GWT Designer projects do not seem to have caught up
with this yet -- especially the latter, so I hope they will soon.
Meanwhile, any advice for womeone who wants to take the next step
beyond the YouTube demo?

On Apr 7, 10:57 pm, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-10 Thread Eric Clayberg

We are working on GWT 1.6 support for GWT Designer and should have
basic (compilation and hosted mode) support available soon.

On Apr 10, 12:52 pm, ScienceMan alan.s...@sbcglobal.net wrote:
 I'm having great fun writing and deploying test apps with this, and
 would like to do more.

 How about a code base for tutorials in a svn repository or eclipse
 source link somewhere?

 I haven't found good material on building a palette of UI elements or
 a page of demo UI features -- is there one?

 The SmartGWT and GWT Designer projects do not seem to have caught up
 with this yet -- especially the latter, so I hope they will soon.
 Meanwhile, any advice for womeone who wants to take the next step
 beyond the YouTube demo?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread tsegismont

I tried the plugin and it works fine. But it seems to be not much
configurable opposite to command line tools : you have to stick to the
default project layout for instance, which is not very convenient for
a Maven project.

Did I miss something ?

Is there a dedicated group to talk about Google Eclipse plugin ?

@Bruce: sorry, at first I'd replied to you only

On 8 avr, 05:57, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Ed

Hi all,

I am running in no-server mode with GWT 1.5.3

I read bits and peaces about the changes, but still not completely
sure how to merge to GWT 1.6.

How/Where can I find the changes that will effect my no-server
configuration? and what about my gwt directly structure ? I like it as
it is and don't want it in a war :(... as I perform a separate
deployement for the java backend and my gwt front -end.
BTW: I am using my own Eclipse launch files to start in hosted mode...
I think that also changes...

Maybe it will be very easy to merge to GWT 1.6, but any tips will be
more then welcome to overcome afterwards thoughts like If I knew
that... 

-- Ed
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Miguel Méndez
There isn't a dedicated group, but we do monitor this one for issues.  We
tried to keep the configuration to a minimum for this release.

What aspects would you need to be able to change in order to make the plugin
more Maven friendly?

On Thu, Apr 9, 2009 at 8:31 AM, tsegismont tsegism...@gmail.com wrote:


 I tried the plugin and it works fine. But it seems to be not much
 configurable opposite to command line tools : you have to stick to the
 default project layout for instance, which is not very convenient for
 a Maven project.

 Did I miss something ?

 Is there a dedicated group to talk about Google Eclipse plugin ?

 @Bruce: sorry, at first I'd replied to you only

 On 8 avr, 05:57, Bruce Johnson br...@google.com wrote:
  Hi Folks!
 
  Exciting news today. Rather than attempting to describe everything here,
 let
  me point you to some blog posts that hopefully you will find interesting:
 
  GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...
 
  Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
  Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Jason Essington

replace your 1.5.3 libs with the 1.6 libs ...

that's pretty much it ... if the compiler wants to put your code in  
war/ then add the compiler flag -war www to get it back to the 1.5 way  
of doing things ...

from there, you should be good to go. you can migrate from listeners  
to handlers as time allows, they are deprecated, but not removed so no  
need to do any work if you don't want to :-)

this really isn't that tough of an upgrade.

-jason

On Apr 9, 2009, at 11:48 AM, Ed wrote:


 Hi all,

 I am running in no-server mode with GWT 1.5.3

 I read bits and peaces about the changes, but still not completely
 sure how to merge to GWT 1.6.

 How/Where can I find the changes that will effect my no-server
 configuration? and what about my gwt directly structure ? I like it as
 it is and don't want it in a war :(... as I perform a separate
 deployement for the java backend and my gwt front -end.
 BTW: I am using my own Eclipse launch files to start in hosted mode...
 I think that also changes...

 Maybe it will be very easy to merge to GWT 1.6, but any tips will be
 more then welcome to overcome afterwards thoughts like If I knew
 that... 

 -- Ed
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Ed

Ok, jason, sounds so ... easy that even my wife can do it for me ;)

-- Ed
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread tsegismont

Miguel,

Allowing to configure the layout structure is the only aspect I have
in mind right now. But without this I cannot seamlessly run Maven,
m2eclipse and Google Eclipse together.

Thanks for answering so quick !

On Apr 9, 7:51 pm, Miguel Méndez mmen...@google.com wrote:
 There isn't a dedicated group, but we do monitor this one for issues.  We
 tried to keep the configuration to a minimum for this release.

 What aspects would you need to be able to change in order to make the plugin
 more Maven friendly?



 On Thu, Apr 9, 2009 at 8:31 AM, tsegismont tsegism...@gmail.com wrote:

  I tried the plugin and it works fine. But it seems to be not much
  configurable opposite to command line tools : you have to stick to the
  default project layout for instance, which is not very convenient for
  a Maven project.

  Did I miss something ?

  Is there a dedicated group to talk about Google Eclipse plugin ?

  @Bruce: sorry, at first I'd replied to you only

  On 8 avr, 05:57, Bruce Johnson br...@google.com wrote:
   Hi Folks!

   Exciting news today. Rather than attempting to describe everything here,
  let
   me point you to some blog posts that hopefully you will find interesting:

   GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

   Seriously this time, the new language on App Engine: Javahttp://
  googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

   Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolatehttp://
  googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

   -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

 --
 Miguel
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Miguel Méndez
You mean making the name of the war folder configurable?  Or is there
something else?  (Just trying to make sure that we agree on what layout
means).

On Thu, Apr 9, 2009 at 3:49 PM, tsegismont tsegism...@gmail.com wrote:


 Miguel,

 Allowing to configure the layout structure is the only aspect I have
 in mind right now. But without this I cannot seamlessly run Maven,
 m2eclipse and Google Eclipse together.

 Thanks for answering so quick !

 On Apr 9, 7:51 pm, Miguel Méndez mmen...@google.com wrote:
  There isn't a dedicated group, but we do monitor this one for issues.  We
  tried to keep the configuration to a minimum for this release.
 
  What aspects would you need to be able to change in order to make the
 plugin
  more Maven friendly?
 
 
 
  On Thu, Apr 9, 2009 at 8:31 AM, tsegismont tsegism...@gmail.com wrote:
 
   I tried the plugin and it works fine. But it seems to be not much
   configurable opposite to command line tools : you have to stick to the
   default project layout for instance, which is not very convenient for
   a Maven project.
 
   Did I miss something ?
 
   Is there a dedicated group to talk about Google Eclipse plugin ?
 
   @Bruce: sorry, at first I'd replied to you only
 
   On 8 avr, 05:57, Bruce Johnson br...@google.com wrote:
Hi Folks!
 
Exciting news today. Rather than attempting to describe everything
 here,
   let
me point you to some blog posts that hopefully you will find
 interesting:
 
GWT 1.6 and friends:
  http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
 ..
 
Seriously this time, the new language on App Engine: Javahttp://
   googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
Google Plugin for Eclipse -- Peanut Butter to Eclipse's
 Chocolatehttp://
   googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
-- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
 
  --
  Miguel
 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread tsegismont

I mean making the name of the war folder configurable, indeed.

I'll open a new thread in this group if I think about something else.

Regards

On Apr 9, 9:59 pm, Miguel Méndez mmen...@google.com wrote:
 You mean making the name of the war folder configurable?  Or is there
 something else?  (Just trying to make sure that we agree on what layout
 means).



 On Thu, Apr 9, 2009 at 3:49 PM, tsegismont tsegism...@gmail.com wrote:

  Miguel,

  Allowing to configure the layout structure is the only aspect I have
  in mind right now. But without this I cannot seamlessly run Maven,
  m2eclipse and Google Eclipse together.

  Thanks for answering so quick !

  On Apr 9, 7:51 pm, Miguel Méndez mmen...@google.com wrote:
   There isn't a dedicated group, but we do monitor this one for issues.  We
   tried to keep the configuration to a minimum for this release.

   What aspects would you need to be able to change in order to make the
  plugin
   more Maven friendly?

   On Thu, Apr 9, 2009 at 8:31 AM, tsegismont tsegism...@gmail.com wrote:

I tried the plugin and it works fine. But it seems to be not much
configurable opposite to command line tools : you have to stick to the
default project layout for instance, which is not very convenient for
a Maven project.

Did I miss something ?

Is there a dedicated group to talk about Google Eclipse plugin ?

@Bruce: sorry, at first I'd replied to you only

On 8 avr, 05:57, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything
  here,
let
 me point you to some blog posts that hopefully you will find
  interesting:

 GWT 1.6 and friends:
   http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
  ..

 Seriously this time, the new language on App Engine: Javahttp://
googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's
  Chocolatehttp://
googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

   --
   Miguel

 --
 Miguel
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Miguel Méndez
Sounds good -- I just wanted to double check that I understood where you
were coming from.

On Thu, Apr 9, 2009 at 4:04 PM, tsegismont tsegism...@gmail.com wrote:


 I mean making the name of the war folder configurable, indeed.

 I'll open a new thread in this group if I think about something else.

 Regards

 On Apr 9, 9:59 pm, Miguel Méndez mmen...@google.com wrote:
  You mean making the name of the war folder configurable?  Or is there
  something else?  (Just trying to make sure that we agree on what layout
  means).
 
 
 
  On Thu, Apr 9, 2009 at 3:49 PM, tsegismont tsegism...@gmail.com wrote:
 
   Miguel,
 
   Allowing to configure the layout structure is the only aspect I have
   in mind right now. But without this I cannot seamlessly run Maven,
   m2eclipse and Google Eclipse together.
 
   Thanks for answering so quick !
 
   On Apr 9, 7:51 pm, Miguel Méndez mmen...@google.com wrote:
There isn't a dedicated group, but we do monitor this one for issues.
  We
tried to keep the configuration to a minimum for this release.
 
What aspects would you need to be able to change in order to make the
   plugin
more Maven friendly?
 
On Thu, Apr 9, 2009 at 8:31 AM, tsegismont tsegism...@gmail.com
 wrote:
 
 I tried the plugin and it works fine. But it seems to be not much
 configurable opposite to command line tools : you have to stick to
 the
 default project layout for instance, which is not very convenient
 for
 a Maven project.
 
 Did I miss something ?
 
 Is there a dedicated group to talk about Google Eclipse plugin ?
 
 @Bruce: sorry, at first I'd replied to you only
 
 On 8 avr, 05:57, Bruce Johnson br...@google.com wrote:
  Hi Folks!
 
  Exciting news today. Rather than attempting to describe
 everything
   here,
 let
  me point you to some blog posts that hopefully you will find
   interesting:
 
  GWT 1.6 and friends:

 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
   ..
 
  Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
  Google Plugin for Eclipse -- Peanut Butter to Eclipse's
   Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin
 teams
 
--
Miguel
 
  --
  Miguel
 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-09 Thread Daniel Jue
2009/4/8 Miguel Méndez mmen...@google.com



 On Wed, Apr 8, 2009 at 9:43 AM, Stan B stan...@gmail.com wrote:


 Thank you, can't wait to dig in!

 Does the Google/GWT plugin for Eclipse create the service stubs (Async/
 Sync/Impl classes) and modify the web.xml to add the servlet for you
 like Cypal Studio?


 We did not include that feature in this release, but we are considering it.



Please do add the service stubs and allow it to sync the stubs like Cypal!

When I am programming with GWT I am constantly adding and refactoring the
rpc classes/interfaces, and it is such a pain to manually keep things in
sync, no pun intended.  It would be nice if there was an add rpc wizard
which also modified your web.xml, but that would just be icing on the cake.

Daniel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Jim

I just want to GWT community to know you CAN boost your productivity
by using Dreamsource ORM from 
http://dreamsource-orm.googlecode.com/files/dreamsource2_0_0_04062009_GWT_src.jar.
Dreamsource ORM is implemented to target GWT applications after the
first version is being used in production for more than three years.
It eliminates the problems you have when you use JPA or Hibernate. It
also provides JPA2.0 features in a simplest way.

Try it to see the difference.

Jim Xie

On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Brian

Nice.

On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Stan B

Thank you, can't wait to dig in!

Does the Google/GWT plugin for Eclipse create the service stubs (Async/
Sync/Impl classes) and modify the web.xml to add the servlet for you
like Cypal Studio?

On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Jim

I got the following exception:

Plug-in org.eclipse.ajdt.ui was unable to load class
org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
An error occurred while automatically activating bundle
org.eclipse.ajdt.ui (33).


when I try to run web application from the project context menu
after I create an web application based on the tutorial, I have ajdt
installed in this box.

Jim Xie

On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
 Thank you, can't wait to dig in!

 Does the Google/GWT plugin for Eclipse create the service stubs (Async/
 Sync/Impl classes) and modify the web.xml to add the servlet for you
 like Cypal Studio?

 On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:



  Hi Folks!

  Exciting news today. Rather than attempting to describe everything here, let
  me point you to some blog posts that hopefully you will find interesting:

  GWT 1.6 and 
  friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

  Seriously this time, the new language on App Engine: 
  Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

  Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
  Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams- 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-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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Miguel Méndez
On Wed, Apr 8, 2009 at 9:43 AM, Stan B stan...@gmail.com wrote:


 Thank you, can't wait to dig in!

 Does the Google/GWT plugin for Eclipse create the service stubs (Async/
 Sync/Impl classes) and modify the web.xml to add the servlet for you
 like Cypal Studio?


We did not include that feature in this release, but we are considering it.



 On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
  Hi Folks!
 
  Exciting news today. Rather than attempting to describe everything here,
 let
  me point you to some blog posts that hopefully you will find interesting:
 
  GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...
 
  Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
  Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Miguel Méndez
What version of eclipse are you using?  What version of ajdt?

On Wed, Apr 8, 2009 at 11:41 AM, Jim jim.p...@gmail.com wrote:


 I got the following exception:

 Plug-in org.eclipse.ajdt.ui was unable to load class
 org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
 An error occurred while automatically activating bundle
 org.eclipse.ajdt.ui (33).


 when I try to run web application from the project context menu
 after I create an web application based on the tutorial, I have ajdt
 installed in this box.

 Jim Xie

 On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
  Thank you, can't wait to dig in!
 
  Does the Google/GWT plugin for Eclipse create the service stubs (Async/
  Sync/Impl classes) and modify the web.xml to add the servlet for you
  like Cypal Studio?
 
  On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 
 
 
   Hi Folks!
 
   Exciting news today. Rather than attempting to describe everything
 here, let
   me point you to some blog posts that hopefully you will find
 interesting:
 
   GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...
 
   Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
   Google Plugin for Eclipse -- Peanut Butter to Eclipse's
 Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
   -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams-
 Hide quoted text -
 
  - Show quoted text -
 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Jim

I am using Eclipse 3.3. I got this exception first time when I tried
to run web application after I installed the plugin and restarted
eclipse. However this exception goes away after I restarted my
Eclipse.


Jim

On Apr 8, 1:03 pm, Miguel Méndez mmen...@google.com wrote:
 What version of eclipse are you using?  What version of ajdt?





 On Wed, Apr 8, 2009 at 11:41 AM, Jim jim.p...@gmail.com wrote:

  I got the following exception:

  Plug-in org.eclipse.ajdt.ui was unable to load class
  org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
  An error occurred while automatically activating bundle
  org.eclipse.ajdt.ui (33).

  when I try to run web application from the project context menu
  after I create an web application based on the tutorial, I have ajdt
  installed in this box.

  Jim Xie

  On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
   Thank you, can't wait to dig in!

   Does the Google/GWT plugin for Eclipse create the service stubs (Async/
   Sync/Impl classes) and modify the web.xml to add the servlet for you
   like Cypal Studio?

   On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:

Hi Folks!

Exciting news today. Rather than attempting to describe everything
  here, let
me point you to some blog posts that hopefully you will find
  interesting:

GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

Seriously this time, the new language on App Engine: Javahttp://
  googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

Google Plugin for Eclipse -- Peanut Butter to Eclipse's
  Chocolatehttp://
  googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

-- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams-
  Hide quoted text -

   - Show quoted text -

 --
 Miguel- 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-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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Miguel Méndez
Restarting a second time fixes it?

On Wed, Apr 8, 2009 at 1:17 PM, Jim jim.p...@gmail.com wrote:


 I am using Eclipse 3.3. I got this exception first time when I tried
 to run web application after I installed the plugin and restarted
 eclipse. However this exception goes away after I restarted my
 Eclipse.


 Jim

 On Apr 8, 1:03 pm, Miguel Méndez mmen...@google.com wrote:
  What version of eclipse are you using?  What version of ajdt?
 
 
 
 
 
  On Wed, Apr 8, 2009 at 11:41 AM, Jim jim.p...@gmail.com wrote:
 
   I got the following exception:
 
   Plug-in org.eclipse.ajdt.ui was unable to load class
   org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
   An error occurred while automatically activating bundle
   org.eclipse.ajdt.ui (33).
 
   when I try to run web application from the project context menu
   after I create an web application based on the tutorial, I have ajdt
   installed in this box.
 
   Jim Xie
 
   On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
Thank you, can't wait to dig in!
 
Does the Google/GWT plugin for Eclipse create the service stubs
 (Async/
Sync/Impl classes) and modify the web.xml to add the servlet for you
like Cypal Studio?
 
On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 
 Hi Folks!
 
 Exciting news today. Rather than attempting to describe everything
   here, let
 me point you to some blog posts that hopefully you will find
   interesting:
 
 GWT 1.6 and friends:
  http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
 ..
 
 Seriously this time, the new language on App Engine: Javahttp://
   googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
 Google Plugin for Eclipse -- Peanut Butter to Eclipse's
   Chocolatehttp://
   googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin
 teams-
   Hide quoted text -
 
- Show quoted text -
 
  --
  Miguel- Hide quoted text -
 
  - Show quoted text -
 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Jim

Yes.

I am using the following version of ajdt and aspectj:

Version: 1.5.3.200807141310
AspectJ version: 1.6.1.2008070312

Jim

On Apr 8, 1:28 pm, Miguel Méndez mmen...@google.com wrote:
 Restarting a second time fixes it?





 On Wed, Apr 8, 2009 at 1:17 PM, Jim jim.p...@gmail.com wrote:

  I am using Eclipse 3.3. I got this exception first time when I tried
  to run web application after I installed the plugin and restarted
  eclipse. However this exception goes away after I restarted my
  Eclipse.

  Jim

  On Apr 8, 1:03 pm, Miguel Méndez mmen...@google.com wrote:
   What version of eclipse are you using?  What version of ajdt?

   On Wed, Apr 8, 2009 at 11:41 AM, Jim jim.p...@gmail.com wrote:

I got the following exception:

Plug-in org.eclipse.ajdt.ui was unable to load class
org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
An error occurred while automatically activating bundle
org.eclipse.ajdt.ui (33).

when I try to run web application from the project context menu
after I create an web application based on the tutorial, I have ajdt
installed in this box.

Jim Xie

On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
 Thank you, can't wait to dig in!

 Does the Google/GWT plugin for Eclipse create the service stubs
  (Async/
 Sync/Impl classes) and modify the web.xml to add the servlet for you
 like Cypal Studio?

 On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:

  Hi Folks!

  Exciting news today. Rather than attempting to describe everything
here, let
  me point you to some blog posts that hopefully you will find
interesting:

  GWT 1.6 and friends:
   http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
  ..

  Seriously this time, the new language on App Engine: Javahttp://
googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

  Google Plugin for Eclipse -- Peanut Butter to Eclipse's
Chocolatehttp://
googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin
  teams-
Hide quoted text -

 - Show quoted text -

   --
   Miguel- Hide quoted text -

   - Show quoted text -

 --
 Miguel- 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-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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread flyingb...@gmail.com

I should go back in using eclipse for the project or osmething. I been
using netbeans with the gwt4nb but that havnt been updated to support
1.6

I dont really know how to write those config files to setup the new
debugger and stuff for netbeans

On Apr 8, 10:28 am, Miguel Méndez mmen...@google.com wrote:
 Restarting a second time fixes it?



 On Wed, Apr 8, 2009 at 1:17 PM, Jim jim.p...@gmail.com wrote:

  I am using Eclipse 3.3. I got this exception first time when I tried
  to run web application after I installed the plugin and restarted
  eclipse. However this exception goes away after I restarted my
  Eclipse.

  Jim

  On Apr 8, 1:03 pm, Miguel Méndez mmen...@google.com wrote:
   What version of eclipse are you using?  What version of ajdt?

   On Wed, Apr 8, 2009 at 11:41 AM, Jim jim.p...@gmail.com wrote:

I got the following exception:

Plug-in org.eclipse.ajdt.ui was unable to load class
org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
An error occurred while automatically activating bundle
org.eclipse.ajdt.ui (33).

when I try to run web application from the project context menu
after I create an web application based on the tutorial, I have ajdt
installed in this box.

Jim Xie

On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
 Thank you, can't wait to dig in!

 Does the Google/GWT plugin for Eclipse create the service stubs
  (Async/
 Sync/Impl classes) and modify the web.xml to add the servlet for you
 like Cypal Studio?

 On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:

  Hi Folks!

  Exciting news today. Rather than attempting to describe everything
here, let
  me point you to some blog posts that hopefully you will find
interesting:

  GWT 1.6 and friends:
   http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
  ..

  Seriously this time, the new language on App Engine: Javahttp://
googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

  Google Plugin for Eclipse -- Peanut Butter to Eclipse's
Chocolatehttp://
googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin
  teams-
Hide quoted text -

 - Show quoted text -

   --
   Miguel- Hide quoted text -

   - Show quoted text -

 --
 Miguel
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Miguel Méndez
That is strange.  We'll track it internally.  Please let us know if it
happens again.

On Wed, Apr 8, 2009 at 1:51 PM, Jim jim.p...@gmail.com wrote:


 Yes.

 I am using the following version of ajdt and aspectj:

 Version: 1.5.3.200807141310
 AspectJ version: 1.6.1.2008070312

 Jim

 On Apr 8, 1:28 pm, Miguel Méndez mmen...@google.com wrote:
  Restarting a second time fixes it?
 
 
 
 
 
  On Wed, Apr 8, 2009 at 1:17 PM, Jim jim.p...@gmail.com wrote:
 
   I am using Eclipse 3.3. I got this exception first time when I tried
   to run web application after I installed the plugin and restarted
   eclipse. However this exception goes away after I restarted my
   Eclipse.
 
   Jim
 
   On Apr 8, 1:03 pm, Miguel Méndez mmen...@google.com wrote:
What version of eclipse are you using?  What version of ajdt?
 
On Wed, Apr 8, 2009 at 11:41 AM, Jim jim.p...@gmail.com wrote:
 
 I got the following exception:
 
 Plug-in org.eclipse.ajdt.ui was unable to load class

 org.eclipse.ajdt.internal.ui.ajde.CachedRuntimeClasspathEntryResolver.
 An error occurred while automatically activating bundle
 org.eclipse.ajdt.ui (33).
 
 when I try to run web application from the project context menu
 after I create an web application based on the tutorial, I have
 ajdt
 installed in this box.
 
 Jim Xie
 
 On Apr 8, 9:43 am, Stan B stan...@gmail.com wrote:
  Thank you, can't wait to dig in!
 
  Does the Google/GWT plugin for Eclipse create the service stubs
   (Async/
  Sync/Impl classes) and modify the web.xml to add the servlet for
 you
  like Cypal Studio?
 
  On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 
   Hi Folks!
 
   Exciting news today. Rather than attempting to describe
 everything
 here, let
   me point you to some blog posts that hopefully you will find
 interesting:
 
   GWT 1.6 and friends:

 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f.
   ..
 
   Seriously this time, the new language on App Engine:
 Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
   Google Plugin for Eclipse -- Peanut Butter to Eclipse's
 Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
   -- Bruce, on behalf of the GWT, App Engine, and Google Plugin
   teams-
 Hide quoted text -
 
  - Show quoted text -
 
--
Miguel- Hide quoted text -
 
- Show quoted text -
 
  --
  Miguel- Hide quoted text -
 
  - Show quoted text -
 



-- 
Miguel

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread HommeDeJava

Wow!

Seems to be Christmas in April!

Fortunately, you have not made the announcement last week because we
thought it was a April 1st hoax!

Thanks a lot to all your great team!

Claude

On Apr 7, 11:57 pm, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread jchimene

Thanks folks!

The transition to 1.6 was relatively painless on my latest project. I
can see the WAR structure will be easier to deploy, even though I
don't (now) use server-side Java.

I had not intended to move to 1.6 so soon, but the Eclipse plug-in was
too good to resist.

Maybe I'll see you in May.

Cheers,
jec
--~--~-~--~~~---~--~~
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-contrib] Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread stuckagain

Great news,

Any chance for getting an offline installation for the eclipse
plugin ? Company policy makes it impossible to connect my development
machine to the internet.

Davdi

On Apr 8, 5:54 am, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Arthur Kalmenson

*jaw drops*

--
Arthur Kalmenson



On Wed, Apr 8, 2009 at 3:44 AM, stuckagain david.no...@gmail.com wrote:

 Great news,

 Any chance for getting an offline installation for the eclipse
 plugin ? Company policy makes it impossible to connect my development
 machine to the internet.

 Davdi

 On Apr 8, 5:54 am, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and 
 friends:http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

 Seriously this time, the new language on App Engine: 
 Javahttp://googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's 
 Chocolatehttp://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
 


--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Isaac Truett

My hearty congratulations, and thanks, to all involved in this effort.
You made my day before breakfast.



On Tue, Apr 7, 2009 at 11:54 PM, Bruce Johnson br...@google.com wrote:
 Hi Folks!

 Exciting news today. Rather than attempting to describe everything here, let
 me point you to some blog posts that hopefully you will find interesting:

 GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-friends.html

 Seriously this time, the new language on App Engine: Java
 http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html

 Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolate
 http://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclipse-peanut-butter.html

 -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams


 


--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread Miguel Méndez
We've talked about exposing zip files for use with 3.4's dropins folder,
etc.  Would that work meet your constraints?

On Wed, Apr 8, 2009 at 3:44 AM, stuckagain david.no...@gmail.com wrote:


 Great news,

 Any chance for getting an offline installation for the eclipse
 plugin ? Company policy makes it impossible to connect my development
 machine to the internet.

 Davdi

 On Apr 8, 5:54 am, Bruce Johnson br...@google.com wrote:
  Hi Folks!
 
  Exciting news today. Rather than attempting to describe everything here,
 let
  me point you to some blog posts that hopefully you will find interesting:
 
  GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...
 
  Seriously this time, the new language on App Engine: Javahttp://
 googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...
 
  Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolatehttp://
 googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...
 
  -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams
 



-- 
Miguel

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Announcing GWT 1.6...and quite a bit more

2009-04-08 Thread stuckagain

Miguel,

That would be perfect.

David

On Apr 8, 4:35 pm, Miguel Méndez mmen...@google.com wrote:
 We've talked about exposing zip files for use with 3.4's dropins folder,
 etc.  Would that work meet your constraints?





 On Wed, Apr 8, 2009 at 3:44 AM, stuckagain david.no...@gmail.com wrote:

  Great news,

  Any chance for getting an offline installation for the eclipse
  plugin ? Company policy makes it impossible to connect my development
  machine to the internet.

  Davdi

  On Apr 8, 5:54 am, Bruce Johnson br...@google.com wrote:
   Hi Folks!

   Exciting news today. Rather than attempting to describe everything here,
  let
   me point you to some blog posts that hopefully you will find interesting:

   GWT 1.6 and friends:
 http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-f...

   Seriously this time, the new language on App Engine: Javahttp://
  googleappengine.blogspot.com/2009/04/seriously-this-time-new-l...

   Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolatehttp://
  googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclips...

   -- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

 --
 Miguel- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



Announcing GWT 1.6...and quite a bit more

2009-04-07 Thread Bruce Johnson
Hi Folks!

Exciting news today. Rather than attempting to describe everything here, let
me point you to some blog posts that hopefully you will find interesting:

GWT 1.6 and friends:
http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-friends.html

Seriously this time, the new language on App Engine: Java
http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html

Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolate
http://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclipse-peanut-butter.html

-- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

--~--~-~--~~~---~--~~
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-contrib] Announcing GWT 1.6...and quite a bit more

2009-04-07 Thread Bruce Johnson
Hi Folks!

Exciting news today. Rather than attempting to describe everything here, let
me point you to some blog posts that hopefully you will find interesting:

GWT 1.6 and friends:
http://googlewebtoolkit.blogspot.com/2009/04/introducing-gwt-16-and-friends.html

Seriously this time, the new language on App Engine: Java
http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html

Google Plugin for Eclipse -- Peanut Butter to Eclipse's Chocolate
http://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclipse-peanut-butter.html

-- Bruce, on behalf of the GWT, App Engine, and Google Plugin teams

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---