How-To sort tuples in TIBCO ActiveSpaces.

How-To sort tuples in TIBCO ActiveSpaces.

book

Article ID: KB0089925

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Description:
How-To sort tuples in TIBCO ActiveSpaces.

Resolution

Sorting is not a supported feature with TIBCO ActiveSpaces 2.x. This feature has been requested by other users and is currently in development.  For now, sorting can be done on the JVM heap. Read data from the browser at once and sort using Collections with a TupleComparator taking fields in sorting order. Attached (Filename:sortTuples.zip) is a sample program which can be used for small data sets (number of returns from a browser). To sort more than 1MB of tuples, use a selective filter (browser).

Issue/Introduction

How-To sort tuples in TIBCO ActiveSpaces.

Attachments

How-To sort tuples in TIBCO ActiveSpaces. get_app