I\'ve got a problem with type coercion in a Java/Hibernate/BlazeDS/Flex-Setup. First of all, my classes look like this:
I am trying to load a swf into an Ogre3d/Hikari application and that swf uses BlazeDS to communicate with a Tomcat server.The swf is from another project that is used in a browser environment.So, the
Basically I\'m trying to proxy some web services locally (for reasons I won\'t go into now) and then have a Java application call it.
I have a Flex application that connects to a BlazeDS server using the StreamingAMF channel. On the server-side the logic is handled by a custom adapter that extends ActionScriptAdapter and implements
Hi in Flex one can easily define the remote class alias like the following: package samples.portfolio {
What is the maximum number of concurrent connections possible in BlazeDS us开发者_运维技巧ing only remoting serviceRemoting calls are simple HTTP POST calls...every remote call is going to be executed
I\'m stuck with jboss and blazeds clusterization. What I have now is : 2 Jboss Instances, running in all mode
Please enlighten this flex noob.I have a remoteobject within my main.mxml.I can call a function on the service from an init() function on my main.mxml, and my java debugger triggers a breakpoint.When
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 URL which is where our ma
I\'m coding a web app in flex blazeds and Java. I installed the Eclipse plugins for using WTP mixed project. I\'m using flex\'s server that uses an emulate of tomcat when i ran my flex service the web