[ https://issues.apache.org/jira/browse/OFBIZ-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-44. -------------------------------- Resolution: Won't Fix Assignee: Jacques Le Roux Closed as Won't fix since concensus. Still available for the ones interested (not reviewed and tested, at least by myself) > Add capability to call java functions directly from actions in screen widgets > ------------------------------------------------------------------------------ > > Key: OFBIZ-44 > URL: https://issues.apache.org/jira/browse/OFBIZ-44 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: SVN trunk > Reporter: Vinay Agarwal > Assignee: Jacques Le Roux > Attachments: 06-06-21 Java Action.patch > > > This patch adds capability to call java function directly from actions in > screen widgets. The call looks like > <java location="org.ofbiz.MyActions" invoke="someFunction"/> > The called function is declared as follows > public static void someFunction(Map context) { > ... > } > The benefits of having java functions are > 1. Better code writing support from IDE > 2. Breakpoint capability > Regards, > Vinay Agarwal -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.