0
votes
1answer
131 views
Flash RemoteObject Weborb connection without services-config.xml (no Flex)
Context : I'm working on a Flash application developed with FDT and compiled with Flash CS4 (I need a huge library). It should connect to various Weborb services.
Weborb is properly configured. My …
0
votes
2answers
58 views
WebOrb/Flex: How to call a method on a RemoteClass returned by a RemoteObject
I have a RemoteObject returning a 'Schedule' class. I've created a client side RemoteClass to map to it. All properties of the class instance are coming in fine. I just not clear on how I go about …
2
votes
2answers
125 views
Data push to flex application from .net backend
Hi All,
I'm about to go into a large scale application (client-flex, server-.net).
The server side is required to push data to the clients without them asking for it, this data can be tables from the …
1
vote
1answer
89 views
What is WebORB for PHP?
What is the WebORB for PHP runtime environment? It supposedly connects Flex, Flash, AJAX and Silverlight clients with PHP classes and data from relational databases.
It seems to support AMF …
0
votes
1answer
36 views
Silverlight 3 with Weborb for Java
Hi,
For some reason, i can not invoke java method deployed under Tomcat/Weborb application. When i run weborb console and invoke the method from there, there is no problem. However when i tried to …
0
votes
0answers
16 views
If RTMPT only works on the root of IIS, then how can I have multiple applications in IIS using RTMPT?
I'm using flex-weborb-asp.net and I'm trying to make RTMPT (RTMP Tunneling through http). RTMP works just fine, but are having problems with firewalls. Now, apparently, RTMPT calls are always done at …
0
votes
2answers
78 views
Trying to make Weborb .NET work with ASP.NET MVC.
We have been using weborb for .net on an existing application for some time now and it has worked very well. We decided to rewrite our application in ASP.NET MVC and now I need to make weborb work …
0
votes
1answer
134 views
How can I find WebOrb for .NET Community Edition?
So, this may sound stupid but I don't really get it. When I visited http://www.themidnightcoders.com and download WebOrb for .NET. After I finished product setup progress, I realize that the product …
0
votes
1answer
94 views
Why can’t I install WebORB?
Hello,
I downloaded WeborbSetup3.6.0.3.zip from www.themidnightcoders.com and when I try to install it all I get is
The installer was interupted before
WebORB for .NET 3.6.0.3 could be
…
0
votes
4answers
482 views
Flex AMFPHP vs WebORB vs XMl
I am a newbie to Flex 3 and Flash remoting and I can't decide which technique to use for frontend/backend communication.
I started of with XML, but it seems overhead to construct all XMLs in PHP, …
0
votes
1answer
192 views
Asynchronous Calls in Flex
My Flex application does a remote call to weborb to save some data from Flex. When this data is saved, a service is called on another server. All this time Flex is waiting for an answer.
Is it …
4
votes
11answers
1k views
Best method for Flex to PHP communication?
What is the best method for communication between Flex and PHP?
In the past, we used AMFPHP with AS2, and it worked great for the most part (advantage of AMFPHP is that it also has a JSON mode that …
0
votes
3answers
707 views
WebORB for Java or BlazeDS?
I'm in the beginning phases of a project that uses a flex front end with a java/glassfish back end. I'm curious which technology is better to connect the two, WebORB or BlazeDS. At first glance …
0
votes
0answers
72 views
Connect to ASP.Net Membership DB via a .dll
Hello,
I'm playing around a bit with Flex, WebORB and C#, and what I wanted to do was Get User + Pass from Flex forms, go through WebORB to the C#-.dll that connects and checks the membership …
0
votes
1answer
399 views
can I retrofit FluorineFX or WebORB to my C# web service?
I have a C# web service which currently communicates with a Flex app using XML. It's not streaming data or anything, but still I'd like to lower the overhead involved. I have two questions:
1) …
