3 great videos;
Question Vlad;
In the process example, In this line

The plugin doesn't really do the total/sum, but rather asking Aware engine to go through the line items of the order, get the sum and pass the sum back to plugin and then the plugin passes the total back to Aware. So in reality, the actual work of total was still done in Aware and not in plugin. Did I understand this correctly? If yes, we just created more work to get the total, by passing it to plugin and then plugin passes it back to Aware...
So what did we gain from this plugin, certainly not performance, since we did more work than the first total implementation?
Secondly, can the class be added to a package via eclipse rather than DOS command?
Note: This sample also opens up an interesting avenue. The plugin can ask Aware to do complex stuff and return results back to plugin to use. For example, it would have been a lot of work to go through the items in plugin to get total, where as asking Aware to do, is one line of work... :mrgreen: