Re: Load compiled GWT module in a GWT application !

2011-07-23 Thread Tomasz Gawel
hi Saeed,

wrap a gagdet with iframe and public javascript api.
in application that loads the simply make native wrapper to gadget
api.


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



Load compiled GWT module in a GWT application !

2011-07-22 Thread Saeed Zarinfam
Hi guys,
I know this is a strange question but i have this problem in a real
project. We are developing a container (e.g. gadget container) using
GWT and also we want to have a GWT project per our module (modules
load with container at run-time) :

1- we have a shared GWT project that every module inherit it. is it
true ?
2- we have a GWT project for our container , we want to compile each
module (another GWT project) and then load them with container without
any submit on the server and also container has to communicate with
modules. how can we do these ?

thanks in advance.

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