Re: New GWT 2.0 Book

2010-10-05 Thread Bayard Randel
While we've got your ear Chris, are we also likely to see documentation on scaffolding with Roo as well, or is that remaining within the purview of the Springsource team? On Oct 6, 7:38 am, Chris Ramsdale cramsd...@google.com wrote: Thanks, it's not my book though. The vast majority of the book

Re: How to import Expenses project into Eclipse?

2010-09-29 Thread Bayard Randel
I'm not familiar with Maven and struggling to build this as well. Is a simple Ant build for an eclipse project likely to be included at some point? On Sep 28, 9:39 pm, hezjing hezj...@gmail.com wrote: I got a little bit further with the following steps: 1. Build the GWT source code: cd

Re: GWT-Platform with GWT 2.1

2010-09-29 Thread Bayard Randel
Yes, I'm currently working on a GWTP project using 2.1M3 without any issues. On Sep 30, 9:01 am, tc camec...@gmail.com wrote: We currently looking at starting a new project.  I like what GWT 2.1 provides.  Does anyone know if you can use GWT-PLATFORM with 2.1M3+? The main thing we would like

Re: Simple CellList example 2.1 M3

2010-09-26 Thread Bayard Randel
I certainly know how you feel - I'd love to see some documentation for 2.1 as well. I'm sure the gwt team is diligently working on it as we speak. Here's some code that I just wrote, that hopefully will help. I'm passing my ListDataProvider from my presenter into my view.. I'm still uncertain if

ActionCell code example (data presentation widget - 2.1m3)

2010-09-26 Thread Bayard Randel
Would anyone happen to have a code example demonstrating the use of an ActionCell? I'm assuming that this would be the best way, for example, to create an even handler which takes the user from a listings page to a details page for a specific record. -- You received this message because you are

RichTextToolbar

2010-09-08 Thread Bayard Randel
The sample code on http://gwt.google.com/samples/Showcase/Showcase.html#!CwRichText creates an instance of a RichTextToolbar, yet I can't find this in the 2.x GWT API. If this has been deprecated, should the widget showcase be updated to reflect this? By default the RichTextArea does not appear

Re: RichTextToolbar

2010-09-08 Thread Bayard Randel
Oh dear, looks like I've been a bad forums citizen and this has already been addressed (http://groups.google.com/group/google-web- toolkit/browse_thread/thread/75dae68fa54f5610/118979ff271bc71b? lnk=gstq=richtexttoolbar#118979ff271bc71b) I must say though that this seems a wee bit misleading, and

Re: GWT Designer not available ...

2010-09-01 Thread Bayard Randel
Very much looking forward to seeing a Googlised GWT Designer and seeing some real competition against proprietary development environments. From a technology perspective this is a great platform to develop against - having more mature tooling and documentation will go a long way towards attracting

Re: Recommended approach for web services on the GWT/GAE stack?

2010-08-26 Thread Bayard Randel
GWT is the only client, but I also need to provide a web service that can receive and serialise json posted from a different web application. I'm just uncertain about what the best way to implement this service is on the GWT/GAE stack is.. using a servlet? On Aug 27, 5:41 am, Arthur Kalmenson

Recommended approach for web services on the GWT/GAE stack?

2010-08-18 Thread Bayard Randel
Hi there, Being relatively new to the java ecosystem, I'm finding the myriad of options for providing web services a little overwhelming. Is there a best practice, or recommended approach for providing web services in my GWT/GAE application? I understand Restlet supports the complete stack, and

2.1 Documentation

2010-08-17 Thread Bayard Randel
Hi there, Is there any preliminary documentation around the new features in 2.1, particularly the MVP implementation? I'm going to be starting a large GWT project shortly, but am somewhat hesitant to get started knowing that official support for MVP is forthcoming. Many thanks -- You received