Hi Lali, +1 for this approach. Proceeding with this approach will allow to introduce new operators with less implementation effort. We just need to implement transformation (serialization) logic related to the new operator and register that within transformation registry.
Thanks and Regards, AsankaS. On Thu, Apr 17, 2014 at 1:25 AM, Viraj Rajaguru <[email protected]> wrote: > Hi Lali, > > +1 for the approach. > Most of the use cases involved in 'ESB Graphical editor' and 'Datamapper > Editor' are almost identical. > > For an example, there are mediator sequences (Eg: Log --> Property --> > Send) in ESB editor and Operator sequences (Eg: Split --> toLowerCase --> > Concat) in Datamapper editor. And also there should be a way to add a new > mediator into the ESB editor with minimal effort and Datamapper editor has > the same requirement when we want to add a new Operator to editor. So its > a good idea to use the same pattern which we used in ESB Graphical Editor > for Datamapper editor(in terms of config generator for Operators). > > > Thanks, > Viraj. > > > > On Wed, Apr 16, 2014 at 9:33 PM, Lali Devamanthri <[email protected]> wrote: > >> Hi, >> In ESB graphical model serialization, DevS have used >> 'EsbTransformerRegistry' class for register each mediator specific >> serialization classes. This allow to add new mediator serialization without >> a pain. We can use same pattern to add data mapper operators config >> generation classes. Are there any other best practises or suggestion for do >> $subject? >> >> Thanks, >> Lali >> >> -- >> *Lali Sudaththa Devamanthri* >> Software Engineer >> WSO2 Inc.; http://wso2.com >> lean.enterprise.middleware >> >> mobile: +94 71 895 4922 >> <http://www.wso2.com> >> > > > > -- > Viraj Rajaguru > Software Engineer > WSO2 Inc. : http://wso2.com > > Mobile: +94 77 3683068 > > > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Asanka Sanjeewa* Senior Software Engineer Mobile: +94772532924 WSO2 Inc. http://wso2.com/ Blog: http://asanka-tech-blog.blogspot.com/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
