[ http://issues.apache.org/jira/browse/OFBIZ-475?page=comments#action_12451659 ] Chris Howe commented on OFBIZ-475: ----------------------------------
IMO Having them near the real real ones still encourages use of the real ones as they get lost. In many situations reads are being done on an <entity/> and then a get-related is done on that returned list. It would have been better both performance (this admitidly may be negligible with cache) and programming clarity wise to have done that initial read on a view entity that joined the two. So, to have a screen that lists just the view-entities I think would encourage that. Whether the placement of the link in the patch encourages it, is a different story. As far as wrapping the simple method in a service, is it possible to to call a simple method directly from a screen? If so, I couldn't find any examples. > Create View-Entity Reference in Webtools > ---------------------------------------- > > Key: OFBIZ-475 > URL: http://issues.apache.org/jira/browse/OFBIZ-475 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: framework > Reporter: Chris Howe > Priority: Minor > Attachments: viewEntity.patch > > > Add reference in webtools similar to entity Entity Data Maintenance that > shows only view-entities. -- 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
