You have a couple of options, you could just create separate projects with different entry points, or, if you can use RunAsync which is in the GWT trunk.
-- Arthur Kalmenson On Fri, May 8, 2009 at 7:25 AM, Bhavik <[email protected]> wrote: > > Hello Friends, > > I have a doubt regarding creation of Javascript file, for a particular > GWT Web Application. > > How much number of javascript files or how much big a java script file > would be created for one GWT Application. If in case a very large > Enterprise application has to be created in GWT then would it be > feasible or not??? > > If it is feasible to develop this kind of application, then how many > number of javascript would be created for one such application? If > only one javascript is created for one application, then how can we > manage to break up the java script to use it as and when the page > requires it because it is not feasible to load javascript file of the > whole project on the Client pc at same time. > > Please help me out with some solution. Thanking you... > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
