Announcement

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

    How to extends SmartGWT application?

    Hello. Could you help me in my question?

    I have SmartGWT application.
    For example, my application has a tabset with one tab and has one button. When button clicked, server-side code should return some string.

    And now, I want to extends my application with different SmartGWT application. I want to add second button to the tab. And when second button would clicked, server-side code should return some other string ("Second button was clicked", for example).

    But, I dont want to recompile my first application each time, when I want to add new button.
    I want be able to include to my first application additional functions realized in other SmartGWT applications. Like a plugins.

    For user it's like one application.
    For developer it's one basic application and few other smartgwt applications implemented some functions.

    Is it possible to do this with smartgwt?

    #2
    Solution is found

    It is strange that no one answered.

    I found the solution.

    If interested I can write instructions how to create jar files to extend SmartGWT application.

    Comment

    Working...
    X