-
Notifications
You must be signed in to change notification settings - Fork 0
Home
simcha edited this page Sep 13, 2010
·
7 revisions
Mappum is the tree to tree (object, bean etc.) mapping DSL. The example of usage
is provided below. More documentation will follow.
- Mappum Gui — our Eclipse plugin (source, downloads)
- Mappum Servicemix — JBI componet (source, downloads)
- Mappum Mule — Mule ESB componet (source, downloads)
Mappum.catalogue_add do
map ERP::Person, CRM::Client do |p, c|
#simple mapping
map p.title <=> c.title
map p.name <=> c.client_name
map p.surname <=> c.client_surname
end
end
Full syntax can be seen in MapExample.
See how to use the library:
- Screenshots – to get the filling
- How to install see HowtoUseMapServer
- HowtoUseMapServer – How to transform XML documents via HTTP service using build-in MapServer.
- Syntax – for the real documentation