aspose file tools
The moose likes GWT and the fly likes Can GWT create more than one JavaScript file for one application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Can GWT create more than one JavaScript file for one application" Watch "Can GWT create more than one JavaScript file for one application" New topic
Author

Can GWT create more than one JavaScript file for one application

Bhavik Kothari
Greenhorn

Joined: May 07, 2009
Posts: 1
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...
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

GWT questions should be asked in the Frameworks forum. I have moved this post there for you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
salvin francis
Ranch Hand

Joined: Jan 12, 2009
Posts: 915

Of course,

as far as I understand, you can make serveral gwt "mini projects" into a gigantic project
eg: We had made a system where even the Login screen was a seperate gwt project

Here is one cool thing, inter-project communications are prossible too (via native javascript though)!!


My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Can GWT create more than one JavaScript file for one application
 
Similar Threads
GWT Applications - Questions for the author
How to host GWT in a google-site page?
GWT application on javascript disabled browser
Reducing GWT Generated javaScript file size
Deploy GWT application on Tomcat