CM.
> Hi All,
> I want to invite comments on the best practice to approach a scenario
> involving communications from taskflow consumed as region to parent
> taskflow in absence of standard action that could raise the contextual
> event.
> When taking about the Taskflow communications few standard pattern
> comes to mind and most of them are covered by oracle post here:
> http://www.oracle.com/technetwork/testcontent/adfregioninteraction-15...
> But scenario I want to discuss is:
> Having taskflow that only has input field as common set and actions
> are on parent or consuming taskflow. For e.g. we are developing a
> product that has a generic taskflow that generates the UI component
> from XML files and does UI level validations too. At any given time
> this taskflow does not know the context in which it is used for.
> Consuming page is aware of the context and has button as 'Submit' and
> what they need to do is get the values from the input fields in
> consumed taskflow so that business validations can be performed and
> have control on submit action.
> Moreover this consuming page will be wrapped in taskflow and
> eventually be part of web center app. This taskflow needs to be
> independent and should not be dependent on final jspx page/pageDef to
> do be aware of any details of taskflow it is consuming.
> I approached the issue with getting the handle of DCBindingContainer
> and finally getting handle of Iterator and attribute bindings in it.
> In the last few implementations we did, this pattern was very much
> used and I want to process if this could be listed use pattern and
> support can be provided by hiding plumbing details. Few things that is
> different here is:
> 1. Generic taskflow does not have a event raiser except when values
> for input are changed. Raising events could for all inputs could be
> expensive.
> 2. Raising event was also thought with respect to security issues as
> it may have sensitive personal data.
> 3. They are functionally dependent on consuming taskflow to get their
> existence and meaning.
> I would appreciate if we could figure its feasibility.
> Regards
> Amit
> --
> You received this message because you are subscribed to the ADF
> Enterprise Methodology Group
> (http://groups.google.com/group/adf-methodology). To unsubscribe send
> email to adf-methodology+unsubscribe@googlegroups.com
> All content to the ADF EMG lies under the Creative Commons Attribution
> 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/).
> Any content sourced must be attributed back to the ADF EMG with a link
> to the Google Group (http://groups.google.com/group/adf-methodology).