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 |
Do I need to install jre if I have jdk?
What is loose coupling in java?
suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?
Expain ur organisation process( V-model)?.
What is jndi datasource in java?
How do I enable jvm?
Is jdk an ide?
How does java handle integer overflows and underflows?
How do I know if I have jre or jdk?
Explain the encapsulation principle.
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.
What is the use of jprofiler?