how to create adapters?how to connect adapters? and how to
build?
Answers were Sorted based on User's Feedback
Answer / mahan
You don't create an Adapter in TIBCO. One configures an Adapter using a an Adapter service Palette and the Business process definition that you create in Designer. Adapters are APIs like Plug-ins. TiBco SDK has already got Adapters like JDBC connection or ODBC connection for connecting to a database service. There are also Adapter Palettes available for CRM or ERP Applications like Seibel, SAP, JD Edwarts etc. If one wants to create a custom Adapter service for one has to develop a Application in Some higher level language like C++, Java, C# or VB.NET as a dll or exe and import into TIBCO shared services as a custom Palette and give its configuration parameters to define it in TIBCO Designer.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / srskr
adapters can be created by using adapterSDK activity.this is used to develop custom adapters.adapters can be connected through messaging layers(jms or rv)
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / xyz
you can create adaptor by using core java.then after you
have to pass the parameter thru XML file.
| Is This Answer Correct ? | 0 Yes | 6 No |
What is difference between shared variable and job shared variable ?
how did you handle memory management in bw
What is business key?
How we can send the message from jms to RV?
What is the scope of user defined process variables ?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
If you are posting a message on a queue & Server is down. What happens.
What is custom id?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
Whats the difference between publish by value and publish by referrence
how to create global variables and if we create where do we have to use in the project ?
How do wait-notify resources work ?