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.  Quilt and X-query

    Posted Thu September 13, 2001 11:48 AM

    can we query Tamino from any java application using QUILT as query languege instead of X-query.
    Presenlty I m using x-query like
    TaminoClient tamino = new TaminoClient(“http://localhost/tamino/Sample”);

    TaminoResult tr = tamino.query(“//patient[//firstname ~= ‘Fred’]”, “Hospital”);

    If I want to use QUILT syntex in place of x-query , is any engine available for doing so?
    pleas help

    thanks
    Alok


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: Quilt and X-query

    Posted Fri September 14, 2001 05:00 PM

    Since the XQuery prototype ‘Quip’ is not part of
    the Tamino server but a client software it is not
    supported by the Java API of Tamino. For details
    see the corresponding thread in the XQuery discussion group.

    Sven Eric


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 3.  RE: Quilt and X-query

    Posted Sat September 15, 2001 11:35 AM

    Hi Sven , thanks for response!!
    But looking at the Quip functions , it seems that it allows to query Tamino databse also using QUILT.There we can choose option wether query has to be run against Files or Tamino Database…So I just wanted to know that query engine QUIP is using internally to query tamino.Since this engine is being called form QUIP GUI ,which is a java applciation only ,the same way it could be called form other applications too.
    So can QUIP designers tell us ,what query enging they are using ??
    this would solve my problem.
    please provide your feedback/comment.
    thanks


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 4.  RE: Quilt and X-query

    Posted Mon September 17, 2001 04:45 PM

    Quip internally uses simply the http interface
    of tamino to retrieve data for XQuery expressions
    of the form fromCollection(“myCollection”)/someXPath
    from Tamino. The rest is done by the quip.exe
    which contains the actual XQuery machine as some
    sort of post processor.

    BTW: the Quip Gui is not a pure Java application.
    It makes system calls to the xquery machine
    written in Clean.

    Sven Eric

    ps: since quip does not use the Java API at all, we
    maybe should proceed with the discussion at the XQuery
    board.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs