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

What is java ioc?

1 Answers  


Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.

1 Answers  


What is profile in java?

1 Answers  


What is lambda expressions action func and predicate?

1 Answers  


What is proxy object in java?

1 Answers  


Who developed rxjava?

1 Answers  


What is the use of flatmap?

1 Answers  


In hibernate what is the difference between the Session and SessionFactory?

1 Answers   Cap Gemini,


How does jpa repository work?

1 Answers  


How do I create an executable jar file?

1 Answers  


Is jdk an ide?

1 Answers  


What is the need to declare main() method as static in Java?

12 Answers  


Categories