Link to home
Start Free TrialLog in
Avatar of btocakci
btocakciFlag for Türkiye

asked on

Spring - Flex Messaging Integration

Hi!

I am working on a project:
On Flex clients there are producers and consumers. And the destinations will be set up on Spring side.

On Spring side, I want to read the messages, log them, may be modify them a bit and then release them to the Flex clients again.

After my readings, I am totally confused. Can I do everything with MessageBroker and ServiceAdapters? If yes, how?
Or I need Spring Integration?

May you provide me some architecture information? (Not links, because even if i understood the units separately, i couldnot combine to do my job.)

Thanks.

Avatar of girionis
girionis
Flag of Greece image

You can do both, use the Spring Integration, or write your own stuff from scratch by using Message Brokers and Service Adapters (although I guess Spring Integration internally uses Message Brokers and Service Adapters as well). Whatever is more comfortable for you.

Personally I would suggest you use BlazeDS (http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/index.html) which was written for specifically this reason, communication between flex and spring. It uses default message Brokers and Service Adapters so you probably do not need to write your own (although you can if you want to).
Avatar of btocakci

ASKER

In the case I use BlazeDS, where will the Spring Integration take part?

BlazeDS and Spring Integration is for the same thing?


ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial