Flex « Development « Spring Q&A





1. What minimum .jars do I need for BlazeDS and Spring?    stackoverflow.com

I've managed to create a small project in Eclipse using the Spring & BlazeDS integration. Everything is working fine, my AMF requests are coming through and all is well. I just want ...

2. Advantages to adding Spring to Flex    stackoverflow.com

What are some of the advantages in adding Spring into a Flex / AIR application? And When would you recommend using Spring?

3. problem integrating flex with spring    stackoverflow.com

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'flex:remoting-destination i got this error when i tried to build my file i wrote the 'flex:remoting-destination' in a ...

4. Any Flex 4 migration experience?    stackoverflow.com

My current development stack is MySQL + iBatis + Spring + Spring BlazeDS Integration 1.01 + BlazeDS 3.2 and Flex 3 with Mate 0.8.9 framework. Now Flash Builder 4 beta ...

5. Flex Cairngorm Spring Blazeds - Remoting Error - help me please    stackoverflow.com

I seem to be getting the following error when I try to access a Remote Java class (on Spring/BlazeDS) from the Flex/Cairngorm application. I am going crazy at the moment trying ...

6. Problems with indepth flex loading of value objects (Lazy loading at the front-end?)    stackoverflow.com

I'm using a java-backend with a flex frontend. And when i want to use a labelfunction it doesn't load the indepth properties such as a value object, it's like it is ...

7. Spring + Flex + BlazeDs configuration    stackoverflow.com

How Flex knows to call the particular service in Spring framework. I give in Flex side:

<mx:remoteObject id="myObj" destination="mySpringservice"/>
And remote-config.xml file:
<destination id="mySpringservice">
    <properties>
       ...

8. Spring BlazeDS + Flex + JBoss Project setup in eclipse using Maven    stackoverflow.com

I would like to know how to proceed to set up a work environment in order to develop Spring BlazeDS applications. Those server applications are meant to be accessed via AMF ...

9. SPRING: How do you programmatically instantiate classes based on information passed from Flex UI    stackoverflow.com

Imagine the UI passes back an XMl node as such:

<properties>
<type> Source </type>
<name> Blooper </name>
<delay>
    <type> Deterministic </type>
    <parameters>
       <param> ...





10. Best Flex Framework with Spring    stackoverflow.com

I'm currently developing a Spring + Flex app. What is the best Flex framework to use? I've been using PureMVC... Thanks

11. Handling redirected URL within Flex app?    stackoverflow.com

We have a Flex client and a server that is using the Spring/Blazeds project. After the user logs in and is authenticated, the spring security layer sends a redirect to a new ...

12. NetConnection.Call.Failed happening sporadically in Flex3/Tomcat/BlazeDS/Spring    stackoverflow.com

I have a very large problem. I've written a large app using Flex3/Tomcat/BlazeDS/Spring that has worked very well while developing locally, fine when I deployed to a common dev environment, but ...

13. Limit to HTTPRequest parameter size between Flex/BlazeDS and Tomcat?    stackoverflow.com

We have a web app with a Flex front end making requests to our Spring/Tomcat back end through BlazeDS. I noticed when the data for a parameter we send in the request ...

14. How do you integrate Flex 3 with Spring 2.5    stackoverflow.com

Can Spring 2.5 be used with Flex 3.x my original question was misleading

15. Grails dependency injection no longer working after upgrade to Grails 1.3.3    stackoverflow.com

Project setup is Flex 3-BlazeDS-Spring Flex Integration-Grails Dependency injection in my Service classes was working just fine with Grails 1.2.1, when service methods were called from my flex client. When I upgraded my ...

16. Flex Error flex.messaging.io.amf.ASObject cannot be cast to    stackoverflow.com

I have an action script Object that contains an array collection of other object, both objects are reflects of the Java Objects which are the database tables represented as beans, i ...





17. Spring: Accessing the correct WebApplicationContext with multiple dispatchers decalred    stackoverflow.com

I have two Spring contexts declared in my application - one for Spring-MVC requests, and another for Flex/BlazeDS messagebroker requests, mapped to different url-patterns:

<servlet-mapping>
    <servlet-name>spring-mvc</servlet-name>
    ...

18. How do you use Parsley with GraniteDS in Flex?    stackoverflow.com

I want to use the Parsley framework and I want to use GraniteDS for remoting. As of 2.1, GraniteDS generates AS3 service classes from your Java code as local proxies, and ...

19. Connecting multiple flex clients to a single java class    stackoverflow.com

I have a multi-user application consisting of a flex client and blazeds/Spring/java backend - I have the main elements working fine ie. sending messages to destination, consuming and producing. Flex clients ...

20. Spring Flex 1.5.0-M1 in Maven Repo anywhere?    stackoverflow.com

I like to move to the latest version of this artifact and Maven central only as 1.3.0-RELEASE. I can download the entire spring-flex-dist.zip but am at a loss as to add the ...

21. Remote Object flex not working    stackoverflow.com

I'm building an application using Flex 4 + Spring Blazeds Integration 1.5 + Spring 3.0.5 + Hibernate running on jboss-5.1.0.GA. I create a simple login form, and when a submit a ...

22. Does the Spring-Flex 1.5 Sample work?    stackoverflow.com

The samples and documentation in question can be found here: http://static.springsource.org/spring-flex/docs/1.5.0.M1/ The reference doc ( here ) tells us to download the sample application:

Included in ...

23. Blazeds - Spring - Messaging - Selective server data push    stackoverflow.com

I have a flex UI which communicates with server using spring blazeds. I have a very typical requirement of Live data streaming on a panel in UI. Requirement is like this, We have ...

24. Setting up Maven and Flex 4    stackoverflow.com

I am working on setting up a maven project which will build a java service paired with a simple flex ui using blazeds. The project is more a proof-of-concept, just ...

25. How advisable is migrating to spring framework?    stackoverflow.com

Currently we have a framework(a customized MVC pattern in flex and command pattern in java) which works well with our use case. we are thinking about migration of our server to ...

26. Why two requests are displayed in Fiddler2 when first request sent to BlazeDS using RemoteObject of Flex    stackoverflow.com

Why are two requests displayed in Fiddler2 when first request sent to BlazeDS using RemoteObject of Flex. I use this enviroment:

  • Flex SDK 3.5
  • BlazeDS 4.0.1
  • Spring 3.0.5
  • Spring BlazeDS Integration 1.0.3

27. Occurrence of ResultEvent event in remoting a spring Object    stackoverflow.com

In my attempt to learn flex remoting I came across this

flexService.getRules.addEventListener(ResultEvent.RESULT, loadRules);
here flexService is a remote java object .. In above function call can any one help me that when ...

28. Spring doesn't set an AUTH cookie by default, after logging in. Why?    stackoverflow.com

I am working with Flex and Spring on a project, where I need to authenticate my users to give them the chance to build their personal profiles. On my services side I ...

29. blazeDS - default channel    stackoverflow.com

I want to recive RemoteObject from my service. Everything works fine but my code looks like this:

<mx:AMFChannel id="myamf"  uri="messagebroker/amf"/> 
<mx:ChannelSet id="channelSet" channels="{[myamf]}"/>
<mx:RemoteObject id="ro" channelSet="{channelSet}" destination="pServ" result="resultHandler(event);" fault="faultHandler(event);"/> 
is there a ...

30. Flex + OSGI with BlazeDS and DMServer    forum.springsource.org

I'm trying to integrate several days blazeds with dmserver, but without success. My manifest file simply've had every possible way. If anyone has managed to integrate could show as was the ...

31. Flex addon scaffolding error    forum.springsource.org

Hi, There's an error in the project scaffold when you produce multiple entities. The following fixes it in entityList_doubleClickHandler change to var selectedEntity:String = entityList.selectedItem.label as String; and ...

32. Flex+Spring?    forum.springsource.org

Flex+Spring? At first glance at Macromedia Flex (I really do mean a 30-minute glance over some PDF documentation), I think they really intended Flex to be used with EJBs and Web ...

33. Flex Addon ! Working Walkthrough !    forum.springsource.org

UPDATED: You need to download SpringSource 2.6 and use the Spring Roo 1.1.3 release that comes packaged with the sts, as well as using the flex addon from... the most recent ...

34. Is this a Spring IDE issue or I'm I wrong? (Spring-flex/wtp/Gilead)    forum.springsource.org

Is this a Spring IDE issue or I'm I wrong? (Spring-flex/wtp/Gilead) Hi, I got a stackOverFlow exception while mixing eclipse/spring IDE/M2Eclipse (works good out of the box). My flex-appContext: Code:

35. Problem running Spring-Flex Application on Weblogic 10.3    forum.springsource.org

Problem running Spring-Flex Application on Weblogic 10.3 Hi , We have developed an Spring-Flex-blazeDS application. I did the necessary changes to be done in web.xml, spring-config.xml and services-config.xml. The application is ...

36. Need Help About Spring & Flex -Immediate    forum.springsource.org

Need Help About Spring & Flex -Immediate HI All, I m new to Spring. Please can anybody tell me how to run flex application in with Spring. can anybody tell me ...

37. Flex and Spring    forum.springsource.org

Flex and Spring Hello, I'm developping a web application with Flex as frontend, and I would like to use spring for the back. For the flex side, I'm using HttpService (the ...

38. Flex/Spring Best Practices    forum.springsource.org

Nov 6th, 2006, 02:17 PM #1 Bradford Taylor View Profile View Forum Posts Private Message Junior Member Join Date Nov 2006 Posts 1 Flex/Spring Best Practices I am a previous J2EE ...

39. Issues with Spring 2.0 + Weblogic 9.2 + Adobe Flex 1.5    forum.springsource.org

Jan 11th, 2007, 06:25 PM #1 JSRamos View Profile View Forum Posts Private Message Member Join Date Jun 2005 Location Mxico City Posts 47 Issues with Spring 2.0 + Weblogic 9.2 ...

40. Adobe Flex 2.0    forum.springsource.org

Adobe Flex 2.0 Hi, we have used Spring in the past for some web applications and we love it. But the drawbacks of a web application are poor interactivity and browser ...

41. Spring Container in Flex    forum.springsource.org

Hi , Iam a user of spring framework, indeed a lover of spring framework. Recently i started working on Flex for my front end. I found a open source framework for ...

42. Flex factory and JMS    forum.springsource.org

Has anyone used a Flex factory setup in the services-config.xml to connect a flex client to a JMS topic managed by Spring? I want to send asynchronous update notifications to my ...

43. With Flex Remoting where Spring Validators come into action?    forum.springsource.org

Hi, We are currently developing a Web Rich Internet Application (RIA) using Spring and Flex. I understand that in RIAs most validation is done on client but if I also need ...

44. flex + spring + dwr    forum.springsource.org

Hello guys i am thinking to start learning Flex, but... is already integrated with spring?, springmvc, and Spring Web Flow? in the sentide of a simple and clear configuration between them ...

45. Spring & Flex    forum.springsource.org

46. Spring & Flex    forum.springsource.org

I have used LCDS(remote objects) in a flex project to call methods in from the server side written in java, using spring framework. The service classes which the remote objects calls ...

47. Flex with Spring - is web container required ?    forum.springsource.org

Flex with Spring - is web container required ? I am planning to use Flex client with Spring framework as backend. Must Spring jars be put in a Web container (like ...

48. Extension for a messaging bridge between flex and java/jms    forum.springsource.org

Hi, I'm at SpringOne again and heard about the extensions project. If there is interest in an extension for a Spring-based messaging bridge between flex, live cycle data services or blaze, ...

49. Integrating Flex/BlazeDS in the web layer    forum.springsource.org

Aug 21st, 2009, 04:30 PM #1 marios View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Location Brindisi Posts 14 Integrating Flex/BlazeDS in the web layer Ok, ...

50. Unable to locate Spring Flex schema    forum.springsource.org

In my application config xml ... I get an exception: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace ...

51. How to create a shareware of an application developed with spring and flex frameworks    forum.springsource.org

Hello, I am trying to secure my web application with certificates and offering it as a shareware for a specific period of time. For this purpose I found a good tutorial ...

52. add-on for flex    forum.springsource.org

The addon for Flex is still very much a work-in-progress and is not quite ready for public consumption yet. We are working on it as part of the Spring BlazeDS Integration ...

53. Grails/Flex Without Plugins    forum.springsource.org

Grails/Flex Without Plugins I have a Grails/Flex project that I want to secure, but based on everything I've seen, I think I'll fall back to standard Spring instead of the Grails ...

54. Spring Flex JMS Example or Help. Spring Flex JMS    forum.springsource.org

Apr 2nd, 2010, 04:33 PM #1 timjowers View Profile View Forum Posts Private Message Junior Member Join Date Apr 2010 Posts 7 Spring Flex JMS Example or Help. Spring Flex JMS ...

55. Flex ITD fields    forum.springsource.org

Flex ITD fields Hi, I'm writing a Roo project and using BlazeDS in it as well ... I know a BlazeDS/Flex Roo addon is coming but I needed to get some ...

56. Dynamic URL with Flex?    forum.springsource.org

Hello i am doing a system and i would like to do a dynamic url for each user with flex. is that possible ?, for example.. twitter uses the user's id ...

57. enumeration problem using flex add on    forum.springsource.org

enumeration problem using flex add on i got an error: "NullPointerException at org.springframework.flex.roo.addon.entity.ActionSc riptEntityMetadataProvider.createActionScriptMirro rClass(ActionScriptEntityMetadataProvider.java:146 )" when i run this roo command: flex remoting scaffold --name ~.service.KwhProdDop02Service. and this is my ...

58. spring-flex-1.5.0.M1-dist => is lazy loading possible yet?    forum.springsource.org

Hi all, Was just wondering...is lazy loading possible yet with spring-flex-1.5.0.M1-dist? If I don't fetch eager my collection is nullified so I guess not... Thx and kind regards, Jochen