• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can GWT create more than one JavaScript file for one application

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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...
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
GWT questions should be asked in the Frameworks forum. I have moved this post there for you.
 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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)!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic