Replace all other uses than Groovy (UEL and BSH) by Groovy in widgets and minilang
---------------------------------------------------------------------------------- Key: OFBIZ-3948 URL: https://issues.apache.org/jira/browse/OFBIZ-3948 Project: OFBiz Issue Type: Improvement Components: ALL COMPONENTS, framework Affects Versions: jQuery, SVN trunk Reporter: Jacques Le Roux Priority: Minor This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those " and such in use-when are ridiculous. So we would replace UEL and BSH by Grooby in widgets and minilang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-3948: -------------------------------------- Description: This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those " and such in use-when are ridiculous. So we would replace UEL and BSH by Groovy in widgets and minilang was: This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those " and such in use-when are ridiculous. So we would replace UEL and BSH by Grooby in widgets and minilang > Replace all other uses than Groovy (UEL and BSH) by Groovy in widgets and minilang > ---------------------------------------------------------------------------------- > > Key: OFBIZ-3948 > URL: https://issues.apache.org/jira/browse/OFBIZ-3948 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS, framework > Affects Versions: jQuery, SVN trunk > Reporter: Jacques Le Roux > Priority: Minor > > This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those " and such in use-when are ridiculous. > So we would replace UEL and BSH by Groovy in widgets and minilang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3948: ----------------------------------- Description: This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those {code}" {code} and such in use-when are ridiculous. So we would replace UEL and BSH by Groovy in widgets and minilang was: This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those " and such in use-when are ridiculous. So we would replace UEL and BSH by Groovy in widgets and minilang > Replace all other uses than Groovy (UEL and BSH) by Groovy in widgets and minilang > ---------------------------------------------------------------------------------- > > Key: OFBIZ-3948 > URL: https://issues.apache.org/jira/browse/OFBIZ-3948 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS, framework > Affects Versions: jQuery, SVN trunk > Reporter: Jacques Le Roux > Priority: Minor > > This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those {code}" {code} and such in use-when are ridiculous. > So we would replace UEL and BSH by Groovy in widgets and minilang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911033#action_12911033 ] Adrian Crum commented on OFBIZ-3948: ------------------------------------ Jacques, I must be missing something here. The need for " is because of XML, not because of UEL or BSH. So what would change to remove the need for it? Can you give an example of how a UEL expression would be replaced by Groovy? > Replace all other uses than Groovy (UEL and BSH) by Groovy in widgets and minilang > ---------------------------------------------------------------------------------- > > Key: OFBIZ-3948 > URL: https://issues.apache.org/jira/browse/OFBIZ-3948 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS, framework > Affects Versions: jQuery, SVN trunk > Reporter: Jacques Le Roux > Priority: Minor > > This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those {code}" {code} and such in use-when are ridiculous. > So we would replace UEL and BSH by Groovy in widgets and minilang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911033#action_12911033 ] Adrian Crum edited comment on OFBIZ-3948 at 9/18/10 11:26 AM: -------------------------------------------------------------- Jacques, I must be missing something here. The need for {code}"{code} is because of XML, not because of UEL or BSH. So what would change to remove the need for it? Can you give an example of how a UEL expression would be replaced by Groovy? was (Author: [hidden email]): Jacques, I must be missing something here. The need for " is because of XML, not because of UEL or BSH. So what would change to remove the need for it? Can you give an example of how a UEL expression would be replaced by Groovy? > Replace all other uses than Groovy (UEL and BSH) by Groovy in widgets and minilang > ---------------------------------------------------------------------------------- > > Key: OFBIZ-3948 > URL: https://issues.apache.org/jira/browse/OFBIZ-3948 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS, framework > Affects Versions: jQuery, SVN trunk > Reporter: Jacques Le Roux > Priority: Minor > > This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those {code}" {code} and such in use-when are ridiculous. > So we would replace UEL and BSH by Groovy in widgets and minilang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12911044#action_12911044 ] Jacques Le Roux commented on OFBIZ-3948: ---------------------------------------- If we need to keep something in the syntax (like we have ${groovy:) maybe we could use something like javascript frameworks which are using shortcut (why not $$, like in Prototype, though I'd prefer something completly different) > Replace all other uses than Groovy (UEL and BSH) by Groovy in widgets and minilang > ---------------------------------------------------------------------------------- > > Key: OFBIZ-3948 > URL: https://issues.apache.org/jira/browse/OFBIZ-3948 > Project: OFBiz > Issue Type: Improvement > Components: ALL COMPONENTS, framework > Affects Versions: jQuery, SVN trunk > Reporter: Jacques Le Roux > Priority: Minor > > This issue [follows this thread|http://markmail.org/message/hx3hztjpgsf4q745]. For instance those {code}" {code} and such in use-when are ridiculous. > So we would replace UEL and BSH by Groovy in widgets and minilang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |