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?
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?
Comment