Shiv Gopal
Shiv Gopal

Reputation: 569

Best Practice for flex consuming Java web services

We are planning to use flex and Java Web Services, what is the best practice to consume web service from flex is it better to directly call the web service from Action scripts or to use remoting where java client will call the web services and later flex using remoting will the java client?

Upvotes: 0

Views: 410

Answers (1)

Mansuro
Mansuro

Reputation: 4627

Since Flex provides connection to web services why would want to you use a java client. Anyway, the best way to connect java and flex, IMHO, would be to use blazeds, either you're using webservices or another connection method. In case you are using spring framework, you should take a look at spring flex integration

Upvotes: 1

Related Questions