flex « Web Service « Spring Q&A





1. Spring BlazeDS flex.messaging.endpoints.AMFEndpoint    stackoverflow.com

I have been struggling with this today for quite a while, removing everything but the default channels just to get it going. I have resolved all of my library issues (I ...

2. What technology to use to write systray front-end to webapp?    stackoverflow.com

we have an internal webapplication running on tomcat, build on Spring. The webapplication front-end is build with Flex.
I would like to create a cross-platform systray application that allows to go ...

3. Pros and cons of using BlazeDS or web services as the remoting and messaging technology between Flex view layer and Spring business layer?    stackoverflow.com

In my company, we are going to use Flex3 for the presentation layer of a new financial web application and Spring for the business layer but a debate is still going ...

4. Why is the Spring/Flex/BlazeDS Messaging service-adapter not called?    stackoverflow.com

I have attached a service-adapter to a spring message-destination as follows:

<flex:message-destination 
    id="secured-chat" 
    send-security-constraint="trusted" 
    subtopic-separator="." 
    service-adapter="secured-chatAdapter" ...

5. Invalid XML generated from Flex WebService    stackoverflow.com

I am trying to get Flex to communication with a Spring-WS webservice. But Flex generates a SOAP request that is not validated either by a PayloadValidatingInterceptor nor by soapUI. The problem ...

6. Spring MVC: RESTful web services + BlazeDS integration possible in the same web application?    stackoverflow.com

I have a Spring MVC web application which provides RESTful web services via a controller class (annotated with @Controller) which has methods mapped to specific request types and signatures via @RequestMapping ...

7. Recommendations for learning Java web services for Flex    stackoverflow.com

I am a flex dev that is wanting to learn the Java services side of things. I am wanting to use Spring, BlazeDS, and Hibernate in an application I am ...

8. BlazeDS - Spring - Messaging - How to push data from service to Flex clients?    stackoverflow.com

Since my service, I would like to push data (messaging).

@Service
@RemotingDestination
public class LoginService implements ILoginService
{
    // ...

    @Autowired
    private MessageBroker msgBroker;

   ...

9. Lazy Loading and a Flex Web Application    forum.springsource.org

Lazy Loading and a Flex Web Application Hi, I'm new to the concept of Lazy Loading having just encountered Exceptions around it for the first time when running JUnit tests. I've ...