Results 1 to 3 of 3

Thread: Is there any way to put blaseDS input messages to direct channel?

  1. #1
    Join Date
    Apr 2011
    Posts
    7

    Default Is there any way to put blaseDS input messages to direct channel?

    using the spring blase ds api?

  2. #2
    Join Date
    Oct 2011
    Location
    Mumbai, India
    Posts
    213

    Default

    Spring integration doesn't have flex blaze DS adapters out of the box. However spring-flex does provide integration with Spring Integration message channels. You can have at it here

  3. #3
    Join Date
    Apr 2011
    Posts
    7

    Default

    Ok, i am developing games using spring-flex, for exposing java service api with blase ds.
    i have statefull and single click games flash games.
    I have front controller which handle the requests, and dispatch them to specific service.

    I want in case of stateful games to use asynch message channel ennpoint which queues requests in the channel and they can be processed even on another node.
    And in the case of on click games to use direct channel, so the request can be executed in one thread in one transaction.
    This all is about to expose simple api, and adding new game to be out of the box for the flash client side.
    Is this idea ok, what overhead will it bring instead of using my custom java objects without wrapping the requests in messages?
    Last edited by dimitarn; Dec 19th, 2011 at 01:31 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •