how do we attach Data BindingsHi, Tuscany runtime determines the data transformations based on the databindings between bindings and component implementations. The databinding information is either introspected from the Java types on the interface or expressed by the binding providers. Please find more information at [1].
Can you elaborate a bit on your scenario? Do you mean "JAXB" when you say "JXB"? [1] http://tuscany.apache.org/tuscany-databinding-guide.html Thanks, Raymond From: Malisetti, Ramanjaneyulu Sent: Wednesday, February 10, 2010 8:42 AM To: tuscany-user Subject: how do we attach Data Bindings Hi, It is very clear through various samples and articles on engaging protocol bindings like jms, http, ejb, etc. However, how to engage data-bindings is not clear. To give you one example, how can I use jxb data binding with protocol binding WS without code generation. There are samples that explain with code generation tools. How to achieve same dynamically? Regards Raman
