[jira] [Updated] (OFBIZ-3373) Adding menu merging feature

2015-02-20 Thread Sharan Foga (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sharan Foga updated OFBIZ-3373:
---
Sprint: Bug Crush Event - 21/2/2015

 Adding menu merging feature
 ---

 Key: OFBIZ-3373
 URL: https://issues.apache.org/jira/browse/OFBIZ-3373
 Project: OFBiz
  Issue Type: Wish
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: googlebase-inject.patch, injections.patch, 
 injections.patch, links.jpg, partymenu.JPG


 Hi devs,
 while discussing in the ML about modules and framework separation I thought 
 to this new feature that I would like to discuss here with you.
 We have now the possibility to extend a menu from one other. This is great in 
 order to have an high level of code reuse and great consistency all over 
 OFBiz.
 I was thinking to a sort of merges-to property for the menu widget.
 This would allow a new module to specify an already exixting menu name (in 
 the framework core or in a lower level module) that should be somewhat 
 changed by the actual menu.
 For instance, in the attached image partymenu.jpg there is a a tipical use of 
 this feature:
 in the party module there are lot of links that co to order application, 
 account etc. Those menu link could be used defining a simple menu (say it 
 partylinks_menu) in the party application that contains only party or 
 framework related links (i.e. profile); additional components like order or 
 accounting could define more menus that merges-to the partylinks_manu so that 
 when the menu is rendered IN THE PARTY APPLICATION the new menu items added 
 in the order and accounting applications are also rendered.
 This would allow us to dramatically reduce the component dependence and help 
 us to have the framework-only distribution.
 To eventually implement this I think there should be an entity that defines 
 such mergin menus and the menu rendered should lookup the entity to check if 
 one or more merges to the actually rendering menu is defined.
 I would appreciate to hear from you if this idea can help.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] Updated: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Gray updated OFBIZ-3373:
--

Attachment: injections.patch

Attached patch adds support for injecting controller entries and menu items.

It works well but the code is pretty rough.  Hopefully someone can clean it up 
a bit, otherwise I'll get back to it when I have time.

 Adding menu merging feature
 ---

 Key: OFBIZ-3373
 URL: https://issues.apache.org/jira/browse/OFBIZ-3373
 Project: OFBiz
  Issue Type: Wish
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: injections.patch, links.jpg, partymenu.JPG


 Hi devs,
 while discussing in the ML about modules and framework separation I thought 
 to this new feature that I would like to discuss here with you.
 We have now the possibility to extend a menu from one other. This is great in 
 order to have an high level of code reuse and great consistency all over 
 OFBiz.
 I was thinking to a sort of merges-to property for the menu widget.
 This would allow a new module to specify an already exixting menu name (in 
 the framework core or in a lower level module) that should be somewhat 
 changed by the actual menu.
 For instance, in the attached image partymenu.jpg there is a a tipical use of 
 this feature:
 in the party module there are lot of links that co to order application, 
 account etc. Those menu link could be used defining a simple menu (say it 
 partylinks_menu) in the party application that contains only party or 
 framework related links (i.e. profile); additional components like order or 
 accounting could define more menus that merges-to the partylinks_manu so that 
 when the menu is rendered IN THE PARTY APPLICATION the new menu items added 
 in the order and accounting applications are also rendered.
 This would allow us to dramatically reduce the component dependence and help 
 us to have the framework-only distribution.
 To eventually implement this I think there should be an entity that defines 
 such mergin menus and the menu rendered should lookup the entity to check if 
 one or more merges to the actually rendering menu is defined.
 I would appreciate to hear from you if this idea can help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3373) Adding menu merging feature

2010-06-06 Thread Scott Gray (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Gray updated OFBIZ-3373:
--

Attachment: googlebase-inject.patch

Sorry I should have thought to include some sort of example.

This is the best I have, a conversion of the google base component from a 
separate webapp to a plugin for the category webapp.  Note that it is only an 
example and not intended to be committed (in it's current form at least)

The most relevant changes in the patch are to the ofbiz-component file and also 
the introduction of the GoogleBaseInjectionMenus.xml file

 Adding menu merging feature
 ---

 Key: OFBIZ-3373
 URL: https://issues.apache.org/jira/browse/OFBIZ-3373
 Project: OFBiz
  Issue Type: Wish
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: googlebase-inject.patch, injections.patch, links.jpg, 
 partymenu.JPG


 Hi devs,
 while discussing in the ML about modules and framework separation I thought 
 to this new feature that I would like to discuss here with you.
 We have now the possibility to extend a menu from one other. This is great in 
 order to have an high level of code reuse and great consistency all over 
 OFBiz.
 I was thinking to a sort of merges-to property for the menu widget.
 This would allow a new module to specify an already exixting menu name (in 
 the framework core or in a lower level module) that should be somewhat 
 changed by the actual menu.
 For instance, in the attached image partymenu.jpg there is a a tipical use of 
 this feature:
 in the party module there are lot of links that co to order application, 
 account etc. Those menu link could be used defining a simple menu (say it 
 partylinks_menu) in the party application that contains only party or 
 framework related links (i.e. profile); additional components like order or 
 accounting could define more menus that merges-to the partylinks_manu so that 
 when the menu is rendered IN THE PARTY APPLICATION the new menu items added 
 in the order and accounting applications are also rendered.
 This would allow us to dramatically reduce the component dependence and help 
 us to have the framework-only distribution.
 To eventually implement this I think there should be an entity that defines 
 such mergin menus and the menu rendered should lookup the entity to check if 
 one or more merges to the actually rendering menu is defined.
 I would appreciate to hear from you if this idea can help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3373) Adding menu merging feature

2009-12-21 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-3373:
---

Attachment: partymenu.JPG

 Adding menu merging feature
 ---

 Key: OFBIZ-3373
 URL: https://issues.apache.org/jira/browse/OFBIZ-3373
 Project: OFBiz
  Issue Type: Wish
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: partymenu.JPG


 Hi devs,
 while discussing in the ML about modules and framework separation I thought 
 to this new feature that I would like to discuss here with you.
 We have now the possibility to extend a menu from one other. This is great in 
 order to have an high level of code reuse and great consistency all over 
 OFBiz.
 I was thinking to a sort of merges-to property for the menu widget.
 This would allow a new module to specify an already exixting menu name (in 
 the framework core or in a lower level module) that should be somewhat 
 changed by the actual menu.
 For instance, in the attached image partymenu.jpg there is a a tipical use of 
 this feature:
 in the party module there are lot of links that co to order application, 
 account etc. Those menu link could be used defining a simple menu (say it 
 partylinks_menu) in the party application that contains only party or 
 framework related links (i.e. profile); additional components like order or 
 accounting could define more menus that merges-to the partylinks_manu so that 
 when the menu is rendered IN THE PARTY APPLICATION the new menu items added 
 in the order and accounting applications are also rendered.
 This would allow us to dramatically reduce the component dependence and help 
 us to have the framework-only distribution.
 To eventually implement this I think there should be an entity that defines 
 such mergin menus and the menu rendered should lookup the entity to check if 
 one or more merges to the actually rendering menu is defined.
 I would appreciate to hear from you if this idea can help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3373) Adding menu merging feature

2009-12-21 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco updated OFBIZ-3373:
---

Attachment: links.jpg

 Adding menu merging feature
 ---

 Key: OFBIZ-3373
 URL: https://issues.apache.org/jira/browse/OFBIZ-3373
 Project: OFBiz
  Issue Type: Wish
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: links.jpg, partymenu.JPG


 Hi devs,
 while discussing in the ML about modules and framework separation I thought 
 to this new feature that I would like to discuss here with you.
 We have now the possibility to extend a menu from one other. This is great in 
 order to have an high level of code reuse and great consistency all over 
 OFBiz.
 I was thinking to a sort of merges-to property for the menu widget.
 This would allow a new module to specify an already exixting menu name (in 
 the framework core or in a lower level module) that should be somewhat 
 changed by the actual menu.
 For instance, in the attached image partymenu.jpg there is a a tipical use of 
 this feature:
 in the party module there are lot of links that co to order application, 
 account etc. Those menu link could be used defining a simple menu (say it 
 partylinks_menu) in the party application that contains only party or 
 framework related links (i.e. profile); additional components like order or 
 accounting could define more menus that merges-to the partylinks_manu so that 
 when the menu is rendered IN THE PARTY APPLICATION the new menu items added 
 in the order and accounting applications are also rendered.
 This would allow us to dramatically reduce the component dependence and help 
 us to have the framework-only distribution.
 To eventually implement this I think there should be an entity that defines 
 such mergin menus and the menu rendered should lookup the entity to check if 
 one or more merges to the actually rendering menu is defined.
 I would appreciate to hear from you if this idea can help.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.