Hi all,

Please find below points discussed at the meeting held on Datamapper today.

   - A proper language for the config file generated by visual editor.
   - Mapping should be done from one top level type to target top level
   type.
   - In the config, source and target are defined to be separate variables.
   Attributes of those will be called as "variable_name.attribute" in further
   code.

map org.wso2.employee[var x] -> org.example.wso2.datamapper.engineer[var y]

.......

y.fullname = concat(x.firstname, x.lastname)
.......

end


   - Finally decided to use javascript as the config language
      - Can inherit inbuilt capabilities of javascript.
      - No need to define a separate lexer or parser.

*ESB editor*

   - Edit eclipse wizard theme to match ESB editor theme.
   - Remove inappropriate items from project right-click menu.
   - Pop-up properties window for ESB elements.
   - A way to create a main sequence from new object creation wizard.


Thanks,

-- 
*Gayan Kaushalya Yalpathwala*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 71 8682704

<http://us13.wso2con.com/>
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to