Tagged Questions

1
vote
0answers
14 views

Flash Remoting and Java

I want to use Flash Remoting in my Flash app that is backed by a Java server. I'm interested in what my options are for using Flash Remoting with Java. I know about BlazeDS but it seems to be fully …
0
votes
0answers
24 views

Security Sandbox Issues with Flex/AS3 and AppEngine

I'm having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint. Here are the …
0
votes
0answers
20 views

Where is Transparent Proxy pointing to?

I am using .Net Remoting. I have a service exposing a singleton class that a client on another machine can register with, so that the server can broadcast messsages to all registered clients. …
0
votes
1answer
30 views

Custom Formatter for .NET Remoting

I would like to use a custom formatter for .NET remoting. In order to accomplish this, my understanding is that I have to implement something akin to the BinaryClientFormatterSink class (used for …
2
votes
1answer
45 views

Checking for presence of .NET remoting server - is my approach correct?

It's not possible to set a connection timeout on a .NET remoting call. Documentation occasionally refers to TcpChannel properties that allegedly do this, but discussions and the most recent docs I've …
5
votes
3answers
244 views

.NET Remoting Singleton memory leak, TCP, Marshal by Reference

I am using the simplest example of remoting that I could find, sharing an object between a windows service and a windows forms program (client), running on the same machine. The service instantiates …
0
votes
0answers
19 views

Impersonating a Remote object

I have a web application in which web server acts as a remoting client. Here I am creating CAOs using SAO. I want to impersonate the client who logs into the web application on Remoting Server. While …
0
votes
1answer
30 views

.NET WCF ServiceHost - startup arguments

I am creating a remotable object using WCF. This is a snipped of how I create the remotable object ... ServiceHost service_host = new ServiceHost(typeof(MyObject), new Uri[] { new …
0
votes
1answer
20 views

circumventing WCF with direct calls to a DLL in a single user environment

I am helping a company with a software package that will flexibly support multiple deployment scenarios. The package is written with .NET, has a well defined BLL, and utilizes SQL Server for the …
0
votes
0answers
11 views

How to provide a StreamingContext to the BinaryFormatter when using .NET remoting

I am trying to provide the StreamingContext to the client-side formatter when using .NET remoting. I have set up remoting using the config file, e.g. . Is there a way to provide the Context property …
0
votes
2answers
20 views

Can I place Remoting configuration in web.config?

I have an ASP.Net web application, which interacts with .Net Remoting application server. As part of this is it possible to place Remoting Client Configuration in Web.config file? If so, how it can be …
3
votes
8answers
147 views

What is the best way to transmit Java objects over a network

I am trying to transmit objects of a particular class from one server to another. The options I'm looking at are: Serialize the data as JSON and send it over the wire using HTTP, and de-serialize …
0
votes
2answers
66 views

How do I find a .NET remoting memory leak on select machines?

The memory leak is not happening on every machine, but reliably on a couple at my work, and it's looking like close to 10% in the field. I have a product that uses a Windows service to monitor user …
0
votes
1answer
21 views

JMX confuse(remote server control)

Hi. I have a couple of Tomcat and Glassfish servers. And i want to manage them over JMX. "Use JConsole" - you could say, but this is wrong way because i'm writing Hudson plugin. I need starting …
0
votes
2answers
39 views

Remotely pass messages to c# console app

I need to be able to send a string message and receive a string response from a console app running within our organization. I want to pass simple strings back and forth from a remote IP address. …

1 2 3 4 5 21 next
15 30 50 per page