As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
We have an app that has the following characteristics- a) Flex front-end. b) Spring, BlazeDS and tomcat back-end
I\'m using Flex 3.5, BlazeDS 3.2.0.3978 and EJB3 for backend. There are two RPC which are important to the problem. The first call will get a list of ThirdParty objects, this works fine. The second ca
I want to add a filter to map a specific path in URL. My server side used Spring 2.5.x, BlazeDS (servlet) with TomCat server.
I have Flex/AIR app that connects to a tomcat server via BlazeDS.I\'m not finding that I have to integrate an old webapp (struts/jsp) and I\'d like to keep that webapp untouched except for login, auth
We have a Flex-BlazeDS-Spring-JMS application. The issue is sometimes we get a Blazeds error: NoSuchMethodException. It is not able to find the Java service. The weird issue with this it does not happ
I make a remote call to a method defined on my Java back end (using BlazeDS). This method returns a MyType object. On the Flex side the return value is of course wrapped inside a ResultEvent object an
i am working on a flex+java combined project. My IDE and computer configura开发者_如何学Pythontion is as follows:
So as you may or may not know, BlazeDS (open source version of LiveCycle Data Services) is a nice way to get your server-side Java and client-side Flex application to play together.Unfortunately, it d
I have developed a web application in Eclipse 3.6 on GlassFish v3 and i am trying to add a FlexProject to it.