Hi Bhavik, The RunAsync feature Arthur mentioned above is most likely exactly what you need, however I feel obliged to mention the disclaimer with using code in the GWT trunk.
The team is generally good about keeping the trunk stable and buildable, however, not all features may work as intended as they are still under development and may undergo breaking changes from now until their official release. That said, if you feel up to living on the edge, please do give trunk a look for the runAsync feature, which should give you some ideas of code splitting techniques you can use when the feature lands in a future GWT release. Building GWT from trunk: http://code.google.com/webtoolkit/makinggwtbetter.html#compiling Hope that helps, -Sumit Chandel On Sat, May 9, 2009 at 8:43 AM, Arthur Kalmenson <[email protected]>wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
