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 transaction management in java?
What is the difference between lambdas and delegates?
Who is at risk in java? : java security
What is web xml java?
Explain issues of old java date api?
Which interceptor is responsible for setting action javabean properties?
Why java?
Can a dead thread be started again?
What is an interceptor in java?
In system.out.println(), what is system, out and println?
What is the first argument of the string array in main method?
If you’re overriding the method equals() of an object, which other method you might also consider?
What is java lang?
What is mime in java?
What is spliterator in java se 8?