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
What is persistence xml in java?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))
Explain main thread under thread class execution?
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
What is type_scroll_insensitive in java?
What is difference between map and flatmap in java 8?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
Does netbeans need jdk?
What is tier in java?
What do you understand by casting in java language? What are the types of casting?
What's the difference between authentication and authorization? : java security
What is a stream in java?
What do you understand by numeric promotion?
How do I open the java console in windows 10?
Explain the reason for each keyword of public static void main(string args[])?