-
Dec 18th, 2011, 04:22 PM
#1
Is there any way to put blaseDS input messages to direct channel?
using the spring blase ds api?
-
Dec 19th, 2011, 12:31 AM
#2
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
-
Dec 19th, 2011, 01:28 PM
#3
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
-
Forum Rules