Results 1 to 10 of 12

Hybrid View

  1. #1
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    You have usually two options for displaying a set of matches
    and again it all depends on your data.
    1) you are managing a fixed set of matches, say 10 matches, and your page already includes static contents regarding those 10 matches.
    2) you want to list whatever matches are currently available and your page, in its static part, has no knowledge of the available matches.

  2. #2
    Member
    Join Date
    Apr 2010
    Location
    Everett
    Posts
    6
    Yes I want to list whatever matches are currently available, in its static part, has no knowledge of the available matches.

  3. #3
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    hi,

    so what you need is to implement something similar to our PortfolioDemo.

    Such demo is based on the MultiMetapush logic. There is a main item that in our case gives a list of stocks but in yours will give a list of matches and then each match will be related to its own item that supplies the updates related to such match.

    We used two different data adapters to differentiate the kind of data sent. The main item is supplied by the PortfolioAdapter while the sub-items are supplied by the StockListDemo adapter.
    Note that our main item is governed by client requests while yours will read its data from your XML. To receive orders from clients we needed to implement a custom metadata adapter, you'll probably can use the same metadata adapter of the hello world demo (LiteralBasedProvider)

    You can find the sources and explanation of both data adapters in our distribution under DOCS-SDKs/sdk_adapter_java/examples/Portfolio_Adapters and DOCS-SDKs/sdk_adapter_java/examples/StockListDemo_DataAdapter

    HTH

  4. #4
    Member
    Join Date
    Apr 2010
    Location
    Everett
    Posts
    6
    Thanks for the help. I'm gonna get right on this. Thanks again DarioCrivelli and Mone

  5. #5
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi Irwin,

    Dario suggests that propably the Portfolio Adapter "style" would be enough for you (i.e. without the second level given by the StockListDemo adapter)

 

 

Similar Threads

  1. Replies: 4
    Last Post: February 3rd, 2011, 10:33 AM
  2. How to debug .NET DataAdapter
    By msgiribabu in forum Adapter SDKs
    Replies: 1
    Last Post: January 21st, 2011, 01:38 PM
  3. DataAdapter Service
    By brucehoch in forum Adapter SDKs
    Replies: 3
    Last Post: October 14th, 2010, 11:22 PM
  4. DataAdapter using XML
    By amarin in forum Adapter SDKs
    Replies: 4
    Last Post: August 21st, 2008, 09:23 AM
  5. Pre-Processor Snapshot vs DataAdapter Snapshot
    By sukhdev in forum Adapter SDKs
    Replies: 3
    Last Post: August 1st, 2007, 08:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 03:30 PM.