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
Expand all | Collapse all

TaminoClient.jar and Quilt

  • 1.  TaminoClient.jar and Quilt

    Posted Thu September 13, 2001 11:41 AM

    Hi,
    Can I query tamino databse using QUILT as query language from my java application.What engine QuiP use to query Tamino using Quilt.
    Can I call this enging suing any method of TaminoClient.jar(HTTP java API).
    Pleas help, it would be a very valuable piece of info for me.
    thanks
    Alok


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: TaminoClient.jar and Quilt

    Posted Fri September 14, 2001 04:14 PM

    Currently we do not supply any official Java API
    for Quilt apart from the command line. The main reason for this is that the actual execution machine is not written in Java but in Clean (http://http://www.cs.kun.nl/~clean/).
    Parts written in Java only consist of the GUI and the parser. The actual XQuery execution is done with the ‘quip.exe’ that is called from Java by a system call.

    However you can of course call Quip’s main method from Java, but that does not provide a very confortable API.


    Sven Eric


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: TaminoClient.jar and Quilt

    Posted Fri September 14, 2001 05:05 PM

    Could you give me an idea what you want to do with it?

    Is this purely experimental?


    #API-Management
    #Tamino
    #webMethods