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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  webMethods Ezine Turn Your Database Schema Into Records

    Posted 10/03/02 04:19 AM

    Questions or comments about this webMethods Ezine article?

    Click here to read the original text.


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


  • 2.  RE: webMethods Ezine Turn Your Database Schema Into Records

    Posted 10/11/02 07:46 PM

    I wonder if the steps discussed in this article can be drastically simplified by using the plain Java (java.sql) package to get the table (or even data base) metadata.
    It is very simple to do using a DatabaseMetaData and
    ResultSetMetaData interfaces.
    I agree that XMLSpy is nice tool, but it is also expensive for this kind of small steps, and it can not be autmated.
    I would definitely recommend having this kind of work done in a custom package as a java service.

    Thank you
    Edmon


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


  • 3.  RE: webMethods Ezine Turn Your Database Schema Into Records

    Posted 10/11/02 07:56 PM

    HI Edmon,
    Do you have those service written? I would like to try it.


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