what is the difference between Collaboration and Java
Collaboration definition interms of JAVACAPS terminology?
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 |
What is native api in java?
How do javabeans work?
What is phantom memory?
What is type_scroll_insensitive in java?
Which class is the superclass of every class?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
What about products that claim to block java applets at a firewall? : java security
What is a bean class?
What is the need to declare main() method as static in Java?
What is jpa used for?
What is meant by framework in java?