Widget not displayed upon change of place

2011-06-14 Thread Harry X
I have a display region which will display diffrent widgets accpording place 
change event. 
The widgets are simple, haveing a couple of tables in a flowpanel and making a 
async call 
to get some data through RPC. When the place change events are fired by 
clicking 
on a 
navigation tree, sometimes the widgets are not displayed. However, 
A second click on the navi tree will trigger the widget to be displayed.

I think this has something to do with the handling with onStop()/onCancel(), 
but 
not
sure how to debug and change. Do you have any suggestion? Thanks.

Harry

-- 
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: Eample for MVP+EventBus+Presenter+Activity

2011-06-08 Thread Harry X
Deanna Bonds deanna.bonds@... writes:

 
 
 I was going through the same thing.  I ended up going back and rewatching the 
Ray Ryan architecture videos from 2009 and 2010 again, but this time drawing 
down 
all the diagrams, but combining them all.  Then after having a big block 
diagram 
of the gwt framework and going the javadoc for the classes it just clicked into 
place.  What I had problems with in the original readings of the docs, was that 
the overall big picture was really understated and somewhat confused by all the 
optional things.  And an intended way(s) to use it combined with spring roo 
would 
help.   That may be another piece of the puzzle for you.  This framework 
depends 
a 
bit on spring roo to generate all the boilerplate code.  
 
 My way of using it has been to create a gwt project with the gpe.  Then add 
spring roo to that project.  Use Roo to create all the data enties, and request 
factories.  At this point I'm guessing because here is where I am - let Roo add 
in 
the client side mvp and simple uibinder display areas into it's special 
generated 
folder/packagePath.  Copy the display areas into my own and modify them the way 
I 
want and set up the places.  Then add in backend logic.
 
 
 

Thanks for sharing, Deanna. 
Just tried 2.4 eclipse plugin and it creates client side MVP parts for you, 
very convenient and good for me for now. Will check out Spring Roo.


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



Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Harry X
Hello,

I am new to GWT and need some examples to help understand it. 
Reading though some posts and searching over internet, 
I think using MVP+EventBus+DI+Presenter+Activity is a sound approach. 

Can some one point to me a good example to further study?

Thanks in advance.

Harry

-- 
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: Eample for MVP+EventBus+Presenter+Activity

2011-06-06 Thread Harry X
Juan Pablo Gardella gardellajuanpablo@... writes:

 
 
 You can see this sample https://bitbucket.org/gardellajuanpablo/gwt-
sample/wiki/Home
 
 
 Juan2011/6/6 Harry X qxie...@hotmail.com
 Hello,
 I am new to GWT and need some examples to help understand it.
 Reading though some posts and searching over internet,
 I think using MVP+EventBus+DI+Presenter+Activity is a sound approach.
 Can some one point to me a good example to further study?
 Thanks in advance.
 Harry
 --
 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-
/jypxa39uh5tlh3mboc...@public.gmane.org.
 To unsubscribe from this group, send email to google-web-toolkit+unsubscribe 
at googlegroups.com.
 For more options, visit this group at http://groups.google.com/group/google-
web-toolkit?hl=en.
 
 
 
 
 
 
 
Thanks Juan. Will look into it, although I don's understand Spanish :-).

Harry




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