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 |
How should I format my code? How should I comment my code?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
What are java’s rules regarding tabs, spaces and newline characters?
What is transient in java?
How can I check single byte, double byte of character in JTextField?(eg. japan unicode and English unicode)
why i can not access private variable in other class?
What is Map,List,hashtable,ArrayList and difference between them??
What is a stream in programming?
What is a singleton in java?
What is the java api?
What are messages in java?
What java systems libraries and methods are available for me to use?