remember, if your libraries (other GWT modules) also have entry  
points, all of the onModuleLoad() methods will be called in turn.

-jason

On Mar 4, 2009, at 12:30 AM, Brian Ferris wrote:

>
> I have a relatively complex GWT application composed of my main
> application EntryPoint and a number of library modules.  I had some
> printlns in the EntryPoint for my application and the libraries and I
> noticed that they are called multiple times over the course of the
> application lifetime in hosted mode.  This is not the standard "I just
> hit the reload button" case where you expect to hit your module
> EntryPoint, but more of the case where a user has just hit a button to
> initiate an RPC call that then updates the UI.
>
> Is this expected behavior?  Something I should be worried about?  I
> apologize for not posting any code samples, but I'm hoping there is
> something simple I'm missing before I go through the work of trying to
> reproduce the behavior with a simpler code fragment.
> >


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

Reply via email to