I am trying to get dpHibernate 2.0 RC6 running on an Apache Tomcat 7.0.12 with BlazeDS 4.0.0.14931, Spring 3.0.5 and Spring-BlazeDS-Integration 1.5.0.M2
tl;dr: Setting the polling-interval to 0 has given my performance a huge boost, but I am worried about possible problems down the line.
I have a flex app using BlazeDS to talk with a web app using Spring Security.During normal use the user has already logged into the web app before running the flex app, so the browser takes care of pa
I am trying to do a simple Flex AMF call to a ColdFusion server via BlazeDS.Using a RemoteObject, I am trying to send a login request to the server, and responding with success or failure.For some rea
I have 2 java classes that are the same (imagine the getters and setters): class ScheduledEvent { private String eventName;
I\'ve got a bit of a tricky question.I\'m trying to figure out the best way to leverage a vanilla HttpServlet from a Spring-Flex (with BlazeDS) project I\'m working on.My team has an HttpServlet that
I\'m trying to create a custom login for my flex开发者_如何学Go web app with spring-security. I have an working version where we use the channelset.login with blazeds.
When trying to pass a \"case class\" from Scala to Flex the results on Flex side are regular Object instead of UINamespace. Changing the case class to regular Java class and it arrives correctly.
When I connect data services using blazeds I get following error message. RDS server message Premature EOF encountered
I have a class with constructor and overloaded methods in it. When i try to import that class using blazeds i get an error saying