what is the difference between Collaboration and Java
Collaboration definition interms of JAVACAPS terminology?



what is the difference between Collaboration and Java Collaboration definition interms of JAVACAPS..

Answer / 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

More Java Related AllOther Interview Questions

Is lambda cheaper than ec2?

0 Answers  


Can we write lambda without functional interface?

0 Answers  


What is javacpl?

0 Answers  


explain isalive() method under thread class?

0 Answers  


Which type of stream is in java?

0 Answers  


How do you create a jar file?

0 Answers  


Why do we need new date and time api in java se 8?

0 Answers  


Which is the Best institute to do academic Project in Java? Need information about institutes at Ameerpet, Hyderabad.

8 Answers  


What is persistence xml in java?

0 Answers  


How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))

0 Answers  


What are jpa repositories?

0 Answers  


What is the point of lambda expressions?

0 Answers  


Categories