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 |
When is static variable loaded? Is it at compile time or runtime? When exactly a static block is loaded in java?
Why there are no global variables in java?
What is ui framework in java?
What is rxjava2?
What are the rules regarding quotation marks?
I am new to jsf rich faces. I am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value i selected in backing bean?
How do I download and install eclipse on windows 10?
how we can export all the contacts and messages from nokia mobile to other mobile or pc? (pls answer quickly)
How do javabeans work?
Explain the inheritance principle.
What is ibatis in java?
Explain daemon thread.