Re: PureGWT Showcase Preview Part II

2010-11-10 Thread Tan Duy
Hi, Your project looks so great. Keep it up :) On Nov 10, 3:00 pm, Vagner Araujo wrote: > Hello, > > 2010/11/9 Nagin Kothari > > > Great Stuff. Particilarly I liked the scroll panel. Can you provide > > approximate plan for releasing first version? > > maybe in January 2011, 99% chance. ;-) > >

Re: A new gwt-tetris implementation

2010-10-19 Thread Tan Duy
Great! Love it :) On Oct 18, 9:40 am, Yotam wrote: > Hi, I've created a new and improved tetris game based on gwt-tetris. > I made the control more comfortable and added a high score table to > it. > > http://gwttetris.appspot.com -- You received this message because you are subscribed to the G

Re: How to send data back to client side code?

2010-08-22 Thread Tan Duy
Hi, Did you view example at http://code.google.com/webtoolkit/doc/latest/tutorial/appengine.html ? Please refer http://blog.hivedevelopment.co.uk/2009/08/google-web-toolkit-gwt-mvp-example.html This is a excellent tutorial. I also think it's so difficult to me, but I will try to learn more :) On

Re: How to send data back to client side code?

2010-08-19 Thread Tan Duy
Thanks for your help, I'm trying to read and test some demo. So, I realize something about GWT-RPC. Yeah, I will try to make a Data Transfer Object. On Aug 19, 11:12 pm, Arthur Kalmenson wrote: > GTW-RPC can only serialize objects that are emulated or new ones you > create that implement Serializ

Re: How to send data back to client side code?

2010-08-18 Thread Tan Duy
Okay, we try to solve it. I haven't understand GWT RPC yet. I want to use MVP model. But I'm familiar with C# than Java. Hope everything will be better. I'm trying to try because this is my last chance. Thank you. On Aug 18, 9:04 pm, "Sree ..." wrote: > I actually thought of the same.. DTO. But I

Re: How to send data back to client side code?

2010-08-18 Thread Tan Duy
Thank you, I'm a new comer. I'll try to learn more. All information in this group is so useful. I'm just don't know how to start. This is my app: http://diaryoftour.appspot.com/ http://code.google.com/p/diaryoftour/ Hope everybody can help me Thanks so much On Aug 18, 7:50 pm, Arthur Kalmens

Re: How to send data back to client side code?

2010-08-18 Thread Tan Duy
I also have some problems when I use JDO in GAE + GWT [ERROR] Errors in 'file:/I:/Workspace/jdo/src/com/jdo/util/ Employee.java' [ERROR] Line 2: The import com.google.appengine cannot be resolved [ERROR] Line 14: Key cannot be resolved to a type [ERROR] Line 33: Key cannot be res