IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  ADK vs ADK Runtime

    Posted Thu October 17, 2002 06:57 PM

    Hello,
    Is there a difference between ADK and ADKruntime.

    When I installed the ADK runtime, I got the CADK sample and tutorial. Is this enough to build a custom adapter or a more robust building tool is available?

    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 2.  RE: ADK vs ADK Runtime

    Posted Fri October 18, 2002 09:30 AM

    The ADK provides documentation explaining how to use the CADK and tutorial adapter to build Enterprise adapters.

    The ADK Runtime does not include the ADK documentation. It provides the runtime environment on which you run adapters.

    You do not have to have the ADK to build and run adapters, but if you want the documentation, you need the ADK. Neither the ADK nor the ADK Runtime provide code generating tools, if that’s what you’re looking for.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: ADK vs ADK Runtime

    Posted Mon October 21, 2002 06:11 AM

    Hello, you didn’t need more tool, because you had to implement yourself the sources templates.
    There is 3 main classes :
    TemplateAdapter (adapter framework) ; TemplateAdapterResources (messages, errors …) ; TemplateOperations (to interact with the resource)
    Puts them in the class path and then indicates in the file etc/adapters/template_adapter.cfg your main classe location (TemplateAdapter).
    When everything is implemented you can run AdapterConfigurator to configure your adapter (if correctly loaded).


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB