Announcement

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

    SmartGWT and Visual Builder XML integration

    Hello,
    is it possible to dynamically load XML (or JS) prepared by VisualBuilder or by hand to SmartGWT? I read that isomorphic server side JSP components like <isomorphic:loadUI name="test"/> can do trick, however I'm not able to do same with SmartGWT.
    My idea is to allow business people customize screen (but only detail part) with VisualBuilder and than load it into subsection in complex screen made in SmartGWT.

    Thanks

    #2
    Yes, a ViewLoader can do this if you just point it at the JavaScript source, or point it to a .jsp with <isomorphicXML> tags (so that it returns JavaScript derived from the XML source).

    Just keep in mind, any user-created pages like this won't have run through the GWT compiler so you will need to use JSNI wherever there are interactions between these customized parts of the UI and the main application.

    Comment

    Working...
    X