Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Separete module-like in SmartGWT(GWT)

    Is there possibility to create 'modules' or 'plug-ins' - upploadeble client parts of application, that is not require to recompile whole project and can be managed in server runtime?

    #2
    Yes - do a google search on custom GWT modules. The same applies to SmartGwt. In fact, smartgwt and all 3rd party libs are doe this way:fusion charts, GWT-high charts, custom themes /skins, etc.

    You essentially need a jar with a GWT bootstrap file (GWT.xml) in it and then inherit it in the smartgwt or GWT project you want to use it in.

    Comment

    Working...
    X