[jira] Commented: (OFBIZ-44) Add capability to call java functions directly from actions in screen widgets

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-44) Add capability to call java functions directly from actions in screen widgets

Nicolas Malin (Jira)
    [ http://issues.apache.org/jira/browse/OFBIZ-44?page=comments#action_12459298 ]
           
Jacques Le Roux commented on OFBIZ-44:
--------------------------------------

> Would it be possible to add a JIRA resolution status to reflect when there is a tool available that's not community supported?

Good idea, a PMC member may ask perhaps ?

> Add capability to call java functions directly from actions  in screen widgets
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-44
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-44
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Vinay Agarwal
>         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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira