flex « Integration « Spring Q&A





1. Spring MVC and Flex integration over BlazeDS?    stackoverflow.com

Hello dear Stackoverflow - community, my quastion is, which is the best way to integrate existent spring-MVC-Project with flex. I'am using Spring-2.5 lib with annotations. e.g my list controller:

package xxx.xxx.controller;

@Controller
public class ListController ...

2. Flex Spring Integration    stackoverflow.com

Where should we declare the destinations and how to link applicationContext.xml and remoting-config.xml file?

3. What are the drawbacks of using Spring BlazeDS Integration?    stackoverflow.com

I have a little prior experience with Spring framework and Flex, but never used them together. I'm starting a new project and would like to use Spring and Flex. I noticed ...

4. Flex + SBI + dpHibernate, I think I missed something    stackoverflow.com

So, my problem is : All my project is (well ?) configured but I don't have lazy loading ! This a sample project I'm making to prepare the real project coming just ...

5. LCDS / Spring integration for Assemblers    stackoverflow.com

I have a Flex / Spring / LCDS project, and I'm trying to use the Spring/Flex integration module. It works fine for exposing simple destinations & messaging end-points, however I'm unsure how ...

6. WebOrb / Spring integration not working    stackoverflow.com

I've tried copying the weborb config files across to an existing Spring app, and for some reason my spring services aren't being exposed to WebOrb. I don't see the spring services shown ...

7. How to use Spring BlazeDS Integration?    stackoverflow.com

I want to use Spring BlazeDS Integration. I write them like this. [web.xml]

<servlet>
    <servlet-name>flex</servlet-name>
    <servlet-class>
        org.springframework.web.servlet.DispatcherServlet
    </servlet-class>
 ...

8. dpHibernate: ClassCastException in dpHibernate <- lambdaj <- objenesis <- cglib     stackoverflow.com

I keep getting a ClassCastException from dpHibernate when attempting to store HibernateBeans via the HibernateUpdater over a SpringDataAccessService. Getting data to the client via separate service and dao works fine so ...

9. Spring 3, Flex 4 Integration with SpringFlex 1.5.0.M2 api + configuration    stackoverflow.com

We are working on a project where we are using Spring 3 to create a web platform and using Flex 4 to create a specific client side application. Currently, we need ...





10. understanding AMFChannel in flex and message broker    stackoverflow.com

I need to use AMFChannel in order to connect to RemoteObject in flex tried searching a lot but couldn;t get source to understand the two parameters being passed to the constructor ...

11. Sprin+Flex+BlazeDS+Weblogic10.3 integration issue    stackoverflow.com

I am working on project with Spring, Flex ,BlazeDS, Hibernate along with Weblogic 10.3 as app server. Below are the entried made in configuration files. WEB.xml

    <context-param>
 ...

12. Flex 4.5 and BlazeDs Integration 1.5    forum.springsource.org

May 16th, 2011, 09:59 AM #1 fabioebner View Profile View Forum Posts Private Message Member Join Date Aug 2009 Posts 40 Flex 4.5 and BlazeDs Integration 1.5 Anyone know if BlazeDS ...

13. Integration with Adobe Flex    forum.springsource.org

The article suggest to install it and it's not free. For what it seems to bring I would rather go to something like DWR. Am I right?

14. Integration with Flex without using FDS    forum.springsource.org

Hi I am using Flex as my presentation layer and have Spring in my middle layer. I understand that there has to be some sort of bridge which would translate flex ...

15. Spring integration with flex application    forum.springsource.org

Oct 20th, 2008, 06:19 AM #1 chinnarao.cheepuru View Profile View Forum Posts Private Message Junior Member Join Date Oct 2008 Posts 2 Spring integration with flex application Hi, The following error ...

16. Spring MVC Flex integration    forum.springsource.org

Spring MVC Flex integration I'm looking for some advice from anyone with experience integrating Flex into an existing j2ee project. We have a jboss/hibernate/spring-mvc project and so far we've been able ...