[ http://issues.apache.org/jira/browse/OFBIZ-475?page=comments#action_12451669 ] Chris Howe commented on OFBIZ-475: ----------------------------------
>I would have probably implemented them using a bsh script... or, if the >decision is to implement as services, >probably just one service (with a more informative name and a few more input >parameters). I guess I'm turning into a bit of a fan boy in regards to simple methods over bsh. In my custom applications I'm finding that I reuse a lot more often with simple methods. Those reusable methods just aren't available in the community code. There are two services implemented because one of them replaces entityMaint.bsh for the entity maintainance screen. Only one of the services is used for the viewEntity screen. The entityMaint service actually performed about 15% better than the bsh script did (and the simple method still calls bsh several times, so that could probably be even better). But you're right, the enttiyMaint service could simply create and return a view-entity list as well. As I mentioned, this patch isn't meant to be applied as is, just a bit of conceptualization to push for more visibility of view entities. > 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
