Re: How can a GWT application dynamically invoke another GWT application?

2008-10-07 Thread David

Hi, Sumit,

This is what I was trying to do after releazing reflection does not
work. I was trying to load SampleXML into one of my panel but it
complains " Unable to find type
'com.google.gwt.sample.simplexml.client.SimpleXML'"

I am running it in hosted.

Could you please give me a sample?

Thanks,
David

On Oct 8, 3:31 am, "Sumit Chandel" <[EMAIL PROTECTED]> wrote:
> Hi David,
> Alternatively, until something like the GWT.runAsync() feature comes out,
> you could design your GWT components as two separate entities, where one can
> be painted into the main display or main root panel at a time so you can
> control which component you want to load up and display.
>
> I'm not sure about the exact details of how GWT.runAsync() will work, but I
> believe the idea is to pass in separate components that you want to load up
> asynchronously to the runAsync() method, so designing your application into
> components now would probably benefit you once the runAsync() feature is
> available as well.
>
> Hope that helps,
> -Sumit Chandel
>
>
>
> On Mon, Oct 6, 2008 at 4:26 AM, David <[EMAIL PROTECTED]> wrote:
>
> > I developed a GWT application, for instance, mail sample. I want to
> > load another GWT application (SimpleXML sample) into the main
> > application's panel dynamically (i.e., later binding without design
> > time information, like pure java reflection).
>
> > How can I do this?- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How can a GWT application dynamically invoke another GWT application?

2008-10-07 Thread Sumit Chandel
Hi David,
Alternatively, until something like the GWT.runAsync() feature comes out,
you could design your GWT components as two separate entities, where one can
be painted into the main display or main root panel at a time so you can
control which component you want to load up and display.

I'm not sure about the exact details of how GWT.runAsync() will work, but I
believe the idea is to pass in separate components that you want to load up
asynchronously to the runAsync() method, so designing your application into
components now would probably benefit you once the runAsync() feature is
available as well.

Hope that helps,
-Sumit Chandel

On Mon, Oct 6, 2008 at 4:26 AM, David <[EMAIL PROTECTED]> wrote:

>
> I developed a GWT application, for instance, mail sample. I want to
> load another GWT application (SimpleXML sample) into the main
> application's panel dynamically (i.e., later binding without design
> time information, like pure java reflection).
>
> How can I do this?
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How can a GWT application dynamically invoke another GWT application?

2008-10-06 Thread olivier nouguier
Not possible yet,
 Search for gwt runasync for a possible future solution.

PS: statically you can obtain a "same" behaviour, by including (inheriting
modules).

On Mon, Oct 6, 2008 at 5:26 AM, David <[EMAIL PROTECTED]> wrote:

>
> I developed a GWT application, for instance, mail sample. I want to
> load another GWT application (SimpleXML sample) into the main
> application's panel dynamically (i.e., later binding without design
> time information, like pure java reflection).
>
> How can I do this?
>
> >
>


-- 
"Quand le dernier arbre sera abattu, la dernière rivière asséchée, le
dernier poisson péché, l'homme va s'apercevoir que l'argent n'est pas
comestible"
 - proverbe indien Cri

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How can a GWT application dynamically invoke another GWT application?

2008-10-06 Thread David

I developed a GWT application, for instance, mail sample. I want to
load another GWT application (SimpleXML sample) into the main
application's panel dynamically (i.e., later binding without design
time information, like pure java reflection).

How can I do this?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---