Questions tagged [weborb]

WebORB is an Java written server developed by Midnight Coders. It is used to connect browser applications (Flash, HTML,Silverlight) and mobile applications with backend services written in Java, PHP, .Net). It offers remoting services, real time messaging, streaming and productivity features.

72 questions
0
votes
2 answers

How to set message label using Weborb(Producer) and MSMQ

I`m adding a message in MSMQ by my flex program using this code: producer = new Producer(); producer.destination = "VendingMachineBack"; var m:AsyncMessage = new AsyncMessage("",{'MSMQLabel':"VS-GetSaleTypes"}) ; …
Arthur Neves
  • 11,197
  • 8
  • 55
  • 72
0
votes
3 answers

Which PHP library to choose to handle AMF communication?

I'm looking for a PHP library to handle AMF communication with a Flash client app. My server will be running PHP 5.3.5 and a cakePHP app. I tried the cakeAMF, cakeAMFPHP and Cpamf cake plugins but they all are pretty old and not updated anymore.…
pixelastic
  • 4,678
  • 6
  • 21
  • 28
0
votes
1 answer

Installing WebOrb for Rails

I'm trying to install WebOrb for Rails. In a new test Rails 3 project, I do: rails plugin install http://themidnightcoders.net:8089/svn/weborb but all I get back is Plugin not found ["http://themidnightcoders.net:8089/svn/weborb"] Variations on…
CCSab
  • 1,395
  • 2
  • 15
  • 26
0
votes
2 answers

When does flex throw NetConnection.Call.Badversion Error

I am using Flex as my client and Java as my server. Using WebOrb in remote host. At times I recieve this error. faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Connect.Failed error…
Saravana
  • 173
  • 5
  • 12
0
votes
2 answers

Does WCF scale well using WebOrb?

I'm looking for feedbacks regarding performances using WCF with amf. Here's an old benchmark which doesn't use WCF : http://www.themidnightcoders.com/products/weborb-for-net/developer-den/technical-articles/amf-vs-webservices.html I'm aiming to few…
Breakdown
  • 271
  • 1
  • 2
  • 11
0
votes
1 answer

Newbie question for Flex Remoting with WebOrb

Since Flashbuilder does not support WCF over https, i am considering to use weborb remoting as alternative, but not really sure how flash is going to know weborb location, if they are sitting on different servers. Looked at destination, source…
blah
  • 359
  • 1
  • 2
  • 6
0
votes
1 answer

Installing weborb for rails - permission denied

I'm trying to install weborb for rails on windows xp, rails 2.3.8 I type in my project directory: ruby script plugin install http://themidnightcoders.net:8089/svn/weborb and i get the error: ruby: Permission denied -- script (Load Error)
jerry
  • 37
  • 4
0
votes
1 answer

Can't return value from another instantiated class/method using WebORB for PHP

I'm trying to use WebORB for PHP. The /weborb/ folder has been copied into my web root and I can access the console via /weborb/index.php. I've copied my test application into /weborb/_Services/Test/Main.php. The file contents is as…
Reado
  • 1,221
  • 5
  • 20
  • 49
0
votes
1 answer

RIA Server Architecture .NET

I'm using WebORB as a remote gateway for Flex projects. I was wondering what would be the best architecture to use on the Server .NET side. At this moment we are using SubSonic to generate a Data Access Layer. Besides that each call from Flex uses a…
Lieven Cardoen
  • 23,220
  • 47
  • 141
  • 228
0
votes
0 answers

WebORB5 installation in Visual Studio2013 Project

I'm trying to install a WebORB in a testing new ASP.NET4.5 Project visual Studio2013. I'm using this manual WebORB4Net.pdf, Ref 6.1 Installation From Zip, 6.3-Installing WebORB into existing ASP.NET application. But when I'm try to surf to this…
Tchaps
  • 805
  • 7
  • 19
0
votes
3 answers

What AMF Servers Support Remote Shared Objects?

Greetings. I'm planning on building a Flex based multiplayer game, and I'm researching what will be required for the server end. I have PHP experience, so I started looking at ZendAMF. Now in this game, I'll need the concept of rooms, and real time…
GrayB
  • 539
  • 3
  • 9
0
votes
1 answer

MVC dbml and weborb for .net performance

We have a flex application that runs along side a mvc .net application. Our flex app communicates with .net via Weborb. We recently put our entire database schema into a single dbml file. Previously we had the database schema split out into several…
smartdirt
  • 975
  • 2
  • 12
  • 27
0
votes
2 answers

Hide the referenced assemblies in the weborb console. Is this possible?

Hide the referenced assemblies in the weborb console. Is this possible? (weborb.dll in example)
Sbear
  • 3
  • 3
0
votes
2 answers

Ruby on Rails + WebORB + authlogic + Flex

I'm developing a Rails project that uses authlogic for authentication. And I have a part in that project that is realized with Flex, and I need to know how a user can be authenticated if he or she is logged in or not. I've set up a webservice called…
23tux
  • 12,371
  • 11
  • 76
  • 158
0
votes
1 answer

Concurrency in RIA

This'll be my first question on this platform. I've done lots of development using Flex, WebORB and ASP.NET. We have solved Concurrency problems with messaging (Pessimistic Concurrency Control). This works pretty good but it also makes the whole…
Lieven Cardoen
  • 23,220
  • 47
  • 141
  • 228