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.  How to connect different database using Java services or flow services

    Posted Wed June 02, 2010 06:57 AM

    Hi ,
    We have different database and I have to write java services to connect them. What are classes should I need to invoke. And I need to ensure proper exception handling for connection failure. Tanks in advance.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: How to connect different database using Java services or flow services

    Posted Wed June 02, 2010 07:38 AM

    Check the adapters documentation which has comprehensive materail on connective to different databases.

    -nD


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: How to connect different database using Java services or flow services

    Posted Wed June 02, 2010 08:11 AM

    Tanx for reply , Its new Database and not in the adapter list…


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: How to connect different database using Java services or flow services

    Posted Wed June 02, 2010 08:32 AM

    which DB u want to connect? is it supported by JDBC drivers??


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: How to connect different database using Java services or flow services

    Posted Wed June 02, 2010 08:52 AM


    HI,
    Tanx for reply, I don’t no the database name, but in this week we are gone have task to develop java service to connect different database. I Just wanted to know is there any common class or methods which I can connect the database or load the drivers.
    Like driverManager.getConnection(“Connection Name”) or Class.forName(“Dirver Path”).


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 6.  RE: How to connect different database using Java services or flow services

    Posted Wed June 02, 2010 02:49 PM

    I would strongly suggest not writing Java services for this. Use the JDBC Adapter, even if the database is not officially supported.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 7.  RE: How to connect different database using Java services or flow services

    Posted Thu June 03, 2010 06:28 AM