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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

New Tags available: select & count

  • 1.  New Tags available: select & count

    Posted Wed March 20, 2002 04:26 PM

    Hi,

    this is a preview of two new tags that are intended to be released with a following X-Application version.
    The usage of X-Application version 3.1.2 is prerequisite.

    The new tags are:


    • count: Counts the the number of occurrences either in the current iteration context or a specified predefined context. It is also possible to count the result set of a direct query, this implies a better performance.
    • select: Fills an HTML select element with data from a query result. This allows arbitrary Tamino queries, e.g. sorting, increased performance,…
      It is intended to replace the fillselect-Tag.


    Please read the update/installation instructions in the attached file xapplication_3122_select_count.zip before updating your existing X-Application.
    The file index.htm is the entry point of the documentation.

    Any feedback welcome.

    Regards, Thorsten

    [This message was edited by Thorsten Raab on 20 Mar 2002 at 16:27.]

    [This message was edited by Christian Freytag on 15 May 2002 at 13:28.]

    [This message was edited by Harald Wolf on 30 Jul 2002 at 21:27.]
    xapplication_3122_select_count.zip (143 KB)


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: New Tags available: select & count

    Posted Thu April 11, 2002 07:18 PM

    You can speed up the select tag dramatically if you change the source of SelectTag.java to

    it = sessionContext.getWorkspace().getStore().query(accessString , 10000);

    10000 here stands for a large value. The effect is, that all fields are taken in one step from Tamino.
    This mostly reduces the time to the pure query time in tamino server.

    Regards, Harald


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: New Tags available: select & count

    Posted Tue July 30, 2002 10:59 PM

    these tags are included in Tamino X-Application 3.1.3.

    Regards, Harald


    #webMethods
    #API-Management
    #Tamino