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

Call Java function using .Net(C#)

is it possible to invoke function which is written in Java using WCF or any class application written in C# .net Can it be possible by using webOrb.. i can't find enough information about Java to .Net remoting..
maddygoround
  • 1,955
  • 2
  • 16
  • 30
0
votes
2 answers

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 calling methods on the class. How would I call a…
DrANoel
  • 6,920
  • 7
  • 34
  • 35
0
votes
1 answer

MVC Data Store - WebORB, Sencha, Ext Js 4

I am trying with EXT JS 4, Sencha Touch 2.0 and WebORB. What I am trying to build a store in MVC of Sencha Touch through Ext dynamically. I have called the below javascript function as below in the section in Index.html:
Anirban Ghosh
  • 115
  • 2
  • 14
0
votes
2 answers

Silverlight 3 with Weborb for Java

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 call from Silverlight 3 client, it does not response at…
RIA
  • 1
0
votes
2 answers

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 with mvc. I have been getting a 404 the resource…
smartdirt
  • 975
  • 2
  • 12
  • 27
0
votes
2 answers

Is WebORB suitable for Java -> .NET remoting and messaging

Does WebORB supports writing desktop clients in .NET (eg. WPF) and consuming remoting and messaging services in Java server using BlazeDS? Alternatively, can BlazeDS in Java server be replaced by WebORB for Java without changing existing clients…
Marin Bonacci
  • 476
  • 5
  • 14
0
votes
1 answer

Why can't I install WebORB?

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 installed. You need to restart the installer to try again. Click…
HerrLiljegren
  • 157
  • 3
  • 15
0
votes
1 answer

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 possible to call this service (on the other server) and…
Lieven Cardoen
  • 23,220
  • 47
  • 141
  • 228
0
votes
2 answers

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 that I just downloaded and setup in my machine was…
him_aeng
0
votes
1 answer

WebORB for .NET - Unrecognized configuration section system.serviceModel in webconfig.xml

I'm facing a problem trying to install WebORB 4.5 and running its administration console. Since install with the exe doesn't work at all, I do the zip install process . When I want to access the console (step #3), I get a lots of errors popups "Send…
MavBzh
  • 363
  • 1
  • 3
  • 15
-1
votes
1 answer

Sending AMF Object to Rails from Flex corrupts associated model

We are working on a project that uses Flex and rails with WebORB. Everything was fine and dandy until we started tying the frontend and backends together. We created a service for interacting with users and another for the…
Samuel
  • 35,821
  • 11
  • 83
  • 84
-1
votes
1 answer

Integrate aspnet authentication module to flex .net web application

We have asp.net authentication web pages with backend MySQL. It has social log-in and api used to bring demographics of user when registering. It uses MySQL as backend, Visual Studio 2010, C# code behind, .net framework 4.0 We have another…
Sham Yemul
  • 443
  • 6
  • 29
1 2 3 4
5