what is the difference between Collaboration and Java
Collaboration definition interms of JAVACAPS terminology?
Answer Posted / rohit rai sirji
Collaboration Definitions define how data should be processed and routed between Project components, how databases should be queried in response to requests, and how APIs to one or more applications should be invoked. The external data formats that characterize the input and output data structures in a Collaboration Definition are described by Object Type Definitions (OTDs).
A Collaboration will typically receive a message containing the external representation of a particular OTD. It will use the unmarshal method of an instance of that OTD to parse the data and make it accessible though the hierarchical data structure. Then it will perform some operation— for example, copying parts of the data to another OTD instance. Finally, it will invoke the marshal method on the other OTD instance to render the contents of its data structure as a single, serialized data stream for further transport.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can an application have multiple classes having main method?
What is transient in java?
What is aop java?
What about products that claim to detect malicious applets? : java security
What is tier in java?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
What is an api in java?
Why is struts used in java?
What is flatmap java?
What is jpa implementation?
What is setstring method in java?
What is java web application?
How do I export a java project?
What is @qualifier in java?
What if I do not provide the string array as the argument to the method?