Re: erro while try to do "Store data in the datastore" Example

2009-05-04 Thread Jason Smart
I've found several problems with the tutorial at http://code.google.com/webtoolkit/tutorials/1.6/appengine.html I have posted solutions for them at http://code.google.com/p/google-web-toolkit/issues/detail?id=3626 and my blog at http://itstuff.jasonsmart.id.au/2009/05/gwt-plus-appengine-tutorial.

Re: erro while try to do "Store data in the datastore" Example

2009-04-15 Thread Kevin
Had to make two changes to get it to work: StockServiceAsync ss = GWT.create(StockService.class); ss.addStock(symbol, new AsyncCallback() { Works fine now. On Apr 15, 8:23 pm, Kevin wrote: > Same here... > > On Apr 13, 9:44 am, "@lex" wrote: > > > Hi, I wou

Re: erro while try to do "Store data in the datastore" Example

2009-04-15 Thread Kevin
Yes, hitting the same problem. So far the example was great. Outstanding in fact. Being new to Java I'm afraid I'm stuck On Apr 14, 8:11 am, Jake B wrote: > I'm having the same problem.  If anyone else has gone through the app > engine tutorial and fixed this issue on their own, any help wo

Re: erro while try to do "Store data in the datastore" Example

2009-04-15 Thread Kevin
Same here... On Apr 13, 9:44 am, "@lex" wrote: > Hi, I would like some help to resolve this problem at the example of > GWT using Gdatastore: >  http://code.google.com/webtoolkit/tutorials/1.6/appengine.html#data > > All application run well following the getting start tutorial, so when > I try

Re: erro while try to do "Store data in the datastore" Example

2009-04-14 Thread Jake B
I'm having the same problem. If anyone else has gone through the app engine tutorial and fixed this issue on their own, any help would be greatly appreciated. Or as the OP said, a complete set of the working code would be nice as well. On Apr 13, 9:44 am, "@lex" wrote: > Hi, I would like some

erro while try to do "Store data in the datastore" Example

2009-04-13 Thread @lex
Hi, I would like some help to resolve this problem at the example of GWT using Gdatastore: http://code.google.com/webtoolkit/tutorials/1.6/appengine.html#data All application run well following the getting start tutorial, so when I try to improve using data store at this implementation an erro