Are there any examples (beside the showcase MVC example) on how to best write modular and/or framework-based applications using SmartGWT? Specifically, is there a proper way to write applications with SmartGWT that separate logic from the view and decouple code?
I ask this knowing that the use of datasources alleviates the need for much of this when it comes to databound components. However, if I have, say, a button to click that would make a DMI/RPC to the server to start a process, how can I (in a best-practice fashion) make that call and handle the result?
Thanks,
I ask this knowing that the use of datasources alleviates the need for much of this when it comes to databound components. However, if I have, say, a button to click that would make a DMI/RPC to the server to start a process, how can I (in a best-practice fashion) make that call and handle the result?
Thanks,
Comment