> > Are you saying that you would recompile and redeploy the whole app every > time this happens?
Well if you're thinking about a plug in-like application where third parties register plug in for your application and that your clients must have access to those newly added plug in. Well, yes. Anyway automatic adoption of any plug in or any third parties application is unsecured, I prefer having a team that investigate newly added plug in, then compile the entire app to add that plug in to the library. After that, every users would be able to it to their profile and be assured that the plug in isn't malicious. That can be done and there's even some projects around that are about sharing resources to make compile time faster. Anyway, there's too much variable to take into account to have a straight answer. At least you can assume that if you compile everything separately, you'll end up with duplicated code and that you must compile somehow to fully take advantages of Gwt. Cheers On Wed, Dec 15, 2010 at 2:46 PM, [email protected] <[email protected]>wrote: > So Christian... I get what you are saying and that is actually what > you would do if you owned it all as one thing, I totally agree... I > think that the showcase app is probably like that and I have no > problem with it... Makes sense. > > However in the iGoogle-esq example/question, those widgets are > developed by different companies, or different parts of > companies...They are created or updated all the time and whenever that > happens, they need to be registered and immediately become > available... Are you saying that you would recompile and redeploy the > whole app every time this happens? > > Any other ideas? The only other idea which we can see is that they > are compiled separately - this creates the kind of situation described > above, which we're looking for advice on... > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Christian Goudreau www.arcbees.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. 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.
